Skip to content

Commit

Permalink
Loosen Rails dependencies so that minor versions of 7.1 match (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeastock authored Oct 12, 2023
1 parent fae3008 commit 06c19d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions temping.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.5"

s.add_dependency "activerecord", ">= 6.0", "<= 7.1"
s.add_dependency "activesupport", ">= 6.0", "<= 7.1"
s.add_dependency "activerecord", ">= 6.0", "< 7.2"
s.add_dependency "activesupport", ">= 6.0", "< 7.2"

s.add_development_dependency "appraisal", "~> 2.2"

Expand Down

0 comments on commit 06c19d6

Please sign in to comment.