From 3e3ef6c185516e288b68d51ac30628a4d11da63f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 May 2024 17:53:22 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-7164639 --- Gemfile | 2 +- Gemfile.lock | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 5e0616a5b4c..e71aade17ad 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org/' # bleeding edge from git -#gem 'pmdtester', :git => 'https://github.com/pmd/pmd-regression-tester.git', branch: 'master' +#gem 'pmdtester', '>= 1.4.0', :git => 'https://github.com/pmd/pmd-regression-tester.git', branch: 'master' gem 'pmdtester' gem 'danger' diff --git a/Gemfile.lock b/Gemfile.lock index 318dc9fa763..6d608861036 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM nap open4 (~> 1.3) colored2 (3.1.2) - concurrent-ruby (1.1.9) + concurrent-ruby (1.3.1) cork (0.3.0) colored2 (~> 3.1) danger (8.4.2) @@ -26,7 +26,7 @@ GEM octokit (~> 4.7) terminal-table (>= 1, < 4) differ (0.1.2) - et-orbi (1.2.6) + et-orbi (1.2.11) tzinfo faraday (1.8.0) faraday-em_http (~> 1.0) @@ -49,8 +49,8 @@ GEM faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) - fugit (1.5.2) - et-orbi (~> 1.1, >= 1.1.8) + fugit (1.11.0) + et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) git (1.10.0) rchardet (~> 1.8) @@ -58,43 +58,43 @@ GEM rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - liquid (5.1.0) + liquid (5.5.0) logger-colors (1.0.0) - mini_portile2 (2.6.1) + mini_portile2 (2.8.6) multipart-post (2.1.1) nap (1.1.0) no_proxy_fix (0.1.2) - nokogiri (1.12.5) - mini_portile2 (~> 2.6.1) + nokogiri (1.15.6) + mini_portile2 (~> 2.8.2) racc (~> 1.4) octokit (4.21.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) open4 (1.3.4) - pmdtester (1.3.0) + pmdtester (1.5.5) differ (~> 0.1) - liquid (>= 4.0) + liquid (~> 5.4) logger-colors (~> 1.0) - nokogiri (>= 1.11.0.rc4) - rufus-scheduler (~> 3.5) - slop (~> 4.6) + nokogiri (~> 1.13) + rufus-scheduler (~> 3.8) + slop (~> 4.9) public_suffix (4.0.6) raabro (1.4.0) - racc (1.6.0) + racc (1.8.0) rchardet (1.8.0) rexml (3.2.5) rouge (3.27.0) ruby2_keywords (0.0.5) - rufus-scheduler (3.8.0) + rufus-scheduler (3.9.1) fugit (~> 1.1, >= 1.1.6) safe_yaml (1.0.5) sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) - slop (4.9.1) + slop (4.10.1) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.1.0)