[deploy] Upgrade Rails to 6.0.3.2 To Fix CVE-2020-8185 (#8736)
This commit is contained in:
parent
cd97ce10f0
commit
0761ba4b11
31 changed files with 54 additions and 54 deletions
|
|
@ -69,7 +69,7 @@ script:
|
|||
- '[ ! -f .approvals ] || bundle exec approvals verify --ask false'
|
||||
- if [ "$KNAPSACK_PRO_CI_NODE_INDEX" == "0" ]; then yarn test --colors; fi
|
||||
- if [ "$KNAPSACK_PRO_CI_NODE_INDEX" == "0" ]; then ./cc-test-reporter format-coverage -t lcov -o coverage/codeclimate.lcov.json; fi
|
||||
# - if [ "$KNAPSACK_PRO_CI_NODE_INDEX" == "1" ]; then bundle exec bundle-audit check --update --ignore CVE-2015-9284; fi
|
||||
- if [ "$KNAPSACK_PRO_CI_NODE_INDEX" == "1" ]; then bundle exec bundle-audit check --update --ignore CVE-2015-9284; fi
|
||||
- if [ "$KNAPSACK_PRO_CI_NODE_INDEX" == "1" ]; then yarn build-storybook; fi
|
||||
- if [ "$KNAPSACK_PRO_CI_NODE_INDEX" == "2" ]; then bundle exec rails runner -e production 'puts "App booted successfully"'; fi
|
||||
- if [ "$KNAPSACK_PRO_CI_NODE_INDEX" == "2" ]; then bundle exec rspec spec/services/rss_reader_spec.rb; fi
|
||||
|
|
|
|||
2
Gemfile
2
Gemfile
|
|
@ -77,7 +77,7 @@ gem "pusher-push-notifications", "~> 1.1" # Pusher Push Notifications Ruby serve
|
|||
gem "rack-attack", "~> 6.3.1" # Used to throttle requests to prevent brute force attacks
|
||||
gem "rack-cors", "~> 1.1" # Middleware that will make Rack-based apps CORS compatible
|
||||
gem "rack-timeout", "~> 0.6" # Rack middleware which aborts requests that have been running for longer than a specified timeout
|
||||
gem "rails", "~> 6.0.1" # Ruby on Rails
|
||||
gem "rails", "~> 6.0.3" # Ruby on Rails
|
||||
gem "rails-settings-cached", ">= 2.1.1" # Settings plugin for Rails that makes managing a table of global key, value pairs easy.
|
||||
gem "ransack", "~> 2.3" # Searching and sorting
|
||||
gem "recaptcha", "~> 5.5", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
|
||||
|
|
|
|||
104
Gemfile.lock
104
Gemfile.lock
|
|
@ -19,58 +19,58 @@ GIT
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actioncable (6.0.3.1)
|
||||
actionpack (= 6.0.3.1)
|
||||
actioncable (6.0.3.2)
|
||||
actionpack (= 6.0.3.2)
|
||||
nio4r (~> 2.0)
|
||||
websocket-driver (>= 0.6.1)
|
||||
actionmailbox (6.0.3.1)
|
||||
actionpack (= 6.0.3.1)
|
||||
activejob (= 6.0.3.1)
|
||||
activerecord (= 6.0.3.1)
|
||||
activestorage (= 6.0.3.1)
|
||||
activesupport (= 6.0.3.1)
|
||||
actionmailbox (6.0.3.2)
|
||||
actionpack (= 6.0.3.2)
|
||||
activejob (= 6.0.3.2)
|
||||
activerecord (= 6.0.3.2)
|
||||
activestorage (= 6.0.3.2)
|
||||
activesupport (= 6.0.3.2)
|
||||
mail (>= 2.7.1)
|
||||
actionmailer (6.0.3.1)
|
||||
actionpack (= 6.0.3.1)
|
||||
actionview (= 6.0.3.1)
|
||||
activejob (= 6.0.3.1)
|
||||
actionmailer (6.0.3.2)
|
||||
actionpack (= 6.0.3.2)
|
||||
actionview (= 6.0.3.2)
|
||||
activejob (= 6.0.3.2)
|
||||
mail (~> 2.5, >= 2.5.4)
|
||||
rails-dom-testing (~> 2.0)
|
||||
actionpack (6.0.3.1)
|
||||
actionview (= 6.0.3.1)
|
||||
activesupport (= 6.0.3.1)
|
||||
actionpack (6.0.3.2)
|
||||
actionview (= 6.0.3.2)
|
||||
activesupport (= 6.0.3.2)
|
||||
rack (~> 2.0, >= 2.0.8)
|
||||
rack-test (>= 0.6.3)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
||||
actiontext (6.0.3.1)
|
||||
actionpack (= 6.0.3.1)
|
||||
activerecord (= 6.0.3.1)
|
||||
activestorage (= 6.0.3.1)
|
||||
activesupport (= 6.0.3.1)
|
||||
actiontext (6.0.3.2)
|
||||
actionpack (= 6.0.3.2)
|
||||
activerecord (= 6.0.3.2)
|
||||
activestorage (= 6.0.3.2)
|
||||
activesupport (= 6.0.3.2)
|
||||
nokogiri (>= 1.8.5)
|
||||
actionview (6.0.3.1)
|
||||
activesupport (= 6.0.3.1)
|
||||
actionview (6.0.3.2)
|
||||
activesupport (= 6.0.3.2)
|
||||
builder (~> 3.1)
|
||||
erubi (~> 1.4)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
||||
active_record_union (1.3.0)
|
||||
activerecord (>= 4.0)
|
||||
activejob (6.0.3.1)
|
||||
activesupport (= 6.0.3.1)
|
||||
activejob (6.0.3.2)
|
||||
activesupport (= 6.0.3.2)
|
||||
globalid (>= 0.3.6)
|
||||
activemodel (6.0.3.1)
|
||||
activesupport (= 6.0.3.1)
|
||||
activerecord (6.0.3.1)
|
||||
activemodel (= 6.0.3.1)
|
||||
activesupport (= 6.0.3.1)
|
||||
activestorage (6.0.3.1)
|
||||
actionpack (= 6.0.3.1)
|
||||
activejob (= 6.0.3.1)
|
||||
activerecord (= 6.0.3.1)
|
||||
activemodel (6.0.3.2)
|
||||
activesupport (= 6.0.3.2)
|
||||
activerecord (6.0.3.2)
|
||||
activemodel (= 6.0.3.2)
|
||||
activesupport (= 6.0.3.2)
|
||||
activestorage (6.0.3.2)
|
||||
actionpack (= 6.0.3.2)
|
||||
activejob (= 6.0.3.2)
|
||||
activerecord (= 6.0.3.2)
|
||||
marcel (~> 0.3.1)
|
||||
activesupport (6.0.3.1)
|
||||
activesupport (6.0.3.2)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (>= 0.7, < 2)
|
||||
minitest (~> 5.1)
|
||||
|
|
@ -472,7 +472,7 @@ GEM
|
|||
listen (3.2.1)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
loofah (2.5.0)
|
||||
loofah (2.6.0)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
lumberjack (1.2.4)
|
||||
|
|
@ -584,20 +584,20 @@ GEM
|
|||
rack-test (1.1.0)
|
||||
rack (>= 1.0, < 3)
|
||||
rack-timeout (0.6.0)
|
||||
rails (6.0.3.1)
|
||||
actioncable (= 6.0.3.1)
|
||||
actionmailbox (= 6.0.3.1)
|
||||
actionmailer (= 6.0.3.1)
|
||||
actionpack (= 6.0.3.1)
|
||||
actiontext (= 6.0.3.1)
|
||||
actionview (= 6.0.3.1)
|
||||
activejob (= 6.0.3.1)
|
||||
activemodel (= 6.0.3.1)
|
||||
activerecord (= 6.0.3.1)
|
||||
activestorage (= 6.0.3.1)
|
||||
activesupport (= 6.0.3.1)
|
||||
rails (6.0.3.2)
|
||||
actioncable (= 6.0.3.2)
|
||||
actionmailbox (= 6.0.3.2)
|
||||
actionmailer (= 6.0.3.2)
|
||||
actionpack (= 6.0.3.2)
|
||||
actiontext (= 6.0.3.2)
|
||||
actionview (= 6.0.3.2)
|
||||
activejob (= 6.0.3.2)
|
||||
activemodel (= 6.0.3.2)
|
||||
activerecord (= 6.0.3.2)
|
||||
activestorage (= 6.0.3.2)
|
||||
activesupport (= 6.0.3.2)
|
||||
bundler (>= 1.3.0)
|
||||
railties (= 6.0.3.1)
|
||||
railties (= 6.0.3.2)
|
||||
sprockets-rails (>= 2.0.0)
|
||||
rails-dom-testing (2.0.3)
|
||||
activesupport (>= 4.2.0)
|
||||
|
|
@ -607,9 +607,9 @@ GEM
|
|||
rails-settings-cached (2.1.1)
|
||||
rails (>= 4.2.0)
|
||||
request_store
|
||||
railties (6.0.3.1)
|
||||
actionpack (= 6.0.3.1)
|
||||
activesupport (= 6.0.3.1)
|
||||
railties (6.0.3.2)
|
||||
actionpack (= 6.0.3.2)
|
||||
activesupport (= 6.0.3.2)
|
||||
method_source
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.20.3, < 2.0)
|
||||
|
|
@ -965,7 +965,7 @@ DEPENDENCIES
|
|||
rack-cors (~> 1.1)
|
||||
rack-host-redirect (~> 1.3)
|
||||
rack-timeout (~> 0.6)
|
||||
rails (~> 6.0.1)
|
||||
rails (~> 6.0.3)
|
||||
rails-settings-cached (>= 2.1.1)
|
||||
ransack (~> 2.3)
|
||||
recaptcha (~> 5.5)
|
||||
|
|
|
|||
BIN
vendor/cache/actioncable-6.0.3.1.gem
vendored
BIN
vendor/cache/actioncable-6.0.3.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actioncable-6.0.3.2.gem
vendored
Normal file
BIN
vendor/cache/actioncable-6.0.3.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionmailbox-6.0.3.1.gem
vendored
BIN
vendor/cache/actionmailbox-6.0.3.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionmailbox-6.0.3.2.gem
vendored
Normal file
BIN
vendor/cache/actionmailbox-6.0.3.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionmailer-6.0.3.1.gem
vendored
BIN
vendor/cache/actionmailer-6.0.3.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionmailer-6.0.3.2.gem
vendored
Normal file
BIN
vendor/cache/actionmailer-6.0.3.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionpack-6.0.3.1.gem
vendored
BIN
vendor/cache/actionpack-6.0.3.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionpack-6.0.3.2.gem
vendored
Normal file
BIN
vendor/cache/actionpack-6.0.3.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actiontext-6.0.3.1.gem
vendored
BIN
vendor/cache/actiontext-6.0.3.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actiontext-6.0.3.2.gem
vendored
Normal file
BIN
vendor/cache/actiontext-6.0.3.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionview-6.0.3.1.gem
vendored
BIN
vendor/cache/actionview-6.0.3.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionview-6.0.3.2.gem
vendored
Normal file
BIN
vendor/cache/actionview-6.0.3.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activejob-6.0.3.1.gem
vendored
BIN
vendor/cache/activejob-6.0.3.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activejob-6.0.3.2.gem
vendored
Normal file
BIN
vendor/cache/activejob-6.0.3.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activemodel-6.0.3.1.gem
vendored
BIN
vendor/cache/activemodel-6.0.3.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activemodel-6.0.3.2.gem
vendored
Normal file
BIN
vendor/cache/activemodel-6.0.3.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activerecord-6.0.3.1.gem
vendored
BIN
vendor/cache/activerecord-6.0.3.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activerecord-6.0.3.2.gem
vendored
Normal file
BIN
vendor/cache/activerecord-6.0.3.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activestorage-6.0.3.1.gem
vendored
BIN
vendor/cache/activestorage-6.0.3.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activestorage-6.0.3.2.gem
vendored
Normal file
BIN
vendor/cache/activestorage-6.0.3.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activesupport-6.0.3.1.gem
vendored
BIN
vendor/cache/activesupport-6.0.3.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activesupport-6.0.3.2.gem
vendored
Normal file
BIN
vendor/cache/activesupport-6.0.3.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/loofah-2.5.0.gem
vendored
BIN
vendor/cache/loofah-2.5.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/loofah-2.6.0.gem
vendored
Normal file
BIN
vendor/cache/loofah-2.6.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rails-6.0.3.1.gem
vendored
BIN
vendor/cache/rails-6.0.3.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/rails-6.0.3.2.gem
vendored
Normal file
BIN
vendor/cache/rails-6.0.3.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/railties-6.0.3.1.gem
vendored
BIN
vendor/cache/railties-6.0.3.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/railties-6.0.3.2.gem
vendored
Normal file
BIN
vendor/cache/railties-6.0.3.2.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue