Update to rails 5.1.6.2 - CVE-2019-5419.
This commit is contained in:
parent
f080a144e0
commit
e579c809e0
2 changed files with 42 additions and 42 deletions
2
Gemfile
2
Gemfile
|
@ -2,7 +2,7 @@ source 'https://rubygems.org'
|
||||||
|
|
||||||
# core - base
|
# core - base
|
||||||
ruby '2.4.4'
|
ruby '2.4.4'
|
||||||
gem 'rails', '5.1.6.1'
|
gem 'rails', '5.1.6.2'
|
||||||
|
|
||||||
# core - rails additions
|
# core - rails additions
|
||||||
gem 'activerecord-import'
|
gem 'activerecord-import'
|
||||||
|
|
82
Gemfile.lock
82
Gemfile.lock
|
@ -47,37 +47,37 @@ GIT
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (5.1.6.1)
|
actioncable (5.1.6.2)
|
||||||
actionpack (= 5.1.6.1)
|
actionpack (= 5.1.6.2)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (~> 0.6.1)
|
websocket-driver (~> 0.6.1)
|
||||||
actionmailer (5.1.6.1)
|
actionmailer (5.1.6.2)
|
||||||
actionpack (= 5.1.6.1)
|
actionpack (= 5.1.6.2)
|
||||||
actionview (= 5.1.6.1)
|
actionview (= 5.1.6.2)
|
||||||
activejob (= 5.1.6.1)
|
activejob (= 5.1.6.2)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (5.1.6.1)
|
actionpack (5.1.6.2)
|
||||||
actionview (= 5.1.6.1)
|
actionview (= 5.1.6.2)
|
||||||
activesupport (= 5.1.6.1)
|
activesupport (= 5.1.6.2)
|
||||||
rack (~> 2.0)
|
rack (~> 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.0.2)
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
actionview (5.1.6.1)
|
actionview (5.1.6.2)
|
||||||
activesupport (= 5.1.6.1)
|
activesupport (= 5.1.6.2)
|
||||||
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.0, >= 1.0.3)
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
||||||
activejob (5.1.6.1)
|
activejob (5.1.6.2)
|
||||||
activesupport (= 5.1.6.1)
|
activesupport (= 5.1.6.2)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (5.1.6.1)
|
activemodel (5.1.6.2)
|
||||||
activesupport (= 5.1.6.1)
|
activesupport (= 5.1.6.2)
|
||||||
activerecord (5.1.6.1)
|
activerecord (5.1.6.2)
|
||||||
activemodel (= 5.1.6.1)
|
activemodel (= 5.1.6.2)
|
||||||
activesupport (= 5.1.6.1)
|
activesupport (= 5.1.6.2)
|
||||||
arel (~> 8.0)
|
arel (~> 8.0)
|
||||||
activerecord-import (0.25.0)
|
activerecord-import (0.25.0)
|
||||||
activerecord (>= 3.2)
|
activerecord (>= 3.2)
|
||||||
|
@ -89,7 +89,7 @@ GEM
|
||||||
multi_json (~> 1.11, >= 1.11.2)
|
multi_json (~> 1.11, >= 1.11.2)
|
||||||
rack (>= 1.5.2, < 3)
|
rack (>= 1.5.2, < 3)
|
||||||
railties (>= 4.0, < 5.2)
|
railties (>= 4.0, < 5.2)
|
||||||
activesupport (5.1.6.1)
|
activesupport (5.1.6.2)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
|
@ -138,7 +138,7 @@ GEM
|
||||||
json
|
json
|
||||||
composite_primary_keys (10.0.5)
|
composite_primary_keys (10.0.5)
|
||||||
activerecord (~> 5.1.0, >= 5.1.6)
|
activerecord (~> 5.1.0, >= 5.1.6)
|
||||||
concurrent-ruby (1.1.4)
|
concurrent-ruby (1.1.5)
|
||||||
coveralls (0.7.1)
|
coveralls (0.7.1)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
rest-client
|
rest-client
|
||||||
|
@ -172,7 +172,7 @@ GEM
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0.6.0)
|
http_parser.rb (~> 0.6.0)
|
||||||
equalizer (0.0.11)
|
equalizer (0.0.11)
|
||||||
erubi (1.7.1)
|
erubi (1.8.0)
|
||||||
eventmachine (1.2.5)
|
eventmachine (1.2.5)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
factory_bot (4.8.2)
|
factory_bot (4.8.2)
|
||||||
|
@ -199,7 +199,7 @@ GEM
|
||||||
rainbow (>= 2.1)
|
rainbow (>= 2.1)
|
||||||
rake (>= 10.0)
|
rake (>= 10.0)
|
||||||
retriable (~> 2.1)
|
retriable (~> 2.1)
|
||||||
globalid (0.4.1)
|
globalid (0.4.2)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
guard (2.14.1)
|
guard (2.14.1)
|
||||||
formatador (>= 0.2.4)
|
formatador (>= 0.2.4)
|
||||||
|
@ -232,7 +232,7 @@ GEM
|
||||||
http-form_data (2.1.1)
|
http-form_data (2.1.1)
|
||||||
http_parser.rb (0.6.0)
|
http_parser.rb (0.6.0)
|
||||||
httpclient (2.8.3)
|
httpclient (2.8.3)
|
||||||
i18n (1.5.3)
|
i18n (1.6.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
icalendar (2.4.1)
|
icalendar (2.4.1)
|
||||||
icalendar-recurrence (1.1.2)
|
icalendar-recurrence (1.1.2)
|
||||||
|
@ -269,7 +269,7 @@ GEM
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2018.0812)
|
mime-types-data (3.2018.0812)
|
||||||
mini_mime (1.0.1)
|
mini_mime (1.0.1)
|
||||||
mini_portile2 (2.3.0)
|
mini_portile2 (2.4.0)
|
||||||
minitest (5.11.3)
|
minitest (5.11.3)
|
||||||
multi_json (1.13.1)
|
multi_json (1.13.1)
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.6.0)
|
||||||
|
@ -281,8 +281,8 @@ GEM
|
||||||
net-ldap (0.16.1)
|
net-ldap (0.16.1)
|
||||||
netrc (0.11.0)
|
netrc (0.11.0)
|
||||||
nio4r (2.3.1)
|
nio4r (2.3.1)
|
||||||
nokogiri (1.8.5)
|
nokogiri (1.10.1)
|
||||||
mini_portile2 (~> 2.3.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
nori (2.6.0)
|
nori (2.6.0)
|
||||||
notiffany (0.1.1)
|
notiffany (0.1.1)
|
||||||
nenv (~> 0.1)
|
nenv (~> 0.1)
|
||||||
|
@ -360,17 +360,17 @@ GEM
|
||||||
rack
|
rack
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
rails (5.1.6.1)
|
rails (5.1.6.2)
|
||||||
actioncable (= 5.1.6.1)
|
actioncable (= 5.1.6.2)
|
||||||
actionmailer (= 5.1.6.1)
|
actionmailer (= 5.1.6.2)
|
||||||
actionpack (= 5.1.6.1)
|
actionpack (= 5.1.6.2)
|
||||||
actionview (= 5.1.6.1)
|
actionview (= 5.1.6.2)
|
||||||
activejob (= 5.1.6.1)
|
activejob (= 5.1.6.2)
|
||||||
activemodel (= 5.1.6.1)
|
activemodel (= 5.1.6.2)
|
||||||
activerecord (= 5.1.6.1)
|
activerecord (= 5.1.6.2)
|
||||||
activesupport (= 5.1.6.1)
|
activesupport (= 5.1.6.2)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 5.1.6.1)
|
railties (= 5.1.6.2)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-dom-testing (2.0.3)
|
rails-dom-testing (2.0.3)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
|
@ -379,15 +379,15 @@ GEM
|
||||||
loofah (~> 2.2, >= 2.2.2)
|
loofah (~> 2.2, >= 2.2.2)
|
||||||
rails-observers (0.1.5)
|
rails-observers (0.1.5)
|
||||||
activemodel (>= 4.0)
|
activemodel (>= 4.0)
|
||||||
railties (5.1.6.1)
|
railties (5.1.6.2)
|
||||||
actionpack (= 5.1.6.1)
|
actionpack (= 5.1.6.2)
|
||||||
activesupport (= 5.1.6.1)
|
activesupport (= 5.1.6.2)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
raindrops (0.19.0)
|
raindrops (0.19.0)
|
||||||
rake (12.3.1)
|
rake (12.3.2)
|
||||||
rb-fsevent (0.10.2)
|
rb-fsevent (0.10.2)
|
||||||
rb-inotify (0.9.10)
|
rb-inotify (0.9.10)
|
||||||
ffi (>= 0.5.0, < 2)
|
ffi (>= 0.5.0, < 2)
|
||||||
|
@ -588,7 +588,7 @@ DEPENDENCIES
|
||||||
pry-stack_explorer
|
pry-stack_explorer
|
||||||
puma
|
puma
|
||||||
rack-livereload
|
rack-livereload
|
||||||
rails (= 5.1.6.1)
|
rails (= 5.1.6.2)
|
||||||
rails-observers
|
rails-observers
|
||||||
rb-fsevent
|
rb-fsevent
|
||||||
rchardet (>= 1.8.0)
|
rchardet (>= 1.8.0)
|
||||||
|
|
Loading…
Reference in a new issue