Update dependency rails to v7.1.0
This commit is contained in:
committed by
Ryan Williams
parent
da87be0df1
commit
99644ca369
@@ -7,7 +7,7 @@ ruby "3.2.2"
|
|||||||
|
|
||||||
# Bundle edge Rails instead:
|
# Bundle edge Rails instead:
|
||||||
# gem "rails", github: "rails/rails", branch: "main"
|
# gem "rails", github: "rails/rails", branch: "main"
|
||||||
gem "rails", "7.1.0.rc2"
|
gem "rails", "7.1.0"
|
||||||
|
|
||||||
# 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"
|
||||||
|
|||||||
+55
-55
@@ -1,70 +1,70 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (7.1.0.rc2)
|
actioncable (7.1.0)
|
||||||
actionpack (= 7.1.0.rc2)
|
actionpack (= 7.1.0)
|
||||||
activesupport (= 7.1.0.rc2)
|
activesupport (= 7.1.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.1.0.rc2)
|
actionmailbox (7.1.0)
|
||||||
actionpack (= 7.1.0.rc2)
|
actionpack (= 7.1.0)
|
||||||
activejob (= 7.1.0.rc2)
|
activejob (= 7.1.0)
|
||||||
activerecord (= 7.1.0.rc2)
|
activerecord (= 7.1.0)
|
||||||
activestorage (= 7.1.0.rc2)
|
activestorage (= 7.1.0)
|
||||||
activesupport (= 7.1.0.rc2)
|
activesupport (= 7.1.0)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.7.1)
|
||||||
net-imap
|
net-imap
|
||||||
net-pop
|
net-pop
|
||||||
net-smtp
|
net-smtp
|
||||||
actionmailer (7.1.0.rc2)
|
actionmailer (7.1.0)
|
||||||
actionpack (= 7.1.0.rc2)
|
actionpack (= 7.1.0)
|
||||||
actionview (= 7.1.0.rc2)
|
actionview (= 7.1.0)
|
||||||
activejob (= 7.1.0.rc2)
|
activejob (= 7.1.0)
|
||||||
activesupport (= 7.1.0.rc2)
|
activesupport (= 7.1.0)
|
||||||
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.2)
|
rails-dom-testing (~> 2.2)
|
||||||
actionpack (7.1.0.rc2)
|
actionpack (7.1.0)
|
||||||
actionview (= 7.1.0.rc2)
|
actionview (= 7.1.0)
|
||||||
activesupport (= 7.1.0.rc2)
|
activesupport (= 7.1.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
rack (>= 2.2.4)
|
rack (>= 2.2.4)
|
||||||
rack-session (>= 1.0.1)
|
rack-session (>= 1.0.1)
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.6)
|
rails-html-sanitizer (~> 1.6)
|
||||||
actiontext (7.1.0.rc2)
|
actiontext (7.1.0)
|
||||||
actionpack (= 7.1.0.rc2)
|
actionpack (= 7.1.0)
|
||||||
activerecord (= 7.1.0.rc2)
|
activerecord (= 7.1.0)
|
||||||
activestorage (= 7.1.0.rc2)
|
activestorage (= 7.1.0)
|
||||||
activesupport (= 7.1.0.rc2)
|
activesupport (= 7.1.0)
|
||||||
globalid (>= 0.6.0)
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (7.1.0.rc2)
|
actionview (7.1.0)
|
||||||
activesupport (= 7.1.0.rc2)
|
activesupport (= 7.1.0)
|
||||||
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.1.0.rc2)
|
activejob (7.1.0)
|
||||||
activesupport (= 7.1.0.rc2)
|
activesupport (= 7.1.0)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (7.1.0.rc2)
|
activemodel (7.1.0)
|
||||||
activesupport (= 7.1.0.rc2)
|
activesupport (= 7.1.0)
|
||||||
activerecord (7.1.0.rc2)
|
activerecord (7.1.0)
|
||||||
activemodel (= 7.1.0.rc2)
|
activemodel (= 7.1.0)
|
||||||
activesupport (= 7.1.0.rc2)
|
activesupport (= 7.1.0)
|
||||||
timeout (>= 0.4.0)
|
timeout (>= 0.4.0)
|
||||||
activestorage (7.1.0.rc2)
|
activestorage (7.1.0)
|
||||||
actionpack (= 7.1.0.rc2)
|
actionpack (= 7.1.0)
|
||||||
activejob (= 7.1.0.rc2)
|
activejob (= 7.1.0)
|
||||||
activerecord (= 7.1.0.rc2)
|
activerecord (= 7.1.0)
|
||||||
activesupport (= 7.1.0.rc2)
|
activesupport (= 7.1.0)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
activesupport (7.1.0.rc2)
|
activesupport (7.1.0)
|
||||||
base64
|
base64
|
||||||
bigdecimal
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
@@ -180,20 +180,20 @@ GEM
|
|||||||
rackup (2.1.0)
|
rackup (2.1.0)
|
||||||
rack (>= 3)
|
rack (>= 3)
|
||||||
webrick (~> 1.8)
|
webrick (~> 1.8)
|
||||||
rails (7.1.0.rc2)
|
rails (7.1.0)
|
||||||
actioncable (= 7.1.0.rc2)
|
actioncable (= 7.1.0)
|
||||||
actionmailbox (= 7.1.0.rc2)
|
actionmailbox (= 7.1.0)
|
||||||
actionmailer (= 7.1.0.rc2)
|
actionmailer (= 7.1.0)
|
||||||
actionpack (= 7.1.0.rc2)
|
actionpack (= 7.1.0)
|
||||||
actiontext (= 7.1.0.rc2)
|
actiontext (= 7.1.0)
|
||||||
actionview (= 7.1.0.rc2)
|
actionview (= 7.1.0)
|
||||||
activejob (= 7.1.0.rc2)
|
activejob (= 7.1.0)
|
||||||
activemodel (= 7.1.0.rc2)
|
activemodel (= 7.1.0)
|
||||||
activerecord (= 7.1.0.rc2)
|
activerecord (= 7.1.0)
|
||||||
activestorage (= 7.1.0.rc2)
|
activestorage (= 7.1.0)
|
||||||
activesupport (= 7.1.0.rc2)
|
activesupport (= 7.1.0)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 7.1.0.rc2)
|
railties (= 7.1.0)
|
||||||
rails-dom-testing (2.2.0)
|
rails-dom-testing (2.2.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
minitest
|
minitest
|
||||||
@@ -201,9 +201,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.1.0.rc2)
|
railties (7.1.0)
|
||||||
actionpack (= 7.1.0.rc2)
|
actionpack (= 7.1.0)
|
||||||
activesupport (= 7.1.0.rc2)
|
activesupport (= 7.1.0)
|
||||||
irb
|
irb
|
||||||
rackup (>= 1.0.0)
|
rackup (>= 1.0.0)
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
@@ -218,7 +218,7 @@ GEM
|
|||||||
redis-client (0.17.0)
|
redis-client (0.17.0)
|
||||||
connection_pool
|
connection_pool
|
||||||
regexp_parser (2.8.1)
|
regexp_parser (2.8.1)
|
||||||
reline (0.3.8)
|
reline (0.3.9)
|
||||||
io-console (~> 0.5)
|
io-console (~> 0.5)
|
||||||
rexml (3.2.6)
|
rexml (3.2.6)
|
||||||
rspec-core (3.12.2)
|
rspec-core (3.12.2)
|
||||||
@@ -324,7 +324,7 @@ DEPENDENCIES
|
|||||||
pg (~> 1.5)
|
pg (~> 1.5)
|
||||||
puma (~> 6.3)
|
puma (~> 6.3)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (= 7.1.0.rc2)
|
rails (= 7.1.0)
|
||||||
redis (~> 5.0)
|
redis (~> 5.0)
|
||||||
rspec-rails
|
rspec-rails
|
||||||
rubocop-rails
|
rubocop-rails
|
||||||
|
|||||||
Reference in New Issue
Block a user