From 0e85370b904c239e3db2ebd9214d480bb2a8de05 Mon Sep 17 00:00:00 2001 From: Nelson Jovel Date: Fri, 15 Apr 2022 13:02:39 -0700 Subject: [PATCH] Patch security vulnerabilities --- Gemfile | 4 ++-- Gemfile.lock | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 6c5244e1..d9d47c05 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'sprockets-rails' gem 'pg' # Use Puma as the app server -gem 'puma', '>= 5.6.2' +gem 'puma', '>= 5.6.4' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' # See https://github.com/rails/execjs#readme for more supported runtimes @@ -26,7 +26,7 @@ gem 'redis', '~> 3.0' # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' -gem 'nokogiri', '>= 1.12.5' +gem 'nokogiri', '>= 1.13.4' gem 'bootsnap', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6e13d8f2..2057d6ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,9 +182,9 @@ GEM timeout newrelic_rpm (8.4.0) nio4r (2.5.8) - nokogiri (1.13.3-x86_64-darwin) + nokogiri (1.13.4-x86_64-darwin) racc (~> 1.4) - nokogiri (1.13.3-x86_64-linux) + nokogiri (1.13.4-x86_64-linux) racc (~> 1.4) omniauth (2.0.4) hashie (>= 3.4.6) @@ -198,7 +198,7 @@ GEM ast (~> 2.4.1) pg (1.3.1) public_suffix (4.0.6) - puma (5.6.2) + puma (5.6.4) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -355,11 +355,11 @@ DEPENDENCIES listen (~> 3.0.5) nested_scaffold newrelic_rpm - nokogiri (>= 1.12.5) + nokogiri (>= 1.13.4) omniauth parallel_tests pg - puma (>= 5.6.2) + puma (>= 5.6.4) rack-mini-profiler rails (~> 7.0.2.2) rails-controller-testing