From bccc9903628d774a06bc70cdbc215bf5f2164d6f Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sat, 7 Sep 2024 15:46:03 -0700 Subject: [PATCH] set 7.2.0 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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