Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit e2eec60

Browse files
Merge pull request #20 from Teamtailor/add-rails-7.2-support
Add support for Rails 7.2
2 parents 98f728b + adb0fad commit e2eec60

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Gemfile.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
doppler_rails (0.1.2)
55
faraday (>= 1.0, < 2.0)
6-
rails (>= 6.0, < 7.2)
6+
rails (>= 6.0, < 8.0)
77

88
GEM
99
remote: https://rubygems.org/
@@ -141,8 +141,6 @@ GEM
141141
nokogiri (1.14.5)
142142
mini_portile2 (~> 2.8.0)
143143
racc (~> 1.4)
144-
nokogiri (1.14.5-arm64-darwin)
145-
racc (~> 1.4)
146144
parallel (1.22.1)
147145
parser (3.1.3.0)
148146
ast (~> 2.4.1)

doppler_rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727

2828
# Uncomment to register a new dependency of your gem
2929
spec.add_dependency "faraday", ">= 1.0", "< 2.0"
30-
spec.add_dependency "rails", ">= 6.0", "< 7.2"
30+
spec.add_dependency "rails", ">= 6.0", "< 8.0"
3131

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

0 commit comments

Comments
 (0)