Skip to content

Commit

Permalink
Merge pull request #15 from Teamtailor/allow-rails-7.0
Browse files Browse the repository at this point in the history
Allow Rails 7.0
  • Loading branch information
himynameisjonas authored May 31, 2023
2 parents f853478 + 409177a commit c4074ae
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.0)
faraday (>= 1.0, < 2.0)
rails (>= 6.0, < 7.0)
rails (>= 6.0, < 7.1)

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.0"
spec.add_dependency "rails", ">= 6.0", "< 7.1"

# 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 c4074ae

Please sign in to comment.