Skip to content

Commit

Permalink
Support Rails 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terracatta committed Nov 9, 2024
1 parent 1257482 commit 1c0964f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-sqlimit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 2.3"

gem.add_runtime_dependency "activerecord", ">= 4.2.0", "< 8"
gem.add_runtime_dependency "activerecord", ">= 4.2.0", "< 8.1"
gem.add_runtime_dependency "rspec", "~> 3.0"
end

0 comments on commit 1c0964f

Please sign in to comment.