Bump rails from 7.2.1.1 to 7.2.2

Bumps [rails](https://github.com/rails/rails) from 7.2.1.1 to 7.2.2.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v7.2.1.1...v7.2.2)

---
updated-dependencies:
- dependency-name: rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-31 05:48:04 +00:00
committed by Ryan Williams
parent 0e7da8bdc8
commit 62819742df
2 changed files with 61 additions and 59 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ ruby "3.3.5"
# Bundle edge Rails instead: # Bundle edge Rails instead:
# gem "rails", github: "rails/rails", branch: "7-2-stable" # gem "rails", github: "rails/rails", branch: "7-2-stable"
gem "rails", "~> 7.2", ">= 7.2.1" gem "rails", "~> 7.2"
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails" gem "sprockets-rails"
+60 -58
View File
@@ -1,29 +1,29 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (7.2.1.1) actioncable (7.2.2)
actionpack (= 7.2.1.1) actionpack (= 7.2.2)
activesupport (= 7.2.1.1) activesupport (= 7.2.2)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6) zeitwerk (~> 2.6)
actionmailbox (7.2.1.1) actionmailbox (7.2.2)
actionpack (= 7.2.1.1) actionpack (= 7.2.2)
activejob (= 7.2.1.1) activejob (= 7.2.2)
activerecord (= 7.2.1.1) activerecord (= 7.2.2)
activestorage (= 7.2.1.1) activestorage (= 7.2.2)
activesupport (= 7.2.1.1) activesupport (= 7.2.2)
mail (>= 2.8.0) mail (>= 2.8.0)
actionmailer (7.2.1.1) actionmailer (7.2.2)
actionpack (= 7.2.1.1) actionpack (= 7.2.2)
actionview (= 7.2.1.1) actionview (= 7.2.2)
activejob (= 7.2.1.1) activejob (= 7.2.2)
activesupport (= 7.2.1.1) activesupport (= 7.2.2)
mail (>= 2.8.0) mail (>= 2.8.0)
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
actionpack (7.2.1.1) actionpack (7.2.2)
actionview (= 7.2.1.1) actionview (= 7.2.2)
activesupport (= 7.2.1.1) activesupport (= 7.2.2)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
racc racc
rack (>= 2.2.4, < 3.2) rack (>= 2.2.4, < 3.2)
@@ -32,36 +32,37 @@ GEM
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6) rails-html-sanitizer (~> 1.6)
useragent (~> 0.16) useragent (~> 0.16)
actiontext (7.2.1.1) actiontext (7.2.2)
actionpack (= 7.2.1.1) actionpack (= 7.2.2)
activerecord (= 7.2.1.1) activerecord (= 7.2.2)
activestorage (= 7.2.1.1) activestorage (= 7.2.2)
activesupport (= 7.2.1.1) activesupport (= 7.2.2)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.2.1.1) actionview (7.2.2)
activesupport (= 7.2.1.1) activesupport (= 7.2.2)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.11) erubi (~> 1.11)
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6) rails-html-sanitizer (~> 1.6)
activejob (7.2.1.1) activejob (7.2.2)
activesupport (= 7.2.1.1) activesupport (= 7.2.2)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.2.1.1) activemodel (7.2.2)
activesupport (= 7.2.1.1) activesupport (= 7.2.2)
activerecord (7.2.1.1) activerecord (7.2.2)
activemodel (= 7.2.1.1) activemodel (= 7.2.2)
activesupport (= 7.2.1.1) activesupport (= 7.2.2)
timeout (>= 0.4.0) timeout (>= 0.4.0)
activestorage (7.2.1.1) activestorage (7.2.2)
actionpack (= 7.2.1.1) actionpack (= 7.2.2)
activejob (= 7.2.1.1) activejob (= 7.2.2)
activerecord (= 7.2.1.1) activerecord (= 7.2.2)
activesupport (= 7.2.1.1) activesupport (= 7.2.2)
marcel (~> 1.0) marcel (~> 1.0)
activesupport (7.2.1.1) activesupport (7.2.2)
base64 base64
benchmark (>= 0.3)
bigdecimal bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1) concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5) connection_pool (>= 2.2.5)
@@ -75,6 +76,7 @@ GEM
public_suffix (>= 2.0.2, < 7.0) public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2) ast (2.4.2)
base64 (0.2.0) base64 (0.2.0)
benchmark (0.3.0)
bigdecimal (3.1.8) bigdecimal (3.1.8)
bindex (0.8.1) bindex (0.8.1)
bootsnap (1.18.4) bootsnap (1.18.4)
@@ -128,7 +130,7 @@ GEM
json (2.7.2) json (2.7.2)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.3)
logger (1.6.1) logger (1.6.1)
loofah (2.22.0) loofah (2.23.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
mail (2.8.1) mail (2.8.1)
@@ -142,7 +144,7 @@ GEM
mini_mime (1.1.5) mini_mime (1.1.5)
minitest (5.25.1) minitest (5.25.1)
msgpack (1.7.3) msgpack (1.7.3)
net-imap (0.4.17) net-imap (0.5.0)
date date
net-protocol net-protocol
net-pop (0.1.2) net-pop (0.1.2)
@@ -151,7 +153,7 @@ GEM
timeout timeout
net-smtp (0.5.0) net-smtp (0.5.0)
net-protocol net-protocol
nio4r (2.7.3) nio4r (2.7.4)
nokogiri (1.16.7-aarch64-linux) nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin) nokogiri (1.16.7-arm64-darwin)
@@ -179,20 +181,20 @@ GEM
rackup (2.1.0) rackup (2.1.0)
rack (>= 3) rack (>= 3)
webrick (~> 1.8) webrick (~> 1.8)
rails (7.2.1.1) rails (7.2.2)
actioncable (= 7.2.1.1) actioncable (= 7.2.2)
actionmailbox (= 7.2.1.1) actionmailbox (= 7.2.2)
actionmailer (= 7.2.1.1) actionmailer (= 7.2.2)
actionpack (= 7.2.1.1) actionpack (= 7.2.2)
actiontext (= 7.2.1.1) actiontext (= 7.2.2)
actionview (= 7.2.1.1) actionview (= 7.2.2)
activejob (= 7.2.1.1) activejob (= 7.2.2)
activemodel (= 7.2.1.1) activemodel (= 7.2.2)
activerecord (= 7.2.1.1) activerecord (= 7.2.2)
activestorage (= 7.2.1.1) activestorage (= 7.2.2)
activesupport (= 7.2.1.1) activesupport (= 7.2.2)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.2.1.1) railties (= 7.2.2)
rails-dom-testing (2.2.0) rails-dom-testing (2.2.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
minitest minitest
@@ -200,9 +202,9 @@ GEM
rails-html-sanitizer (1.6.0) rails-html-sanitizer (1.6.0)
loofah (~> 2.21) loofah (~> 2.21)
nokogiri (~> 1.14) nokogiri (~> 1.14)
railties (7.2.1.1) railties (7.2.2)
actionpack (= 7.2.1.1) actionpack (= 7.2.2)
activesupport (= 7.2.1.1) activesupport (= 7.2.2)
irb (~> 1.13) irb (~> 1.13)
rackup (>= 1.0.0) rackup (>= 1.0.0)
rake (>= 12.2) rake (>= 12.2)
@@ -310,7 +312,7 @@ GEM
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
zeitwerk (2.7.0) zeitwerk (2.7.1)
PLATFORMS PLATFORMS
aarch64-linux aarch64-linux
@@ -330,7 +332,7 @@ DEPENDENCIES
pg (~> 1.5) pg (~> 1.5)
puma (~> 6.4) puma (~> 6.4)
rack-mini-profiler rack-mini-profiler
rails (~> 7.2, >= 7.2.1) rails (~> 7.2)
redis (~> 5.3) redis (~> 5.3)
rspec-rails rspec-rails
rubocop-rails rubocop-rails