Reapply Rails 7.1 bundle updates again

This commit is contained in:
Andreas Nedbal 2025-01-23 23:54:19 +01:00 committed by Andreas Nedbal
parent c1e4f524c9
commit 23a45451aa

View file

@ -9,47 +9,51 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (7.0.8.7) actioncable (7.1.5.1)
actionpack (= 7.0.8.7) actionpack (= 7.1.5.1)
activesupport (= 7.0.8.7) activesupport (= 7.1.5.1)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (7.0.8.7) zeitwerk (~> 2.6)
actionpack (= 7.0.8.7) actionmailbox (7.1.5.1)
activejob (= 7.0.8.7) actionpack (= 7.1.5.1)
activerecord (= 7.0.8.7) activejob (= 7.1.5.1)
activestorage (= 7.0.8.7) activerecord (= 7.1.5.1)
activesupport (= 7.0.8.7) activestorage (= 7.1.5.1)
activesupport (= 7.1.5.1)
mail (>= 2.7.1) mail (>= 2.7.1)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
actionmailer (7.0.8.7) actionmailer (7.1.5.1)
actionpack (= 7.0.8.7) actionpack (= 7.1.5.1)
actionview (= 7.0.8.7) actionview (= 7.1.5.1)
activejob (= 7.0.8.7) activejob (= 7.1.5.1)
activesupport (= 7.0.8.7) activesupport (= 7.1.5.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.2)
actionpack (7.0.8.7) actionpack (7.1.5.1)
actionview (= 7.0.8.7) actionview (= 7.1.5.1)
activesupport (= 7.0.8.7) activesupport (= 7.1.5.1)
rack (~> 2.0, >= 2.2.4) nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.0, >= 1.2.0) rails-html-sanitizer (~> 1.6)
actiontext (7.0.8.7) actiontext (7.1.5.1)
actionpack (= 7.0.8.7) actionpack (= 7.1.5.1)
activerecord (= 7.0.8.7) activerecord (= 7.1.5.1)
activestorage (= 7.0.8.7) activestorage (= 7.1.5.1)
activesupport (= 7.0.8.7) activesupport (= 7.1.5.1)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.0.8.7) actionview (7.1.5.1)
activesupport (= 7.0.8.7) activesupport (= 7.1.5.1)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.11) erubi (~> 1.11)
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
@ -57,26 +61,29 @@ GEM
active_model_otp (2.3.4) active_model_otp (2.3.4)
activemodel activemodel
rotp (~> 6.3.0) rotp (~> 6.3.0)
activejob (7.0.8.7) activejob (7.1.5.1)
activesupport (= 7.0.8.7) activesupport (= 7.1.5.1)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.0.8.7) activemodel (7.1.5.1)
activesupport (= 7.0.8.7) activesupport (= 7.1.5.1)
activemodel-serializers-xml (1.0.3) activemodel-serializers-xml (1.0.3)
activemodel (>= 5.0.0.a) activemodel (>= 5.0.0.a)
activesupport (>= 5.0.0.a) activesupport (>= 5.0.0.a)
builder (~> 3.1) builder (~> 3.1)
activerecord (7.0.8.7) activerecord (7.1.5.1)
activemodel (= 7.0.8.7) activemodel (= 7.1.5.1)
activesupport (= 7.0.8.7) activesupport (= 7.1.5.1)
activestorage (7.0.8.7) timeout (>= 0.4.0)
actionpack (= 7.0.8.7) activestorage (7.1.5.1)
activejob (= 7.0.8.7) actionpack (= 7.1.5.1)
activerecord (= 7.0.8.7) activejob (= 7.1.5.1)
activesupport (= 7.0.8.7) activerecord (= 7.1.5.1)
activesupport (= 7.1.5.1)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) activesupport (7.1.5.1)
activesupport (7.0.8.7) base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5) connection_pool (>= 2.2.5)
drb drb
@ -304,7 +311,6 @@ GEM
rake rake
mini_magick (4.13.2) mini_magick (4.13.2)
mini_mime (1.1.5) mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4) minitest (5.25.4)
msgpack (1.7.2) msgpack (1.7.2)
multi_json (1.15.0) multi_json (1.15.0)
@ -328,8 +334,7 @@ GEM
net-smtp (0.5.0) net-smtp (0.5.0)
net-protocol net-protocol
nio4r (2.7.3) nio4r (2.7.3)
nokogiri (1.18.2) nokogiri (1.18.2-x86_64-linux-gnu)
mini_portile2 (~> 2.8.2)
racc (~> 1.4) racc (~> 1.4)
oj (3.16.9) oj (3.16.9)
bigdecimal (>= 3.0) bigdecimal (>= 3.0)
@ -366,20 +371,23 @@ GEM
rack (< 3) rack (< 3)
rack-test (2.1.0) rack-test (2.1.0)
rack (>= 1.3) rack (>= 1.3)
rails (7.0.8.7) rackup (1.0.1)
actioncable (= 7.0.8.7) rack (< 3)
actionmailbox (= 7.0.8.7) webrick
actionmailer (= 7.0.8.7) rails (7.1.5.1)
actionpack (= 7.0.8.7) actioncable (= 7.1.5.1)
actiontext (= 7.0.8.7) actionmailbox (= 7.1.5.1)
actionview (= 7.0.8.7) actionmailer (= 7.1.5.1)
activejob (= 7.0.8.7) actionpack (= 7.1.5.1)
activemodel (= 7.0.8.7) actiontext (= 7.1.5.1)
activerecord (= 7.0.8.7) actionview (= 7.1.5.1)
activestorage (= 7.0.8.7) activejob (= 7.1.5.1)
activesupport (= 7.0.8.7) activemodel (= 7.1.5.1)
activerecord (= 7.1.5.1)
activestorage (= 7.1.5.1)
activesupport (= 7.1.5.1)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.0.8.7) railties (= 7.1.5.1)
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)
@ -401,10 +409,11 @@ GEM
nested_form (~> 0.3) nested_form (~> 0.3)
rails (>= 6.0, < 8) rails (>= 6.0, < 8)
turbo-rails (>= 1.0, < 3) turbo-rails (>= 1.0, < 3)
railties (7.0.8.7) railties (7.1.5.1)
actionpack (= 7.0.8.7) actionpack (= 7.1.5.1)
activesupport (= 7.0.8.7) activesupport (= 7.1.5.1)
method_source irb
rackup (>= 1.0.0)
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0, >= 1.2.2) thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6) zeitwerk (~> 2.6)
@ -415,6 +424,8 @@ GEM
redcarpet (3.6.0) redcarpet (3.6.0)
redis (4.8.1) redis (4.8.1)
regexp_parser (2.10.0) regexp_parser (2.10.0)
reline (0.6.0)
io-console (~> 0.5)
request_store (1.5.1) request_store (1.5.1)
rack (>= 1.4) rack (>= 1.4)
responders (3.1.1) responders (3.1.1)
@ -498,6 +509,7 @@ GEM
sprockets (> 3.0) sprockets (> 3.0)
sprockets-rails sprockets-rails
tilt tilt
securerandom (0.4.1)
sentry-rails (5.22.1) sentry-rails (5.22.1)
railties (>= 5.0) railties (>= 5.0)
sentry-ruby (~> 5.22.1) sentry-ruby (~> 5.22.1)
@ -542,6 +554,7 @@ GEM
activesupport (>= 6.1) activesupport (>= 6.1)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
ssrf_filter (1.1.2) ssrf_filter (1.1.2)
stringio (3.1.2)
sysexits (1.2.0) sysexits (1.2.0)
temple (0.10.3) temple (0.10.3)
thor (1.3.2) thor (1.3.2)