From 7c04bbe78b0efa4f0d5d6bcfd7f3932ff12d8184 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 22:39:57 +0000 Subject: [PATCH] Update dependency rails to "~> 7.2.0" --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9a3a4803f..a3c562f6b 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.1.5" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" -gem "rails", "~> 7.0.8" +gem "rails", "~> 7.2.0" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] # gem "sprockets-rails"