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:
parent
02b510bb3f
commit
d45162897d
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue