Bump versions of rails, actionpack and puma to address security vulnerabilities

pull/1/head
rebuilt 4 years ago
parent 378ea7dda9
commit 1ca88bf6d1

@ -7,13 +7,13 @@ git_source(:github) do |repo_name|
end end
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.0.1' gem 'rails', '~> 7.0.2.2'
gem 'sprockets-rails' gem 'sprockets-rails'
gem 'pg' gem 'pg'
# Use Puma as the app server # Use Puma as the app server
gem 'puma', '>= 5.5.2' gem 'puma', '>= 5.6.2'
# Use Uglifier as compressor for JavaScript assets # Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0' gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes # See https://github.com/rails/execjs#readme for more supported runtimes

@ -10,69 +10,69 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (7.0.1) actioncable (7.0.2.2)
actionpack (= 7.0.1) actionpack (= 7.0.2.2)
activesupport (= 7.0.1) activesupport (= 7.0.2.2)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (7.0.1) actionmailbox (7.0.2.2)
actionpack (= 7.0.1) actionpack (= 7.0.2.2)
activejob (= 7.0.1) activejob (= 7.0.2.2)
activerecord (= 7.0.1) activerecord (= 7.0.2.2)
activestorage (= 7.0.1) activestorage (= 7.0.2.2)
activesupport (= 7.0.1) activesupport (= 7.0.2.2)
mail (>= 2.7.1) mail (>= 2.7.1)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
actionmailer (7.0.1) actionmailer (7.0.2.2)
actionpack (= 7.0.1) actionpack (= 7.0.2.2)
actionview (= 7.0.1) actionview (= 7.0.2.2)
activejob (= 7.0.1) activejob (= 7.0.2.2)
activesupport (= 7.0.1) activesupport (= 7.0.2.2)
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.1) actionpack (7.0.2.2)
actionview (= 7.0.1) actionview (= 7.0.2.2)
activesupport (= 7.0.1) activesupport (= 7.0.2.2)
rack (~> 2.0, >= 2.2.0) rack (~> 2.0, >= 2.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.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.1) actiontext (7.0.2.2)
actionpack (= 7.0.1) actionpack (= 7.0.2.2)
activerecord (= 7.0.1) activerecord (= 7.0.2.2)
activestorage (= 7.0.1) activestorage (= 7.0.2.2)
activesupport (= 7.0.1) activesupport (= 7.0.2.2)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.0.1) actionview (7.0.2.2)
activesupport (= 7.0.1) activesupport (= 7.0.2.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.1, >= 1.2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.1) activejob (7.0.2.2)
activesupport (= 7.0.1) activesupport (= 7.0.2.2)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.0.1) activemodel (7.0.2.2)
activesupport (= 7.0.1) activesupport (= 7.0.2.2)
activerecord (7.0.1) activerecord (7.0.2.2)
activemodel (= 7.0.1) activemodel (= 7.0.2.2)
activesupport (= 7.0.1) activesupport (= 7.0.2.2)
activerecord-import (1.3.0) activerecord-import (1.3.0)
activerecord (>= 4.2) activerecord (>= 4.2)
activestorage (7.0.1) activestorage (7.0.2.2)
actionpack (= 7.0.1) actionpack (= 7.0.2.2)
activejob (= 7.0.1) activejob (= 7.0.2.2)
activerecord (= 7.0.1) activerecord (= 7.0.2.2)
activesupport (= 7.0.1) activesupport (= 7.0.2.2)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (7.0.1) activesupport (7.0.2.2)
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)
@ -82,8 +82,8 @@ GEM
ast (2.4.2) ast (2.4.2)
bcrypt (3.1.16) bcrypt (3.1.16)
bindex (0.8.1) bindex (0.8.1)
bootsnap (1.9.4) bootsnap (1.10.3)
msgpack (~> 1.0) msgpack (~> 1.2)
builder (3.2.4) builder (3.2.4)
bullet (7.0.1) bullet (7.0.1)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
@ -151,7 +151,7 @@ GEM
listen (3.0.8) listen (3.0.8)
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)
loofah (2.13.0) loofah (2.14.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)
@ -161,7 +161,7 @@ GEM
method_source (1.0.0) method_source (1.0.0)
mini_mime (1.1.2) mini_mime (1.1.2)
minitest (5.15.0) minitest (5.15.0)
msgpack (1.4.2) msgpack (1.4.4)
multi_json (1.15.0) multi_json (1.15.0)
nested_scaffold (1.1.0) nested_scaffold (1.1.0)
net-imap (0.2.3) net-imap (0.2.3)
@ -179,7 +179,7 @@ GEM
digest digest
net-protocol net-protocol
timeout timeout
newrelic_rpm (8.3.0) newrelic_rpm (8.4.0)
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.1-x86_64-darwin) nokogiri (1.13.1-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
@ -195,9 +195,9 @@ GEM
parallel parallel
parser (3.1.0.0) parser (3.1.0.0)
ast (~> 2.4.1) ast (~> 2.4.1)
pg (1.2.3) pg (1.3.1)
public_suffix (4.0.6) public_suffix (4.0.6)
puma (5.5.2) puma (5.6.2)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.6.0) racc (1.6.0)
rack (2.2.3) rack (2.2.3)
@ -207,20 +207,20 @@ GEM
rack rack
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (7.0.1) rails (7.0.2.2)
actioncable (= 7.0.1) actioncable (= 7.0.2.2)
actionmailbox (= 7.0.1) actionmailbox (= 7.0.2.2)
actionmailer (= 7.0.1) actionmailer (= 7.0.2.2)
actionpack (= 7.0.1) actionpack (= 7.0.2.2)
actiontext (= 7.0.1) actiontext (= 7.0.2.2)
actionview (= 7.0.1) actionview (= 7.0.2.2)
activejob (= 7.0.1) activejob (= 7.0.2.2)
activemodel (= 7.0.1) activemodel (= 7.0.2.2)
activerecord (= 7.0.1) activerecord (= 7.0.2.2)
activestorage (= 7.0.1) activestorage (= 7.0.2.2)
activesupport (= 7.0.1) activesupport (= 7.0.2.2)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.0.1) railties (= 7.0.2.2)
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)
@ -230,32 +230,32 @@ GEM
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2) rails-html-sanitizer (1.4.2)
loofah (~> 2.3) loofah (~> 2.3)
railties (7.0.1) railties (7.0.2.2)
actionpack (= 7.0.1) actionpack (= 7.0.2.2)
activesupport (= 7.0.1) activesupport (= 7.0.2.2)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
zeitwerk (~> 2.5) zeitwerk (~> 2.5)
rainbow (3.1.1) rainbow (3.1.1)
rake (13.0.6) rake (13.0.6)
rb-fsevent (0.11.0) rb-fsevent (0.11.1)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
redis (3.3.5) redis (3.3.5)
regexp_parser (2.2.0) regexp_parser (2.2.1)
responders (3.0.1) responders (3.0.1)
actionpack (>= 5.0) actionpack (>= 5.0)
railties (>= 5.0) railties (>= 5.0)
rexml (3.2.5) rexml (3.2.5)
rspec-core (3.10.2) rspec-core (3.11.0)
rspec-support (~> 3.10.0) rspec-support (~> 3.11.0)
rspec-expectations (3.10.2) rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0) rspec-support (~> 3.11.0)
rspec-mocks (3.10.3) rspec-mocks (3.11.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0) rspec-support (~> 3.11.0)
rspec-rails (5.1.0) rspec-rails (5.1.0)
actionpack (>= 5.2) actionpack (>= 5.2)
activesupport (>= 5.2) activesupport (>= 5.2)
@ -264,8 +264,8 @@ GEM
rspec-expectations (~> 3.10) rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10) rspec-mocks (~> 3.10)
rspec-support (~> 3.10) rspec-support (~> 3.10)
rspec-support (3.10.3) rspec-support (3.11.0)
rubocop (1.25.0) rubocop (1.25.1)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.1.0.0) parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
@ -357,9 +357,9 @@ DEPENDENCIES
omniauth omniauth
parallel_tests parallel_tests
pg pg
puma (>= 5.5.2) puma (>= 5.6.2)
rack-mini-profiler rack-mini-profiler
rails (~> 7.0.1) rails (~> 7.0.2.2)
rails-controller-testing rails-controller-testing
redis (~> 3.0) redis (~> 3.0)
rspec-rails (~> 5.1.0) rspec-rails (~> 5.1.0)

Loading…
Cancel
Save