Skip to content

Commit

Permalink
Allow all 6.1 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rzane committed Nov 4, 2023
1 parent 3535fdb commit e8397d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baby_squeel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|

spec.files = Dir.glob('{lib/**/*,*.{md,txt,gemspec}}')

spec.add_dependency 'activerecord', '>= 6.1.6', '< 7.2'
spec.add_dependency 'activerecord', '>= 6.1', '< 7.2'
spec.add_dependency 'ransack', '~> 4.1'

spec.add_development_dependency 'bundler', '~> 2'
Expand Down

0 comments on commit e8397d6

Please sign in to comment.