mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 05:21:42 +00:00
actualización para subsanar el CVE-2019-16782
https://www.openwall.com/lists/oss-security/2019/12/18/2
This commit is contained in:
parent
1dcdc632cf
commit
0229094f3f
1 changed files with 57 additions and 57 deletions
114
Gemfile.lock
114
Gemfile.lock
|
@ -16,56 +16,56 @@ GIT
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (6.0.1)
|
actioncable (6.0.2.1)
|
||||||
actionpack (= 6.0.1)
|
actionpack (= 6.0.2.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (6.0.1)
|
actionmailbox (6.0.2.1)
|
||||||
actionpack (= 6.0.1)
|
actionpack (= 6.0.2.1)
|
||||||
activejob (= 6.0.1)
|
activejob (= 6.0.2.1)
|
||||||
activerecord (= 6.0.1)
|
activerecord (= 6.0.2.1)
|
||||||
activestorage (= 6.0.1)
|
activestorage (= 6.0.2.1)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.2.1)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.7.1)
|
||||||
actionmailer (6.0.1)
|
actionmailer (6.0.2.1)
|
||||||
actionpack (= 6.0.1)
|
actionpack (= 6.0.2.1)
|
||||||
actionview (= 6.0.1)
|
actionview (= 6.0.2.1)
|
||||||
activejob (= 6.0.1)
|
activejob (= 6.0.2.1)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (6.0.1)
|
actionpack (6.0.2.1)
|
||||||
actionview (= 6.0.1)
|
actionview (= 6.0.2.1)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.2.1)
|
||||||
rack (~> 2.0)
|
rack (~> 2.0, >= 2.0.8)
|
||||||
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 (6.0.1)
|
actiontext (6.0.2.1)
|
||||||
actionpack (= 6.0.1)
|
actionpack (= 6.0.2.1)
|
||||||
activerecord (= 6.0.1)
|
activerecord (= 6.0.2.1)
|
||||||
activestorage (= 6.0.1)
|
activestorage (= 6.0.2.1)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.2.1)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (6.0.1)
|
actionview (6.0.2.1)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.2.1)
|
||||||
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.1, >= 1.2.0)
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
||||||
activejob (6.0.1)
|
activejob (6.0.2.1)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.2.1)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (6.0.1)
|
activemodel (6.0.2.1)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.2.1)
|
||||||
activerecord (6.0.1)
|
activerecord (6.0.2.1)
|
||||||
activemodel (= 6.0.1)
|
activemodel (= 6.0.2.1)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.2.1)
|
||||||
activestorage (6.0.1)
|
activestorage (6.0.2.1)
|
||||||
actionpack (= 6.0.1)
|
actionpack (= 6.0.2.1)
|
||||||
activejob (= 6.0.1)
|
activejob (= 6.0.2.1)
|
||||||
activerecord (= 6.0.1)
|
activerecord (= 6.0.2.1)
|
||||||
marcel (~> 0.3.1)
|
marcel (~> 0.3.1)
|
||||||
activesupport (6.0.1)
|
activesupport (6.0.2.1)
|
||||||
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)
|
||||||
|
@ -85,7 +85,7 @@ GEM
|
||||||
autoprefixer-rails (>= 9.1.0)
|
autoprefixer-rails (>= 9.1.0)
|
||||||
popper_js (>= 1.14.3, < 2)
|
popper_js (>= 1.14.3, < 2)
|
||||||
sassc-rails (>= 2.0.0)
|
sassc-rails (>= 2.0.0)
|
||||||
builder (3.2.3)
|
builder (3.2.4)
|
||||||
capistrano (3.11.1)
|
capistrano (3.11.1)
|
||||||
airbrussh (>= 1.0.0)
|
airbrussh (>= 1.0.0)
|
||||||
i18n
|
i18n
|
||||||
|
@ -220,7 +220,7 @@ GEM
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
rb-inotify (~> 0.9, >= 0.9.7)
|
||||||
ruby_dep (~> 1.2)
|
ruby_dep (~> 1.2)
|
||||||
loofah (2.3.1)
|
loofah (2.4.0)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
mail (2.7.1)
|
mail (2.7.1)
|
||||||
|
@ -242,7 +242,7 @@ GEM
|
||||||
net-ssh (5.2.0)
|
net-ssh (5.2.0)
|
||||||
netaddr (2.0.4)
|
netaddr (2.0.4)
|
||||||
nio4r (2.5.2)
|
nio4r (2.5.2)
|
||||||
nokogiri (1.10.5)
|
nokogiri (1.10.7)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
parallel (1.17.0)
|
parallel (1.17.0)
|
||||||
|
@ -260,25 +260,25 @@ GEM
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
pundit (2.1.0)
|
pundit (2.1.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
rack (2.0.7)
|
rack (2.0.8)
|
||||||
rack-proxy (0.6.5)
|
rack-proxy (0.6.5)
|
||||||
rack
|
rack
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
rails (6.0.1)
|
rails (6.0.2.1)
|
||||||
actioncable (= 6.0.1)
|
actioncable (= 6.0.2.1)
|
||||||
actionmailbox (= 6.0.1)
|
actionmailbox (= 6.0.2.1)
|
||||||
actionmailer (= 6.0.1)
|
actionmailer (= 6.0.2.1)
|
||||||
actionpack (= 6.0.1)
|
actionpack (= 6.0.2.1)
|
||||||
actiontext (= 6.0.1)
|
actiontext (= 6.0.2.1)
|
||||||
actionview (= 6.0.1)
|
actionview (= 6.0.2.1)
|
||||||
activejob (= 6.0.1)
|
activejob (= 6.0.2.1)
|
||||||
activemodel (= 6.0.1)
|
activemodel (= 6.0.2.1)
|
||||||
activerecord (= 6.0.1)
|
activerecord (= 6.0.2.1)
|
||||||
activestorage (= 6.0.1)
|
activestorage (= 6.0.2.1)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.2.1)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 6.0.1)
|
railties (= 6.0.2.1)
|
||||||
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)
|
||||||
|
@ -290,9 +290,9 @@ GEM
|
||||||
railties (>= 6.0.0, < 7)
|
railties (>= 6.0.0, < 7)
|
||||||
rails_warden (0.6.0)
|
rails_warden (0.6.0)
|
||||||
warden (>= 1.2.0)
|
warden (>= 1.2.0)
|
||||||
railties (6.0.1)
|
railties (6.0.2.1)
|
||||||
actionpack (= 6.0.1)
|
actionpack (= 6.0.2.1)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.2.1)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.20.3, < 2.0)
|
thor (>= 0.20.3, < 2.0)
|
||||||
|
@ -390,7 +390,7 @@ GEM
|
||||||
temple (0.8.2)
|
temple (0.8.2)
|
||||||
terminal-table (1.8.0)
|
terminal-table (1.8.0)
|
||||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||||
thor (0.20.3)
|
thor (1.0.1)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (2.0.9)
|
tilt (2.0.9)
|
||||||
turbolinks (5.2.0)
|
turbolinks (5.2.0)
|
||||||
|
@ -423,7 +423,7 @@ GEM
|
||||||
websocket-extensions (0.1.4)
|
websocket-extensions (0.1.4)
|
||||||
xpath (3.2.0)
|
xpath (3.2.0)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
zeitwerk (2.2.1)
|
zeitwerk (2.2.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
Loading…
Reference in a new issue