From acc603fc5c2c5fa4d0fdaff40f25a915494b6608 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Apr 2023 16:01:39 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-JSON-560838 - https://snyk.io/vuln/SNYK-RUBY-RAKE-552000 - https://snyk.io/vuln/SNYK-RUBY-YARD-455636 --- Gemfile | 8 ++++---- Gemfile.lock | 33 +++++++++++++++++++-------------- 2 files changed, 23 insertions(+), 18 deletions(-) mode change 100755 => 100644 Gemfile mode change 100755 => 100644 Gemfile.lock diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index 1f15814..1b28a92 --- a/Gemfile +++ b/Gemfile @@ -3,14 +3,14 @@ ruby '~> 2' source 'https://rubygems.org/' gem 'combinatorics', '~> 0.4.3' -gem 'json', '~> 2.1.0' +gem 'json', '~> 2.3.0' gem 'openssl', '~> 2' group :development do - gem 'rake', '~> 12.0' + gem 'rake', '~> 12.3', '>= 12.3.3' gem 'rubygems-tasks', '~> 0.2' gem 'rspec', '~> 3.6' - gem 'yard', '~> 0.9.12' + gem 'yard', '~> 0.9.20' gem 'base16', '~> 0.0.2' - gem 'simplecov', '~> 0.7', :require => false + gem 'simplecov', '~> 0.14', '>= 0.14.1', :require => false end diff --git a/Gemfile.lock b/Gemfile.lock old mode 100755 new mode 100644 index e013b6f..f1b45c7 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,13 @@ GEM remote: https://rubygems.org/ specs: + base16 (0.0.2) combinatorics (0.4.3) diff-lcs (1.3) - docile (1.1.5) - json (2.1.0) + docile (1.4.0) + json (2.3.1) openssl (2.0.3) - rake (12.0.0) + rake (12.3.3) rspec (3.6.0) rspec-core (~> 3.6.0) rspec-expectations (~> 3.6.0) @@ -21,28 +22,32 @@ GEM rspec-support (~> 3.6.0) rspec-support (3.6.0) rubygems-tasks (0.2.4) - simplecov (0.14.1) - docile (~> 1.1.0) - json (>= 1.8, < 3) - simplecov-html (~> 0.10.0) - simplecov-html (0.10.1) - yard (0.9.12) + simplecov (0.22.0) + docile (~> 1.1) + simplecov-html (~> 0.11) + simplecov_json_formatter (~> 0.1) + simplecov-html (0.12.3) + simplecov_json_formatter (0.1.4) + webrick (1.7.0) + yard (0.9.28) + webrick (~> 1.7.0) PLATFORMS ruby DEPENDENCIES + base16 (~> 0.0.2) combinatorics (~> 0.4.3) - json (~> 2.1.0) + json (~> 2.3.0) openssl (~> 2) - rake (~> 12.0) + rake (~> 12.3, >= 12.3.3) rspec (~> 3.6) rubygems-tasks (~> 0.2) - simplecov (~> 0.7) - yard (~> 0.9.12) + simplecov (~> 0.14, >= 0.14.1) + yard (~> 0.9.20) RUBY VERSION ruby 2.4.1p111 BUNDLED WITH - 1.16.1 + 1.17.3