mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-22 16:25:19 +01:00
Update dependency rails to v7.2.2.1 (#33259)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9ba4c8ef66
commit
bf4ad7e200
1 changed files with 54 additions and 54 deletions
108
Gemfile.lock
108
Gemfile.lock
|
@ -10,29 +10,29 @@ GIT
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (7.2.2)
|
actioncable (7.2.2.1)
|
||||||
actionpack (= 7.2.2)
|
actionpack (= 7.2.2.1)
|
||||||
activesupport (= 7.2.2)
|
activesupport (= 7.2.2.1)
|
||||||
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.2)
|
actionmailbox (7.2.2.1)
|
||||||
actionpack (= 7.2.2)
|
actionpack (= 7.2.2.1)
|
||||||
activejob (= 7.2.2)
|
activejob (= 7.2.2.1)
|
||||||
activerecord (= 7.2.2)
|
activerecord (= 7.2.2.1)
|
||||||
activestorage (= 7.2.2)
|
activestorage (= 7.2.2.1)
|
||||||
activesupport (= 7.2.2)
|
activesupport (= 7.2.2.1)
|
||||||
mail (>= 2.8.0)
|
mail (>= 2.8.0)
|
||||||
actionmailer (7.2.2)
|
actionmailer (7.2.2.1)
|
||||||
actionpack (= 7.2.2)
|
actionpack (= 7.2.2.1)
|
||||||
actionview (= 7.2.2)
|
actionview (= 7.2.2.1)
|
||||||
activejob (= 7.2.2)
|
activejob (= 7.2.2.1)
|
||||||
activesupport (= 7.2.2)
|
activesupport (= 7.2.2.1)
|
||||||
mail (>= 2.8.0)
|
mail (>= 2.8.0)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
actionpack (7.2.2)
|
actionpack (7.2.2.1)
|
||||||
actionview (= 7.2.2)
|
actionview (= 7.2.2.1)
|
||||||
activesupport (= 7.2.2)
|
activesupport (= 7.2.2.1)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
racc
|
racc
|
||||||
rack (>= 2.2.4, < 3.2)
|
rack (>= 2.2.4, < 3.2)
|
||||||
|
@ -41,15 +41,15 @@ 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.2)
|
actiontext (7.2.2.1)
|
||||||
actionpack (= 7.2.2)
|
actionpack (= 7.2.2.1)
|
||||||
activerecord (= 7.2.2)
|
activerecord (= 7.2.2.1)
|
||||||
activestorage (= 7.2.2)
|
activestorage (= 7.2.2.1)
|
||||||
activesupport (= 7.2.2)
|
activesupport (= 7.2.2.1)
|
||||||
globalid (>= 0.6.0)
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (7.2.2)
|
actionview (7.2.2.1)
|
||||||
activesupport (= 7.2.2)
|
activesupport (= 7.2.2.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.11)
|
erubi (~> 1.11)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
|
@ -59,22 +59,22 @@ GEM
|
||||||
activemodel (>= 4.1)
|
activemodel (>= 4.1)
|
||||||
case_transform (>= 0.2)
|
case_transform (>= 0.2)
|
||||||
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
|
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
|
||||||
activejob (7.2.2)
|
activejob (7.2.2.1)
|
||||||
activesupport (= 7.2.2)
|
activesupport (= 7.2.2.1)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (7.2.2)
|
activemodel (7.2.2.1)
|
||||||
activesupport (= 7.2.2)
|
activesupport (= 7.2.2.1)
|
||||||
activerecord (7.2.2)
|
activerecord (7.2.2.1)
|
||||||
activemodel (= 7.2.2)
|
activemodel (= 7.2.2.1)
|
||||||
activesupport (= 7.2.2)
|
activesupport (= 7.2.2.1)
|
||||||
timeout (>= 0.4.0)
|
timeout (>= 0.4.0)
|
||||||
activestorage (7.2.2)
|
activestorage (7.2.2.1)
|
||||||
actionpack (= 7.2.2)
|
actionpack (= 7.2.2.1)
|
||||||
activejob (= 7.2.2)
|
activejob (= 7.2.2.1)
|
||||||
activerecord (= 7.2.2)
|
activerecord (= 7.2.2.1)
|
||||||
activesupport (= 7.2.2)
|
activesupport (= 7.2.2.1)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
activesupport (7.2.2)
|
activesupport (7.2.2.1)
|
||||||
base64
|
base64
|
||||||
benchmark (>= 0.3)
|
benchmark (>= 0.3)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
|
@ -175,7 +175,7 @@ GEM
|
||||||
activerecord (>= 5.a)
|
activerecord (>= 5.a)
|
||||||
database_cleaner-core (~> 2.0.0)
|
database_cleaner-core (~> 2.0.0)
|
||||||
database_cleaner-core (2.0.1)
|
database_cleaner-core (2.0.1)
|
||||||
date (3.4.0)
|
date (3.4.1)
|
||||||
debug (1.9.2)
|
debug (1.9.2)
|
||||||
irb (~> 1.10)
|
irb (~> 1.10)
|
||||||
reline (>= 0.3.8)
|
reline (>= 0.3.8)
|
||||||
|
@ -612,20 +612,20 @@ GEM
|
||||||
rackup (1.0.1)
|
rackup (1.0.1)
|
||||||
rack (< 3)
|
rack (< 3)
|
||||||
webrick
|
webrick
|
||||||
rails (7.2.2)
|
rails (7.2.2.1)
|
||||||
actioncable (= 7.2.2)
|
actioncable (= 7.2.2.1)
|
||||||
actionmailbox (= 7.2.2)
|
actionmailbox (= 7.2.2.1)
|
||||||
actionmailer (= 7.2.2)
|
actionmailer (= 7.2.2.1)
|
||||||
actionpack (= 7.2.2)
|
actionpack (= 7.2.2.1)
|
||||||
actiontext (= 7.2.2)
|
actiontext (= 7.2.2.1)
|
||||||
actionview (= 7.2.2)
|
actionview (= 7.2.2.1)
|
||||||
activejob (= 7.2.2)
|
activejob (= 7.2.2.1)
|
||||||
activemodel (= 7.2.2)
|
activemodel (= 7.2.2.1)
|
||||||
activerecord (= 7.2.2)
|
activerecord (= 7.2.2.1)
|
||||||
activestorage (= 7.2.2)
|
activestorage (= 7.2.2.1)
|
||||||
activesupport (= 7.2.2)
|
activesupport (= 7.2.2.1)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 7.2.2)
|
railties (= 7.2.2.1)
|
||||||
rails-controller-testing (1.0.5)
|
rails-controller-testing (1.0.5)
|
||||||
actionpack (>= 5.0.1.rc1)
|
actionpack (>= 5.0.1.rc1)
|
||||||
actionview (>= 5.0.1.rc1)
|
actionview (>= 5.0.1.rc1)
|
||||||
|
@ -640,9 +640,9 @@ GEM
|
||||||
rails-i18n (7.0.10)
|
rails-i18n (7.0.10)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
railties (>= 6.0.0, < 8)
|
railties (>= 6.0.0, < 8)
|
||||||
railties (7.2.2)
|
railties (7.2.2.1)
|
||||||
actionpack (= 7.2.2)
|
actionpack (= 7.2.2.1)
|
||||||
activesupport (= 7.2.2)
|
activesupport (= 7.2.2.1)
|
||||||
irb (~> 1.13)
|
irb (~> 1.13)
|
||||||
rackup (>= 1.0.0)
|
rackup (>= 1.0.0)
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
|
|
Loading…
Reference in a new issue