Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rails 7.0.8 → 7.1.1 (minor) #1404

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update all of rails to version 7.1.1
  • Loading branch information
depfu[bot] authored Oct 15, 2023
commit 8e5499d17a64045765953e17a79f68d888346a19
169 changes: 100 additions & 69 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,76 +1,86 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (7.0.8)
actionpack (= 7.0.8)
activesupport (= 7.0.8)
actioncable (7.1.1)
actionpack (= 7.1.1)
activesupport (= 7.1.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (7.0.8)
actionpack (= 7.0.8)
activejob (= 7.0.8)
activerecord (= 7.0.8)
activestorage (= 7.0.8)
activesupport (= 7.0.8)
zeitwerk (~> 2.6)
actionmailbox (7.1.1)
actionpack (= 7.1.1)
activejob (= 7.1.1)
activerecord (= 7.1.1)
activestorage (= 7.1.1)
activesupport (= 7.1.1)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.0.8)
actionpack (= 7.0.8)
actionview (= 7.0.8)
activejob (= 7.0.8)
activesupport (= 7.0.8)
actionmailer (7.1.1)
actionpack (= 7.1.1)
actionview (= 7.1.1)
activejob (= 7.1.1)
activesupport (= 7.1.1)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
actionpack (7.0.8)
actionview (= 7.0.8)
activesupport (= 7.0.8)
rack (~> 2.0, >= 2.2.4)
rails-dom-testing (~> 2.2)
actionpack (7.1.1)
actionview (= 7.1.1)
activesupport (= 7.1.1)
nokogiri (>= 1.8.5)
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.8)
actionpack (= 7.0.8)
activerecord (= 7.0.8)
activestorage (= 7.0.8)
activesupport (= 7.0.8)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actiontext (7.1.1)
actionpack (= 7.1.1)
activerecord (= 7.1.1)
activestorage (= 7.1.1)
activesupport (= 7.1.1)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.0.8)
activesupport (= 7.0.8)
actionview (7.1.1)
activesupport (= 7.1.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.8)
activesupport (= 7.0.8)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.1.1)
activesupport (= 7.1.1)
globalid (>= 0.3.6)
activemodel (7.0.8)
activesupport (= 7.0.8)
activerecord (7.0.8)
activemodel (= 7.0.8)
activesupport (= 7.0.8)
activestorage (7.0.8)
actionpack (= 7.0.8)
activejob (= 7.0.8)
activerecord (= 7.0.8)
activesupport (= 7.0.8)
activemodel (7.1.1)
activesupport (= 7.1.1)
activerecord (7.1.1)
activemodel (= 7.1.1)
activesupport (= 7.1.1)
timeout (>= 0.4.0)
activestorage (7.1.1)
actionpack (= 7.1.1)
activejob (= 7.1.1)
activerecord (= 7.1.1)
activesupport (= 7.1.1)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (7.0.8)
activesupport (7.1.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
archive-zip (0.12.0)
io-like (~> 0.3.0)
ast (2.4.2)
base64 (0.1.1)
bigdecimal (3.1.4)
builder (3.2.4)
byebug (11.1.3)
capybara (3.39.2)
@@ -84,11 +94,14 @@ GEM
xpath (~> 3.2)
childprocess (4.1.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crack (0.4.5)
rexml
crass (1.0.6)
dalli (3.2.6)
date (3.3.3)
drb (2.1.1)
ruby2_keywords
erubi (1.12.0)
execjs (2.9.0)
faker (3.2.1)
@@ -153,15 +166,19 @@ GEM
hashie (5.0.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
io-like (0.3.1)
irb (1.8.3)
rdoc
reline (>= 0.3.8)
json (2.6.2)
locale (2.1.3)
lograge (0.13.0)
actionpack (>= 4)
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.21.3)
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
@@ -171,21 +188,21 @@ GEM
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.20.0)
multi_xml (0.6.0)
multipart-post (2.2.3)
net-imap (0.3.7)
mutex_m (0.1.2)
net-imap (0.4.1)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4)
@@ -199,6 +216,8 @@ GEM
prime (0.1.2)
forwardable
singleton
psych (5.1.1)
stringio
public_suffix (5.0.3)
puma (6.4.0)
nio4r (~> 2.0)
@@ -207,22 +226,27 @@ GEM
puma (>= 2.7)
racc (1.7.1)
rack (2.2.8)
rack-session (1.0.1)
rack (< 3)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.8)
actioncable (= 7.0.8)
actionmailbox (= 7.0.8)
actionmailer (= 7.0.8)
actionpack (= 7.0.8)
actiontext (= 7.0.8)
actionview (= 7.0.8)
activejob (= 7.0.8)
activemodel (= 7.0.8)
activerecord (= 7.0.8)
activestorage (= 7.0.8)
activesupport (= 7.0.8)
rackup (1.0.0)
rack (< 3)
webrick
rails (7.1.1)
actioncable (= 7.1.1)
actionmailbox (= 7.1.1)
actionmailer (= 7.1.1)
actionpack (= 7.1.1)
actiontext (= 7.1.1)
actionview (= 7.1.1)
activejob (= 7.1.1)
activemodel (= 7.1.1)
activerecord (= 7.1.1)
activestorage (= 7.1.1)
activesupport (= 7.1.1)
bundler (>= 1.15.0)
railties (= 7.0.8)
railties (= 7.1.1)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
@@ -233,17 +257,22 @@ GEM
rails-i18n (7.0.8)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
railties (7.0.8)
actionpack (= 7.0.8)
activesupport (= 7.0.8)
method_source
railties (7.1.1)
actionpack (= 7.1.1)
activesupport (= 7.1.1)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.0.6)
rdoc (6.5.0)
psych (>= 4.0.0)
redcarpet (3.5.1)
regexp_parser (2.8.1)
reline (0.3.9)
io-console (~> 0.5)
request_store (1.5.1)
rack (>= 1.4)
rexml (3.2.6)
@@ -300,6 +329,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
stringio (3.0.8)
sysexits (1.2.0)
temple (0.9.1)
terser (1.1.18)
@@ -316,6 +346,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
websocket (1.2.9)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
@@ -324,7 +355,7 @@ GEM
pkg-config
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
ruby
Binary file removed vendor/cache/actioncable-7.0.8.gem
Binary file not shown.
Binary file added vendor/cache/actioncable-7.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/actionmailbox-7.0.8.gem
Binary file not shown.
Binary file added vendor/cache/actionmailbox-7.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/actionmailer-7.0.8.gem
Binary file not shown.
Binary file added vendor/cache/actionmailer-7.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/actionpack-7.0.8.gem
Binary file not shown.
Binary file added vendor/cache/actionpack-7.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/actiontext-7.0.8.gem
Binary file not shown.
Binary file added vendor/cache/actiontext-7.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/actionview-7.0.8.gem
Binary file not shown.
Binary file added vendor/cache/actionview-7.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/activejob-7.0.8.gem
Binary file not shown.
Binary file added vendor/cache/activejob-7.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/activemodel-7.0.8.gem
Binary file not shown.
Binary file added vendor/cache/activemodel-7.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/activerecord-7.0.8.gem
Binary file not shown.
Binary file added vendor/cache/activerecord-7.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/activestorage-7.0.8.gem
Binary file not shown.
Binary file added vendor/cache/activestorage-7.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/activesupport-7.0.8.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-7.1.1.gem
Binary file not shown.
Binary file added vendor/cache/base64-0.1.1.gem
Binary file not shown.
Binary file added vendor/cache/bigdecimal-3.1.4.gem
Binary file not shown.
Binary file added vendor/cache/connection_pool-2.4.1.gem
Binary file not shown.
Binary file added vendor/cache/drb-2.1.1.gem
Binary file not shown.
Binary file added vendor/cache/io-console-0.6.0.gem
Binary file not shown.
Binary file added vendor/cache/irb-1.8.3.gem
Binary file not shown.
Binary file removed vendor/cache/loofah-2.21.3.gem
Binary file not shown.
Binary file added vendor/cache/loofah-2.21.4.gem
Binary file not shown.
Binary file removed vendor/cache/method_source-1.0.0.gem
Binary file not shown.
Binary file added vendor/cache/mutex_m-0.1.2.gem
Binary file not shown.
Binary file removed vendor/cache/net-imap-0.3.7.gem
Binary file not shown.
Binary file added vendor/cache/net-imap-0.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/net-smtp-0.3.3.gem
Binary file not shown.
Binary file added vendor/cache/net-smtp-0.4.0.gem
Binary file not shown.
Binary file added vendor/cache/psych-5.1.1.gem
Binary file not shown.
Binary file added vendor/cache/rack-session-1.0.1.gem
Binary file not shown.
Binary file added vendor/cache/rackup-1.0.0.gem
Binary file not shown.
Binary file removed vendor/cache/rails-7.0.8.gem
Binary file not shown.
Binary file added vendor/cache/rails-7.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/railties-7.0.8.gem
Binary file not shown.
Binary file added vendor/cache/railties-7.1.1.gem
Binary file not shown.
Binary file added vendor/cache/rdoc-6.5.0.gem
Binary file not shown.
Binary file added vendor/cache/reline-0.3.9.gem
Binary file not shown.
Binary file added vendor/cache/stringio-3.0.8.gem
Binary file not shown.
Binary file added vendor/cache/webrick-1.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/zeitwerk-2.6.11.gem
Binary file not shown.
Binary file added vendor/cache/zeitwerk-2.6.12.gem
Binary file not shown.