From 9e3db9c96b366e2c6b51811658427cf4979b49f5 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Mon, 29 Jul 2019 23:26:41 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-YARD-455636 --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 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..229f96a --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :development do gem 'rake', '~> 12.0' 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 end diff --git a/Gemfile.lock b/Gemfile.lock old mode 100755 new mode 100644 index e013b6f..5b44483 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,7 @@ GEM remote: https://rubygems.org/ specs: + base16 (0.0.2) combinatorics (0.4.3) diff-lcs (1.3) docile (1.1.5) @@ -26,12 +27,13 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.1) - yard (0.9.12) + yard (0.9.20) PLATFORMS ruby DEPENDENCIES + base16 (~> 0.0.2) combinatorics (~> 0.4.3) json (~> 2.1.0) openssl (~> 2) @@ -39,10 +41,10 @@ DEPENDENCIES rspec (~> 3.6) rubygems-tasks (~> 0.2) simplecov (~> 0.7) - yard (~> 0.9.12) + yard (~> 0.9.20) RUBY VERSION ruby 2.4.1p111 BUNDLED WITH - 1.16.1 + 1.17.3