Skip to content

Commit

Permalink
Brink back ruby 2.6 version support
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Silva committed Dec 25, 2022
1 parent f68ab1e commit 9ddc46b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ references:
test:
matrix:
parameters:
ruby-version: ['2.7', '3.0', '3.1']
ruby-version: ['2.6', '2.7', '3.0', '3.1']
bundle-version: ['Gemfile.rails-6.0', 'Gemfile.rails-6.1']

workflows:
Expand Down
2 changes: 1 addition & 1 deletion torque_postgresql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.test_files = Dir['spec/**/*']
s.rdoc_options = ['--title', 'Torque PostgreSQL']

s.required_ruby_version = '>= 2.7.2'
s.required_ruby_version = '>= 2.6'
s.required_rubygems_version = '>= 1.8.11'

s.add_dependency 'rails', '>= 6.0', '< 7.0'
Expand Down

0 comments on commit 9ddc46b

Please sign in to comment.