From 1b20c589015444d0190b9d73540087db64eff582 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 22:12:55 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-6861566 --- Gemfile | 2 +- Gemfile.lock | 40 +++++++++++++++++++++++----------------- 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 97a319f..fe629d5 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem 'rspec', '~> 3.9' -gem 'rubocop', require: false +gem 'rubocop', '>= 0.89.0', require: false gem 'simplecov', require: false, group: :test diff --git a/Gemfile.lock b/Gemfile.lock index 87ed2c2..409faf1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,15 +2,19 @@ GEM remote: https://rubygems.org/ specs: ansi (1.5.0) - ast (2.4.1) + ast (2.4.2) diff-lcs (1.4.4) docile (1.3.2) - parallel (1.19.2) - parser (2.7.1.4) + json (2.7.2) + parallel (1.24.0) + parser (3.3.1.0) ast (~> 2.4.1) - rainbow (3.0.0) - regexp_parser (1.7.1) - rexml (3.2.4) + racc + racc (1.7.3) + rainbow (3.1.1) + regexp_parser (2.9.2) + rexml (3.2.8) + strscan (>= 3.0.9) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -24,18 +28,19 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.3) - rubocop (0.88.0) + rubocop (1.42.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 2.7.1.1) + parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.7) - rexml - rubocop-ast (>= 0.1.0, < 1.0) + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.1.0) - parser (>= 2.7.0.1) - ruby-progressbar (1.10.1) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) + ruby-progressbar (1.13.0) simplecov (0.18.5) docile (~> 1.1) simplecov-html (~> 0.11) @@ -44,16 +49,17 @@ GEM simplecov terminal-table simplecov-html (0.12.2) + strscan (3.1.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - unicode-display_width (1.7.0) + unicode-display_width (1.8.0) PLATFORMS ruby DEPENDENCIES rspec (~> 3.9) - rubocop + rubocop (>= 0.89.0) simplecov simplecov-console