Skip to content

Commit

Permalink
Add support for Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bzf committed Mar 15, 2024
1 parent 24500f1 commit 0899361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doppler_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|

# Uncomment to register a new dependency of your gem
spec.add_dependency "faraday", ">= 1.0", "< 2.0"
spec.add_dependency "rails", ">= 6.0", "< 7.1"
spec.add_dependency "rails", ">= 6.0", "< 7.2"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
Expand Down

0 comments on commit 0899361

Please sign in to comment.