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!
This commit is contained in:
Emi Matchu 2024-09-20 12:57:55 -07:00
parent 02b510bb3f
commit d45162897d
2 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -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