From 36008a07fc82a009e5652ca0c641f24c0db8e824 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Aug 2024 09:59:28 +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-7814166 - https://snyk.io/vuln/SNYK-RUBY-REXML-7577227 - https://snyk.io/vuln/SNYK-RUBY-REXML-7577228 --- Gemfile | 2 +- Gemfile.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 26db18b6..ed6f69cb 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ gem 'lograge', '>= 0.14.0' # gem 'skylight', '~> 6.0', '>= 6.0.0' gem 'rubocop', '>= 1.62.0' -gem 'rubocop-rails', '~> 2.24', '>= 2.24.1' +gem 'rubocop-rails', '~> 2.26', '>= 2.26.0' gem 'progress_bar', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 4d1990c0..0e18c927 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -148,7 +148,7 @@ GEM xpath (~> 3.2) climate_control (0.2.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal @@ -309,7 +309,7 @@ GEM mime-types-data (3.2023.0808) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.24.1) + minitest (5.25.1) msgpack (1.5.1) multi_xml (0.6.0) multipart-post (2.1.1) @@ -355,8 +355,8 @@ GEM actionpack (>= 4.2) omniauth (~> 2.0) options (2.3.2) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc parslet (1.8.2) @@ -375,8 +375,8 @@ GEM puma (6.4.2) nio4r (~> 2.0) raabro (1.4.0) - racc (1.8.0) - rack (3.1.5) + racc (1.8.1) + rack (3.1.7) rack-maintenance (3.0.0) rack (>= 2.1.4) rake (>= 12.3.3) @@ -451,7 +451,7 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) retryable (3.0.5) - rexml (3.3.2) + rexml (3.3.6) strscan rollbar (3.4.0) rspec (3.13.0) @@ -476,7 +476,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.65.0) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -487,12 +487,12 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) - rubocop-rails (2.25.1) + rubocop-rails (2.26.0) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) @@ -634,7 +634,7 @@ DEPENDENCIES rspec-json_expectations rspec-rails (~> 6.1, >= 6.1.2) rubocop (>= 1.62.0) - rubocop-rails (~> 2.24, >= 2.24.1) + rubocop-rails (~> 2.26, >= 2.26.0) rubyXL (~> 3.4, >= 3.4.26) ruby_event_store-rspec sass-rails (~> 6.0, >= 6.0.0)