Skip to content

Commit

Permalink
* Relax rails version in case it works without any changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Dec 18, 2024
1 parent d8f1ce1 commit 77ddbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion where_lower.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|

s.require_paths = ["lib"]

s.add_dependency "activerecord", ">= 7.0.0", "< 8.1.0"
s.add_dependency "activerecord", ">= 7.0.0", "< 9.0.0"

s.add_development_dependency "bundler", ">= 1.0.0"
s.add_development_dependency "rake", ">= 10.0", "<= 14.0"
Expand Down

0 comments on commit 77ddbe1

Please sign in to comment.