Skip to content

Commit

Permalink
Update CamelTrail to support Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenagreer authored Feb 27, 2024
1 parent 735eb13 commit 39879e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/camel_trail/camel_trail.gemspec
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency "nitro_config"
s.add_dependency "powerhome-attr_encrypted", "1.2.0"

s.add_dependency "rails", ">= 6.0.6.1", "< 7.0"
s.add_dependency "rails", ">= 6.0.6.1", "<= 7.1"

s.add_development_dependency "appraisal", "~> 2.4.1"
s.add_development_dependency "license_finder", ">= 7.0"

0 comments on commit 39879e9

Please sign in to comment.