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 db22590 commit 0c476ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
doppler_rails (0.1.1)
faraday (>= 1.0, < 2.0)
rails (>= 6.0, < 7.1)
rails (>= 6.0, < 7.2)

GEM
remote: https://rubygems.org/
Expand Down
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 0c476ca

Please sign in to comment.