From d45162897d5ccaf1e3dcd8ceca3598d8ef1c5d23 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Fri, 20 Sep 2024 12:57:55 -0700 Subject: [PATCH] Upgrade to Rails 7.2.1 No pressing reason, I'm just doing upgrades today, and noticed a new version is out, and scrolled the patch notes and there's no obvious breaking changes for my purposes, so. Up we go! --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a87314a6b..b70f2e600 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' ruby '3.3.5' -gem 'rails', '~> 7.1', '>= 7.1.3.4' +gem 'rails', '~> 7.2', '>= 7.2.1' # The HTTP server running the Rails instance. gem 'falcon', '~> 0.48.0' diff --git a/Gemfile.lock b/Gemfile.lock index 52fbedbf4..cad6040f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -519,7 +519,7 @@ DEPENDENCIES parallel (~> 1.23) rack-attack (~> 6.7) rack-mini-profiler (~> 3.1) - rails (~> 7.1, >= 7.1.3.4) + rails (~> 7.2, >= 7.2.1) rails-i18n (~> 7.0, >= 7.0.7) rdiscount (~> 2.2, >= 2.2.7.1) react-rails (~> 2.7, >= 2.7.1) @@ -540,7 +540,7 @@ DEPENDENCIES will_paginate (~> 4.0) RUBY VERSION - ruby 3.3.4p94 + ruby 3.3.5p100 BUNDLED WITH 2.5.18