Merge pull request #9253 from colinux/rails-7.0.5.1
Tech: update rails 7.0.4.3 => 7.0.5.1 fix CVE-2023-28362 in redirect_to
This commit is contained in:
commit
9e6b08f0d5
2 changed files with 63 additions and 62 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '~> 7.0.4' # allows update to security fixes at any time
|
gem 'rails', '~> 7.0.5' # allows update to security fixes at any time
|
||||||
|
|
||||||
gem 'aasm'
|
gem 'aasm'
|
||||||
gem 'acsv'
|
gem 'acsv'
|
||||||
|
|
123
Gemfile.lock
123
Gemfile.lock
|
@ -4,47 +4,47 @@ GEM
|
||||||
aasm (5.2.0)
|
aasm (5.2.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
acsv (0.0.1)
|
acsv (0.0.1)
|
||||||
actioncable (7.0.4.3)
|
actioncable (7.0.5.1)
|
||||||
actionpack (= 7.0.4.3)
|
actionpack (= 7.0.5.1)
|
||||||
activesupport (= 7.0.4.3)
|
activesupport (= 7.0.5.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (7.0.4.3)
|
actionmailbox (7.0.5.1)
|
||||||
actionpack (= 7.0.4.3)
|
actionpack (= 7.0.5.1)
|
||||||
activejob (= 7.0.4.3)
|
activejob (= 7.0.5.1)
|
||||||
activerecord (= 7.0.4.3)
|
activerecord (= 7.0.5.1)
|
||||||
activestorage (= 7.0.4.3)
|
activestorage (= 7.0.5.1)
|
||||||
activesupport (= 7.0.4.3)
|
activesupport (= 7.0.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.4.3)
|
actionmailer (7.0.5.1)
|
||||||
actionpack (= 7.0.4.3)
|
actionpack (= 7.0.5.1)
|
||||||
actionview (= 7.0.4.3)
|
actionview (= 7.0.5.1)
|
||||||
activejob (= 7.0.4.3)
|
activejob (= 7.0.5.1)
|
||||||
activesupport (= 7.0.4.3)
|
activesupport (= 7.0.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.0)
|
||||||
actionpack (7.0.4.3)
|
actionpack (7.0.5.1)
|
||||||
actionview (= 7.0.4.3)
|
actionview (= 7.0.5.1)
|
||||||
activesupport (= 7.0.4.3)
|
activesupport (= 7.0.5.1)
|
||||||
rack (~> 2.0, >= 2.2.0)
|
rack (~> 2.0, >= 2.2.4)
|
||||||
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.4.3)
|
actiontext (7.0.5.1)
|
||||||
actionpack (= 7.0.4.3)
|
actionpack (= 7.0.5.1)
|
||||||
activerecord (= 7.0.4.3)
|
activerecord (= 7.0.5.1)
|
||||||
activestorage (= 7.0.4.3)
|
activestorage (= 7.0.5.1)
|
||||||
activesupport (= 7.0.4.3)
|
activesupport (= 7.0.5.1)
|
||||||
globalid (>= 0.6.0)
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (7.0.4.3)
|
actionview (7.0.5.1)
|
||||||
activesupport (= 7.0.4.3)
|
activesupport (= 7.0.5.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
|
@ -62,26 +62,26 @@ GEM
|
||||||
activemodel (>= 5.2.0)
|
activemodel (>= 5.2.0)
|
||||||
activestorage (>= 5.2.0)
|
activestorage (>= 5.2.0)
|
||||||
activesupport (>= 5.2.0)
|
activesupport (>= 5.2.0)
|
||||||
activejob (7.0.4.3)
|
activejob (7.0.5.1)
|
||||||
activesupport (= 7.0.4.3)
|
activesupport (= 7.0.5.1)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (7.0.4.3)
|
activemodel (7.0.5.1)
|
||||||
activesupport (= 7.0.4.3)
|
activesupport (= 7.0.5.1)
|
||||||
activerecord (7.0.4.3)
|
activerecord (7.0.5.1)
|
||||||
activemodel (= 7.0.4.3)
|
activemodel (= 7.0.5.1)
|
||||||
activesupport (= 7.0.4.3)
|
activesupport (= 7.0.5.1)
|
||||||
activestorage (7.0.4.3)
|
activestorage (7.0.5.1)
|
||||||
actionpack (= 7.0.4.3)
|
actionpack (= 7.0.5.1)
|
||||||
activejob (= 7.0.4.3)
|
activejob (= 7.0.5.1)
|
||||||
activerecord (= 7.0.4.3)
|
activerecord (= 7.0.5.1)
|
||||||
activesupport (= 7.0.4.3)
|
activesupport (= 7.0.5.1)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
mini_mime (>= 1.1.0)
|
mini_mime (>= 1.1.0)
|
||||||
activestorage-openstack (1.5.1)
|
activestorage-openstack (1.5.1)
|
||||||
fog-openstack (~> 1.0)
|
fog-openstack (~> 1.0)
|
||||||
marcel
|
marcel
|
||||||
rails (>= 5.2.2)
|
rails (>= 5.2.2)
|
||||||
activesupport (7.0.4.3)
|
activesupport (7.0.5.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)
|
||||||
|
@ -323,7 +323,7 @@ GEM
|
||||||
http-form_data (2.3.0)
|
http-form_data (2.3.0)
|
||||||
http_accept_language (2.1.1)
|
http_accept_language (2.1.1)
|
||||||
httpclient (2.8.3)
|
httpclient (2.8.3)
|
||||||
i18n (1.13.0)
|
i18n (1.14.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
i18n-tasks (1.0.9)
|
i18n-tasks (1.0.9)
|
||||||
activesupport (>= 4.0.2)
|
activesupport (>= 4.0.2)
|
||||||
|
@ -418,12 +418,12 @@ GEM
|
||||||
mini_magick (4.11.0)
|
mini_magick (4.11.0)
|
||||||
mini_mime (1.1.2)
|
mini_mime (1.1.2)
|
||||||
mini_portile2 (2.8.2)
|
mini_portile2 (2.8.2)
|
||||||
minitest (5.18.0)
|
minitest (5.18.1)
|
||||||
msgpack (1.4.2)
|
msgpack (1.4.2)
|
||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
mustermann (3.0.0)
|
mustermann (3.0.0)
|
||||||
ruby2_keywords (~> 0.0.1)
|
ruby2_keywords (~> 0.0.1)
|
||||||
net-imap (0.3.4)
|
net-imap (0.3.6)
|
||||||
date
|
date
|
||||||
net-protocol
|
net-protocol
|
||||||
net-pop (0.1.2)
|
net-pop (0.1.2)
|
||||||
|
@ -508,20 +508,20 @@ GEM
|
||||||
rack_session_access (0.2.0)
|
rack_session_access (0.2.0)
|
||||||
builder (>= 2.0.0)
|
builder (>= 2.0.0)
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
rails (7.0.4.3)
|
rails (7.0.5.1)
|
||||||
actioncable (= 7.0.4.3)
|
actioncable (= 7.0.5.1)
|
||||||
actionmailbox (= 7.0.4.3)
|
actionmailbox (= 7.0.5.1)
|
||||||
actionmailer (= 7.0.4.3)
|
actionmailer (= 7.0.5.1)
|
||||||
actionpack (= 7.0.4.3)
|
actionpack (= 7.0.5.1)
|
||||||
actiontext (= 7.0.4.3)
|
actiontext (= 7.0.5.1)
|
||||||
actionview (= 7.0.4.3)
|
actionview (= 7.0.5.1)
|
||||||
activejob (= 7.0.4.3)
|
activejob (= 7.0.5.1)
|
||||||
activemodel (= 7.0.4.3)
|
activemodel (= 7.0.5.1)
|
||||||
activerecord (= 7.0.4.3)
|
activerecord (= 7.0.5.1)
|
||||||
activestorage (= 7.0.4.3)
|
activestorage (= 7.0.5.1)
|
||||||
activesupport (= 7.0.4.3)
|
activesupport (= 7.0.5.1)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 7.0.4.3)
|
railties (= 7.0.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)
|
||||||
|
@ -534,14 +534,15 @@ GEM
|
||||||
activesupport (>= 4.2)
|
activesupport (>= 4.2)
|
||||||
choice (~> 0.2.0)
|
choice (~> 0.2.0)
|
||||||
ruby-graphviz (~> 1.2)
|
ruby-graphviz (~> 1.2)
|
||||||
rails-html-sanitizer (1.5.0)
|
rails-html-sanitizer (1.6.0)
|
||||||
loofah (~> 2.19, >= 2.19.1)
|
loofah (~> 2.21)
|
||||||
|
nokogiri (~> 1.14)
|
||||||
rails-i18n (7.0.3)
|
rails-i18n (7.0.3)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
railties (>= 6.0.0, < 8)
|
railties (>= 6.0.0, < 8)
|
||||||
railties (7.0.4.3)
|
railties (7.0.5.1)
|
||||||
actionpack (= 7.0.4.3)
|
actionpack (= 7.0.5.1)
|
||||||
activesupport (= 7.0.4.3)
|
activesupport (= 7.0.5.1)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
thor (~> 1.0)
|
thor (~> 1.0)
|
||||||
|
@ -709,7 +710,7 @@ GEM
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (2.0.11)
|
tilt (2.0.11)
|
||||||
timecop (0.9.4)
|
timecop (0.9.4)
|
||||||
timeout (0.3.2)
|
timeout (0.4.0)
|
||||||
ttfunk (1.7.0)
|
ttfunk (1.7.0)
|
||||||
turbo-rails (1.3.2)
|
turbo-rails (1.3.2)
|
||||||
actionpack (>= 6.0.0)
|
actionpack (>= 6.0.0)
|
||||||
|
@ -877,7 +878,7 @@ DEPENDENCIES
|
||||||
rack-attack
|
rack-attack
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rack_session_access
|
rack_session_access
|
||||||
rails (~> 7.0.4)
|
rails (~> 7.0.5)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rails-erd
|
rails-erd
|
||||||
rails-i18n
|
rails-i18n
|
||||||
|
|
Loading…
Reference in a new issue