Switch to rails 7.0.1
This commit is contained in:
@@ -6,8 +6,8 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
|||||||
ruby "3.1.0"
|
ruby "3.1.0"
|
||||||
|
|
||||||
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
||||||
# gem "rails", "~> 7.0.0"
|
gem "rails", "~> 7.0.0"
|
||||||
gem "rails", github: "rails/rails", branch: "7-0-stable"
|
# gem "rails", github: "rails/rails", branch: "7-0-stable"
|
||||||
|
|
||||||
# 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", ">= 3.4.1"
|
gem "sprockets-rails", ">= 3.4.1"
|
||||||
|
|||||||
+66
-70
@@ -1,98 +1,71 @@
|
|||||||
GIT
|
GEM
|
||||||
remote: https://github.com/rails/rails.git
|
remote: https://rubygems.org/
|
||||||
revision: 9c2977b3afe143b7a44af2efb896ccca0523576a
|
|
||||||
branch: 7-0-stable
|
|
||||||
specs:
|
specs:
|
||||||
actioncable (7.0.0)
|
actioncable (7.0.1)
|
||||||
actionpack (= 7.0.0)
|
actionpack (= 7.0.1)
|
||||||
activesupport (= 7.0.0)
|
activesupport (= 7.0.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (7.0.0)
|
actionmailbox (7.0.1)
|
||||||
actionpack (= 7.0.0)
|
actionpack (= 7.0.1)
|
||||||
activejob (= 7.0.0)
|
activejob (= 7.0.1)
|
||||||
activerecord (= 7.0.0)
|
activerecord (= 7.0.1)
|
||||||
activestorage (= 7.0.0)
|
activestorage (= 7.0.1)
|
||||||
activesupport (= 7.0.0)
|
activesupport (= 7.0.1)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.7.1)
|
||||||
net-imap
|
net-imap
|
||||||
net-pop
|
net-pop
|
||||||
net-smtp
|
net-smtp
|
||||||
actionmailer (7.0.0)
|
actionmailer (7.0.1)
|
||||||
actionpack (= 7.0.0)
|
actionpack (= 7.0.1)
|
||||||
actionview (= 7.0.0)
|
actionview (= 7.0.1)
|
||||||
activejob (= 7.0.0)
|
activejob (= 7.0.1)
|
||||||
activesupport (= 7.0.0)
|
activesupport (= 7.0.1)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
net-imap
|
net-imap
|
||||||
net-pop
|
net-pop
|
||||||
net-smtp
|
net-smtp
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (7.0.0)
|
actionpack (7.0.1)
|
||||||
actionview (= 7.0.0)
|
actionview (= 7.0.1)
|
||||||
activesupport (= 7.0.0)
|
activesupport (= 7.0.1)
|
||||||
rack (~> 2.0, >= 2.2.0)
|
rack (~> 2.0, >= 2.2.0)
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
||||||
actiontext (7.0.0)
|
actiontext (7.0.1)
|
||||||
actionpack (= 7.0.0)
|
actionpack (= 7.0.1)
|
||||||
activerecord (= 7.0.0)
|
activerecord (= 7.0.1)
|
||||||
activestorage (= 7.0.0)
|
activestorage (= 7.0.1)
|
||||||
activesupport (= 7.0.0)
|
activesupport (= 7.0.1)
|
||||||
globalid (>= 0.6.0)
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (7.0.0)
|
actionview (7.0.1)
|
||||||
activesupport (= 7.0.0)
|
activesupport (= 7.0.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
||||||
activejob (7.0.0)
|
activejob (7.0.1)
|
||||||
activesupport (= 7.0.0)
|
activesupport (= 7.0.1)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (7.0.0)
|
activemodel (7.0.1)
|
||||||
activesupport (= 7.0.0)
|
activesupport (= 7.0.1)
|
||||||
activerecord (7.0.0)
|
activerecord (7.0.1)
|
||||||
activemodel (= 7.0.0)
|
activemodel (= 7.0.1)
|
||||||
activesupport (= 7.0.0)
|
activesupport (= 7.0.1)
|
||||||
activestorage (7.0.0)
|
activestorage (7.0.1)
|
||||||
actionpack (= 7.0.0)
|
actionpack (= 7.0.1)
|
||||||
activejob (= 7.0.0)
|
activejob (= 7.0.1)
|
||||||
activerecord (= 7.0.0)
|
activerecord (= 7.0.1)
|
||||||
activesupport (= 7.0.0)
|
activesupport (= 7.0.1)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
mini_mime (>= 1.1.0)
|
mini_mime (>= 1.1.0)
|
||||||
activesupport (7.0.0)
|
activesupport (7.0.1)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0)
|
||||||
rails (7.0.0)
|
|
||||||
actioncable (= 7.0.0)
|
|
||||||
actionmailbox (= 7.0.0)
|
|
||||||
actionmailer (= 7.0.0)
|
|
||||||
actionpack (= 7.0.0)
|
|
||||||
actiontext (= 7.0.0)
|
|
||||||
actionview (= 7.0.0)
|
|
||||||
activejob (= 7.0.0)
|
|
||||||
activemodel (= 7.0.0)
|
|
||||||
activerecord (= 7.0.0)
|
|
||||||
activestorage (= 7.0.0)
|
|
||||||
activesupport (= 7.0.0)
|
|
||||||
bundler (>= 1.15.0)
|
|
||||||
railties (= 7.0.0)
|
|
||||||
railties (7.0.0)
|
|
||||||
actionpack (= 7.0.0)
|
|
||||||
activesupport (= 7.0.0)
|
|
||||||
method_source
|
|
||||||
rake (>= 12.2)
|
|
||||||
thor (~> 1.0)
|
|
||||||
zeitwerk (~> 2.5)
|
|
||||||
|
|
||||||
GEM
|
|
||||||
remote: https://rubygems.org/
|
|
||||||
specs:
|
|
||||||
addressable (2.8.0)
|
addressable (2.8.0)
|
||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
@@ -150,7 +123,6 @@ GEM
|
|||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
mini_magick (4.11.0)
|
mini_magick (4.11.0)
|
||||||
mini_mime (1.1.2)
|
mini_mime (1.1.2)
|
||||||
mini_portile2 (2.6.1)
|
|
||||||
minitest (5.15.0)
|
minitest (5.15.0)
|
||||||
msgpack (1.4.2)
|
msgpack (1.4.2)
|
||||||
net-imap (0.2.3)
|
net-imap (0.2.3)
|
||||||
@@ -169,8 +141,11 @@ GEM
|
|||||||
net-protocol
|
net-protocol
|
||||||
timeout
|
timeout
|
||||||
nio4r (2.5.8)
|
nio4r (2.5.8)
|
||||||
nokogiri (1.12.5)
|
nokogiri (1.13.0-aarch64-linux)
|
||||||
mini_portile2 (~> 2.6.1)
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.13.0-arm64-darwin)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.13.0-x86_64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
parallel (1.21.0)
|
parallel (1.21.0)
|
||||||
parser (3.1.0.0)
|
parser (3.1.0.0)
|
||||||
@@ -185,11 +160,32 @@ GEM
|
|||||||
rack (>= 1.2.0)
|
rack (>= 1.2.0)
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
|
rails (7.0.1)
|
||||||
|
actioncable (= 7.0.1)
|
||||||
|
actionmailbox (= 7.0.1)
|
||||||
|
actionmailer (= 7.0.1)
|
||||||
|
actionpack (= 7.0.1)
|
||||||
|
actiontext (= 7.0.1)
|
||||||
|
actionview (= 7.0.1)
|
||||||
|
activejob (= 7.0.1)
|
||||||
|
activemodel (= 7.0.1)
|
||||||
|
activerecord (= 7.0.1)
|
||||||
|
activestorage (= 7.0.1)
|
||||||
|
activesupport (= 7.0.1)
|
||||||
|
bundler (>= 1.15.0)
|
||||||
|
railties (= 7.0.1)
|
||||||
rails-dom-testing (2.0.3)
|
rails-dom-testing (2.0.3)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.4.2)
|
rails-html-sanitizer (1.4.2)
|
||||||
loofah (~> 2.3)
|
loofah (~> 2.3)
|
||||||
|
railties (7.0.1)
|
||||||
|
actionpack (= 7.0.1)
|
||||||
|
activesupport (= 7.0.1)
|
||||||
|
method_source
|
||||||
|
rake (>= 12.2)
|
||||||
|
thor (~> 1.0)
|
||||||
|
zeitwerk (~> 2.5)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
rake (13.0.6)
|
rake (13.0.6)
|
||||||
redis (4.5.1)
|
redis (4.5.1)
|
||||||
@@ -294,7 +290,7 @@ DEPENDENCIES
|
|||||||
pg (~> 1.1)
|
pg (~> 1.1)
|
||||||
puma (~> 5.0)
|
puma (~> 5.0)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails!
|
rails (~> 7.0.0)
|
||||||
redis (~> 4.0)
|
redis (~> 4.0)
|
||||||
rspec-rails
|
rspec-rails
|
||||||
rubocop-rails
|
rubocop-rails
|
||||||
|
|||||||
Reference in New Issue
Block a user