From 0c476ca741f9f2b1d432b0a3ba197cc2059a82f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lign=C3=A9?= Date: Fri, 15 Mar 2024 14:34:41 +0100 Subject: [PATCH] Add support for Rails 7.1 --- Gemfile.lock | 2 +- doppler_rails.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 93504a4..9c54d4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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/ diff --git a/doppler_rails.gemspec b/doppler_rails.gemspec index c8d61b2..80d9530 100644 --- a/doppler_rails.gemspec +++ b/doppler_rails.gemspec @@ -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