From a6a7da80adee1465ed5c4677749480ebb3886d60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Jun 2024 04:25:32 +0000 Subject: [PATCH 1/2] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 --- Gemfile | 2 +- Gemfile.lock | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b827ad5b..8879d3b1 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ end group :development do gem 'rubocop', '~> 1.63', '>= 1.63.0', require: false - gem 'rubocop-rails', '~> 2.25', '>= 2.25.0', require: false + gem 'rubocop-rails', '~> 2.25', '>= 2.25.1', require: false # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. gem 'listen', '~> 3.5' gem 'web-console', '>= 4.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 905ffeaf..b09f9fd6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -173,7 +173,7 @@ GEM faraday_middleware (1.2.0) faraday (~> 1.0) ffi (1.17.0) - ffi (1.17.0-x86_64-linux-gnu) + ffi (1.17.0-x86_64-linux) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -234,7 +234,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.24.0) + minitest (5.24.1) minitest-stub_any_instance (1.0.3) mize (0.4.1) protocol (~> 2.0) @@ -363,7 +363,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.31.3) parser (>= 3.3.1.0) - rubocop-rails (2.25.0) + rubocop-rails (2.25.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -480,7 +480,7 @@ DEPENDENCIES rspec rspec-rails (>= 6.1.3) rubocop (~> 1.63, >= 1.63.0) - rubocop-rails (~> 2.25, >= 2.25.0) + rubocop-rails (~> 2.25, >= 2.25.1) sass-rails (>= 6.0.0) simple_oauth! spring @@ -490,3 +490,6 @@ DEPENDENCIES tzinfo-data web-console (>= 4.2.1) webmock (>= 3.23.1) + +BUNDLED WITH + 2.1.4 From 200103e7164fcc982b0b52508202de721f9b830f Mon Sep 17 00:00:00 2001 From: Jesus Federico Date: Mon, 22 Jul 2024 16:14:56 -0400 Subject: [PATCH 2/2] Update Gemfile.lock --- Gemfile.lock | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b09f9fd6..148db9cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -491,5 +491,3 @@ DEPENDENCIES web-console (>= 4.2.1) webmock (>= 3.23.1) -BUNDLED WITH - 2.1.4