diff --git a/Gemfile b/Gemfile index 3c6e9de..aa3e4e2 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby "3.3.5" # Bundle edge Rails instead: # gem "rails", github: "rails/rails", branch: "7-2-stable" -gem "rails", "~> 7.2.0.rc1" +gem "rails", "~> 7.2", ">= 7.2.1" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem "sprockets-rails" diff --git a/Gemfile.lock b/Gemfile.lock index da940a0..ab403a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -331,7 +331,7 @@ DEPENDENCIES pg (~> 1.5) puma (~> 6.4) rack-mini-profiler - rails (~> 7.2.0.rc1) + rails (~> 7.2, >= 7.2.1) redis (~> 5.3) rspec-rails rubocop-rails