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 'puma', '~> 6.3'
|
||||
gem 'rack', '~> 2.2.7'
|
||||
gem 'rails', '7.2.0.rc1'
|
||||
gem 'rails', '~> 7.2.0'
|
||||
gem 'thor', '~> 1.2'
|
||||
|
||||
gem 'dotenv'
|
||||
|
|
110
Gemfile.lock
110
Gemfile.lock
|
@ -24,29 +24,29 @@ GIT
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actioncable (7.2.0.rc1)
|
||||
actionpack (= 7.2.0.rc1)
|
||||
activesupport (= 7.2.0.rc1)
|
||||
actioncable (7.2.0)
|
||||
actionpack (= 7.2.0)
|
||||
activesupport (= 7.2.0)
|
||||
nio4r (~> 2.0)
|
||||
websocket-driver (>= 0.6.1)
|
||||
zeitwerk (~> 2.6)
|
||||
actionmailbox (7.2.0.rc1)
|
||||
actionpack (= 7.2.0.rc1)
|
||||
activejob (= 7.2.0.rc1)
|
||||
activerecord (= 7.2.0.rc1)
|
||||
activestorage (= 7.2.0.rc1)
|
||||
activesupport (= 7.2.0.rc1)
|
||||
actionmailbox (7.2.0)
|
||||
actionpack (= 7.2.0)
|
||||
activejob (= 7.2.0)
|
||||
activerecord (= 7.2.0)
|
||||
activestorage (= 7.2.0)
|
||||
activesupport (= 7.2.0)
|
||||
mail (>= 2.8.0)
|
||||
actionmailer (7.2.0.rc1)
|
||||
actionpack (= 7.2.0.rc1)
|
||||
actionview (= 7.2.0.rc1)
|
||||
activejob (= 7.2.0.rc1)
|
||||
activesupport (= 7.2.0.rc1)
|
||||
actionmailer (7.2.0)
|
||||
actionpack (= 7.2.0)
|
||||
actionview (= 7.2.0)
|
||||
activejob (= 7.2.0)
|
||||
activesupport (= 7.2.0)
|
||||
mail (>= 2.8.0)
|
||||
rails-dom-testing (~> 2.2)
|
||||
actionpack (7.2.0.rc1)
|
||||
actionview (= 7.2.0.rc1)
|
||||
activesupport (= 7.2.0.rc1)
|
||||
actionpack (7.2.0)
|
||||
actionview (= 7.2.0)
|
||||
activesupport (= 7.2.0)
|
||||
nokogiri (>= 1.8.5)
|
||||
racc
|
||||
rack (>= 2.2.4, < 3.2)
|
||||
|
@ -55,15 +55,15 @@ GEM
|
|||
rails-dom-testing (~> 2.2)
|
||||
rails-html-sanitizer (~> 1.6)
|
||||
useragent (~> 0.16)
|
||||
actiontext (7.2.0.rc1)
|
||||
actionpack (= 7.2.0.rc1)
|
||||
activerecord (= 7.2.0.rc1)
|
||||
activestorage (= 7.2.0.rc1)
|
||||
activesupport (= 7.2.0.rc1)
|
||||
actiontext (7.2.0)
|
||||
actionpack (= 7.2.0)
|
||||
activerecord (= 7.2.0)
|
||||
activestorage (= 7.2.0)
|
||||
activesupport (= 7.2.0)
|
||||
globalid (>= 0.6.0)
|
||||
nokogiri (>= 1.8.5)
|
||||
actionview (7.2.0.rc1)
|
||||
activesupport (= 7.2.0.rc1)
|
||||
actionview (7.2.0)
|
||||
activesupport (= 7.2.0)
|
||||
builder (~> 3.1)
|
||||
erubi (~> 1.11)
|
||||
rails-dom-testing (~> 2.2)
|
||||
|
@ -73,22 +73,22 @@ GEM
|
|||
activemodel (>= 4.1)
|
||||
case_transform (>= 0.2)
|
||||
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
|
||||
activejob (7.2.0.rc1)
|
||||
activesupport (= 7.2.0.rc1)
|
||||
activejob (7.2.0)
|
||||
activesupport (= 7.2.0)
|
||||
globalid (>= 0.3.6)
|
||||
activemodel (7.2.0.rc1)
|
||||
activesupport (= 7.2.0.rc1)
|
||||
activerecord (7.2.0.rc1)
|
||||
activemodel (= 7.2.0.rc1)
|
||||
activesupport (= 7.2.0.rc1)
|
||||
activemodel (7.2.0)
|
||||
activesupport (= 7.2.0)
|
||||
activerecord (7.2.0)
|
||||
activemodel (= 7.2.0)
|
||||
activesupport (= 7.2.0)
|
||||
timeout (>= 0.4.0)
|
||||
activestorage (7.2.0.rc1)
|
||||
actionpack (= 7.2.0.rc1)
|
||||
activejob (= 7.2.0.rc1)
|
||||
activerecord (= 7.2.0.rc1)
|
||||
activesupport (= 7.2.0.rc1)
|
||||
activestorage (7.2.0)
|
||||
actionpack (= 7.2.0)
|
||||
activejob (= 7.2.0)
|
||||
activerecord (= 7.2.0)
|
||||
activesupport (= 7.2.0)
|
||||
marcel (~> 1.0)
|
||||
activesupport (7.2.0.rc1)
|
||||
activesupport (7.2.0)
|
||||
base64
|
||||
bigdecimal
|
||||
concurrent-ruby (~> 1.0, >= 1.3.1)
|
||||
|
@ -178,7 +178,7 @@ GEM
|
|||
climate_control (1.2.0)
|
||||
cocoon (1.2.15)
|
||||
color_diff (0.1)
|
||||
concurrent-ruby (1.3.3)
|
||||
concurrent-ruby (1.3.4)
|
||||
connection_pool (2.4.1)
|
||||
cose (1.3.0)
|
||||
cbor (~> 0.5.9)
|
||||
|
@ -640,20 +640,20 @@ GEM
|
|||
rackup (1.0.0)
|
||||
rack (< 3)
|
||||
webrick
|
||||
rails (7.2.0.rc1)
|
||||
actioncable (= 7.2.0.rc1)
|
||||
actionmailbox (= 7.2.0.rc1)
|
||||
actionmailer (= 7.2.0.rc1)
|
||||
actionpack (= 7.2.0.rc1)
|
||||
actiontext (= 7.2.0.rc1)
|
||||
actionview (= 7.2.0.rc1)
|
||||
activejob (= 7.2.0.rc1)
|
||||
activemodel (= 7.2.0.rc1)
|
||||
activerecord (= 7.2.0.rc1)
|
||||
activestorage (= 7.2.0.rc1)
|
||||
activesupport (= 7.2.0.rc1)
|
||||
rails (7.2.0)
|
||||
actioncable (= 7.2.0)
|
||||
actionmailbox (= 7.2.0)
|
||||
actionmailer (= 7.2.0)
|
||||
actionpack (= 7.2.0)
|
||||
actiontext (= 7.2.0)
|
||||
actionview (= 7.2.0)
|
||||
activejob (= 7.2.0)
|
||||
activemodel (= 7.2.0)
|
||||
activerecord (= 7.2.0)
|
||||
activestorage (= 7.2.0)
|
||||
activesupport (= 7.2.0)
|
||||
bundler (>= 1.15.0)
|
||||
railties (= 7.2.0.rc1)
|
||||
railties (= 7.2.0)
|
||||
rails-controller-testing (1.0.5)
|
||||
actionpack (>= 5.0.1.rc1)
|
||||
actionview (>= 5.0.1.rc1)
|
||||
|
@ -668,9 +668,9 @@ GEM
|
|||
rails-i18n (7.0.9)
|
||||
i18n (>= 0.7, < 2)
|
||||
railties (>= 6.0.0, < 8)
|
||||
railties (7.2.0.rc1)
|
||||
actionpack (= 7.2.0.rc1)
|
||||
activesupport (= 7.2.0.rc1)
|
||||
railties (7.2.0)
|
||||
actionpack (= 7.2.0)
|
||||
activesupport (= 7.2.0)
|
||||
irb (~> 1.13)
|
||||
rackup (>= 1.0.0)
|
||||
rake (>= 12.2)
|
||||
|
@ -1016,7 +1016,7 @@ DEPENDENCIES
|
|||
rack-attack (~> 6.6)
|
||||
rack-cors (~> 2.0)
|
||||
rack-test (~> 2.1)
|
||||
rails (= 7.2.0.rc1)
|
||||
rails (~> 7.2.0)
|
||||
rails-controller-testing (~> 1.0)
|
||||
rails-i18n (~> 7.0)
|
||||
rdf-normalize (~> 0.5)
|
||||
|
|
Loading…
Reference in a new issue