Skip to content

Commit

Permalink
Merge pull request #20 from Teamtailor/add-rails-7.2-support
Browse files Browse the repository at this point in the history
Add support for Rails 7.2
  • Loading branch information
himynameisjonas authored Nov 29, 2024
2 parents 98f728b + adb0fad commit e2eec60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
doppler_rails (0.1.2)
faraday (>= 1.0, < 2.0)
rails (>= 6.0, < 7.2)
rails (>= 6.0, < 8.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -141,8 +141,6 @@ GEM
nokogiri (1.14.5)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.14.5-arm64-darwin)
racc (~> 1.4)
parallel (1.22.1)
parser (3.1.3.0)
ast (~> 2.4.1)
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.2"
spec.add_dependency "rails", ">= 6.0", "< 8.0"

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

Please sign in to comment.