mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Update rails to version 7.2.0
This commit is contained in:
parent
616be7b8a5
commit
495ac21b53
2 changed files with 56 additions and 56 deletions
2
Gemfile
2
Gemfile
|
@ -6,7 +6,7 @@ ruby '>= 3.1.0'
|
||||||
gem 'propshaft'
|
gem 'propshaft'
|
||||||
gem 'puma', '~> 6.3'
|
gem 'puma', '~> 6.3'
|
||||||
gem 'rack', '~> 2.2.7'
|
gem 'rack', '~> 2.2.7'
|
||||||
gem 'rails', '7.2.0.rc1'
|
gem 'rails', '~> 7.2.0'
|
||||||
gem 'thor', '~> 1.2'
|
gem 'thor', '~> 1.2'
|
||||||
|
|
||||||
gem 'dotenv'
|
gem 'dotenv'
|
||||||
|
|
110
Gemfile.lock
110
Gemfile.lock
|
@ -24,29 +24,29 @@ GIT
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (7.2.0.rc1)
|
actioncable (7.2.0)
|
||||||
actionpack (= 7.2.0.rc1)
|
actionpack (= 7.2.0)
|
||||||
activesupport (= 7.2.0.rc1)
|
activesupport (= 7.2.0)
|
||||||
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.0.rc1)
|
actionmailbox (7.2.0)
|
||||||
actionpack (= 7.2.0.rc1)
|
actionpack (= 7.2.0)
|
||||||
activejob (= 7.2.0.rc1)
|
activejob (= 7.2.0)
|
||||||
activerecord (= 7.2.0.rc1)
|
activerecord (= 7.2.0)
|
||||||
activestorage (= 7.2.0.rc1)
|
activestorage (= 7.2.0)
|
||||||
activesupport (= 7.2.0.rc1)
|
activesupport (= 7.2.0)
|
||||||
mail (>= 2.8.0)
|
mail (>= 2.8.0)
|
||||||
actionmailer (7.2.0.rc1)
|
actionmailer (7.2.0)
|
||||||
actionpack (= 7.2.0.rc1)
|
actionpack (= 7.2.0)
|
||||||
actionview (= 7.2.0.rc1)
|
actionview (= 7.2.0)
|
||||||
activejob (= 7.2.0.rc1)
|
activejob (= 7.2.0)
|
||||||
activesupport (= 7.2.0.rc1)
|
activesupport (= 7.2.0)
|
||||||
mail (>= 2.8.0)
|
mail (>= 2.8.0)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
actionpack (7.2.0.rc1)
|
actionpack (7.2.0)
|
||||||
actionview (= 7.2.0.rc1)
|
actionview (= 7.2.0)
|
||||||
activesupport (= 7.2.0.rc1)
|
activesupport (= 7.2.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
racc
|
racc
|
||||||
rack (>= 2.2.4, < 3.2)
|
rack (>= 2.2.4, < 3.2)
|
||||||
|
@ -55,15 +55,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.0.rc1)
|
actiontext (7.2.0)
|
||||||
actionpack (= 7.2.0.rc1)
|
actionpack (= 7.2.0)
|
||||||
activerecord (= 7.2.0.rc1)
|
activerecord (= 7.2.0)
|
||||||
activestorage (= 7.2.0.rc1)
|
activestorage (= 7.2.0)
|
||||||
activesupport (= 7.2.0.rc1)
|
activesupport (= 7.2.0)
|
||||||
globalid (>= 0.6.0)
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (7.2.0.rc1)
|
actionview (7.2.0)
|
||||||
activesupport (= 7.2.0.rc1)
|
activesupport (= 7.2.0)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.11)
|
erubi (~> 1.11)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
|
@ -73,22 +73,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.0.rc1)
|
activejob (7.2.0)
|
||||||
activesupport (= 7.2.0.rc1)
|
activesupport (= 7.2.0)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (7.2.0.rc1)
|
activemodel (7.2.0)
|
||||||
activesupport (= 7.2.0.rc1)
|
activesupport (= 7.2.0)
|
||||||
activerecord (7.2.0.rc1)
|
activerecord (7.2.0)
|
||||||
activemodel (= 7.2.0.rc1)
|
activemodel (= 7.2.0)
|
||||||
activesupport (= 7.2.0.rc1)
|
activesupport (= 7.2.0)
|
||||||
timeout (>= 0.4.0)
|
timeout (>= 0.4.0)
|
||||||
activestorage (7.2.0.rc1)
|
activestorage (7.2.0)
|
||||||
actionpack (= 7.2.0.rc1)
|
actionpack (= 7.2.0)
|
||||||
activejob (= 7.2.0.rc1)
|
activejob (= 7.2.0)
|
||||||
activerecord (= 7.2.0.rc1)
|
activerecord (= 7.2.0)
|
||||||
activesupport (= 7.2.0.rc1)
|
activesupport (= 7.2.0)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
activesupport (7.2.0.rc1)
|
activesupport (7.2.0)
|
||||||
base64
|
base64
|
||||||
bigdecimal
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.3.1)
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
||||||
|
@ -178,7 +178,7 @@ GEM
|
||||||
climate_control (1.2.0)
|
climate_control (1.2.0)
|
||||||
cocoon (1.2.15)
|
cocoon (1.2.15)
|
||||||
color_diff (0.1)
|
color_diff (0.1)
|
||||||
concurrent-ruby (1.3.3)
|
concurrent-ruby (1.3.4)
|
||||||
connection_pool (2.4.1)
|
connection_pool (2.4.1)
|
||||||
cose (1.3.0)
|
cose (1.3.0)
|
||||||
cbor (~> 0.5.9)
|
cbor (~> 0.5.9)
|
||||||
|
@ -640,20 +640,20 @@ GEM
|
||||||
rackup (1.0.0)
|
rackup (1.0.0)
|
||||||
rack (< 3)
|
rack (< 3)
|
||||||
webrick
|
webrick
|
||||||
rails (7.2.0.rc1)
|
rails (7.2.0)
|
||||||
actioncable (= 7.2.0.rc1)
|
actioncable (= 7.2.0)
|
||||||
actionmailbox (= 7.2.0.rc1)
|
actionmailbox (= 7.2.0)
|
||||||
actionmailer (= 7.2.0.rc1)
|
actionmailer (= 7.2.0)
|
||||||
actionpack (= 7.2.0.rc1)
|
actionpack (= 7.2.0)
|
||||||
actiontext (= 7.2.0.rc1)
|
actiontext (= 7.2.0)
|
||||||
actionview (= 7.2.0.rc1)
|
actionview (= 7.2.0)
|
||||||
activejob (= 7.2.0.rc1)
|
activejob (= 7.2.0)
|
||||||
activemodel (= 7.2.0.rc1)
|
activemodel (= 7.2.0)
|
||||||
activerecord (= 7.2.0.rc1)
|
activerecord (= 7.2.0)
|
||||||
activestorage (= 7.2.0.rc1)
|
activestorage (= 7.2.0)
|
||||||
activesupport (= 7.2.0.rc1)
|
activesupport (= 7.2.0)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 7.2.0.rc1)
|
railties (= 7.2.0)
|
||||||
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)
|
||||||
|
@ -668,9 +668,9 @@ GEM
|
||||||
rails-i18n (7.0.9)
|
rails-i18n (7.0.9)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
railties (>= 6.0.0, < 8)
|
railties (>= 6.0.0, < 8)
|
||||||
railties (7.2.0.rc1)
|
railties (7.2.0)
|
||||||
actionpack (= 7.2.0.rc1)
|
actionpack (= 7.2.0)
|
||||||
activesupport (= 7.2.0.rc1)
|
activesupport (= 7.2.0)
|
||||||
irb (~> 1.13)
|
irb (~> 1.13)
|
||||||
rackup (>= 1.0.0)
|
rackup (>= 1.0.0)
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
|
@ -1016,7 +1016,7 @@ DEPENDENCIES
|
||||||
rack-attack (~> 6.6)
|
rack-attack (~> 6.6)
|
||||||
rack-cors (~> 2.0)
|
rack-cors (~> 2.0)
|
||||||
rack-test (~> 2.1)
|
rack-test (~> 2.1)
|
||||||
rails (= 7.2.0.rc1)
|
rails (~> 7.2.0)
|
||||||
rails-controller-testing (~> 1.0)
|
rails-controller-testing (~> 1.0)
|
||||||
rails-i18n (~> 7.0)
|
rails-i18n (~> 7.0)
|
||||||
rdf-normalize (~> 0.5)
|
rdf-normalize (~> 0.5)
|
||||||
|
|
Loading…
Reference in a new issue