Patch security vulnerabilities

pull/1/head
Nelson Jovel 4 years ago
parent 2d945fb696
commit 0e85370b90

@ -13,7 +13,7 @@ gem 'sprockets-rails'
gem 'pg' gem 'pg'
# Use Puma as the app server # Use Puma as the app server
gem 'puma', '>= 5.6.2' gem 'puma', '>= 5.6.4'
# 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
@ -26,7 +26,7 @@ gem 'redis', '~> 3.0'
# Use ActiveModel has_secure_password # Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7' # gem 'bcrypt', '~> 3.1.7'
gem 'nokogiri', '>= 1.12.5' gem 'nokogiri', '>= 1.13.4'
gem 'bootsnap', require: false gem 'bootsnap', require: false

@ -182,9 +182,9 @@ GEM
timeout timeout
newrelic_rpm (8.4.0) newrelic_rpm (8.4.0)
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.3-x86_64-darwin) nokogiri (1.13.4-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.13.3-x86_64-linux) nokogiri (1.13.4-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
omniauth (2.0.4) omniauth (2.0.4)
hashie (>= 3.4.6) hashie (>= 3.4.6)
@ -198,7 +198,7 @@ GEM
ast (~> 2.4.1) ast (~> 2.4.1)
pg (1.3.1) pg (1.3.1)
public_suffix (4.0.6) public_suffix (4.0.6)
puma (5.6.2) puma (5.6.4)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.6.0) racc (1.6.0)
rack (2.2.3) rack (2.2.3)
@ -355,11 +355,11 @@ DEPENDENCIES
listen (~> 3.0.5) listen (~> 3.0.5)
nested_scaffold nested_scaffold
newrelic_rpm newrelic_rpm
nokogiri (>= 1.12.5) nokogiri (>= 1.13.4)
omniauth omniauth
parallel_tests parallel_tests
pg pg
puma (>= 5.6.2) puma (>= 5.6.4)
rack-mini-profiler rack-mini-profiler
rails (~> 7.0.2.2) rails (~> 7.0.2.2)
rails-controller-testing rails-controller-testing

Loading…
Cancel
Save