From f789b6f313e299a55fa34baf784bd06cdd599bd4 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Wed, 14 Aug 2019 00:56: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-NOKOGIRI-459107 --- Gemfile | 2 +- Gemfile.lock | 78 ++++++++++++++++++++++++++++++++-------------------- 2 files changed, 49 insertions(+), 31 deletions(-) diff --git a/Gemfile b/Gemfile index 9f49709..6ad2399 100644 --- a/Gemfile +++ b/Gemfile @@ -6,5 +6,5 @@ group :rake do gem 'rake', '>=0.9.2.2' gem 'puppet-lint', '~>0.1.12' gem 'puppetlabs_spec_helper' - gem 'puppet-blacksmith' + gem 'puppet-blacksmith', '>= 1.0.5' end diff --git a/Gemfile.lock b/Gemfile.lock index 55881ef..837643e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,48 +1,66 @@ GEM remote: http://rubygems.org/ specs: - diff-lcs (1.1.3) - facter (1.6.11) - metaclass (0.0.1) - mime-types (1.23) - mocha (0.12.3) + diff-lcs (1.3) + domain_name (0.5.20190701) + unf (>= 0.0.5, < 1.0.0) + facter (1.7.6) + http-cookie (1.0.3) + domain_name (~> 0.5) + metaclass (0.0.4) + mime-types (3.2.2) + mime-types-data (~> 3.2015) + mime-types-data (3.2019.0331) + mocha (1.9.0) metaclass (~> 0.0.1) - nokogiri (1.5.9) - puppet (2.7.18) + netrc (0.11.0) + puppet (2.7.26) facter (~> 1.5) - puppet-blacksmith (1.0.5) - nokogiri - puppet (>= 2.7.16) - puppetlabs_spec_helper (>= 0.3.0) - rake - rest-client + puppet-blacksmith (4.1.2) + rest-client (~> 2.0) puppet-lint (0.1.13) - puppetlabs_spec_helper (0.3.0) - mocha (>= 0.10.5) + puppet-syntax (2.5.0) + rake + puppetlabs_spec_helper (1.1.1) + mocha + puppet-lint + puppet-syntax rake - rspec (>= 2.9.0) - rspec-puppet (>= 0.1.1) - rake (10.0.4) - rest-client (1.6.7) - mime-types (>= 1.16) - rspec (2.11.0) - rspec-core (~> 2.11.0) - rspec-expectations (~> 2.11.0) - rspec-mocks (~> 2.11.0) - rspec-core (2.11.1) - rspec-expectations (2.11.2) - diff-lcs (~> 1.1.3) - rspec-mocks (2.11.2) - rspec-puppet (0.1.4) + rspec-puppet + rake (12.3.3) + rest-client (2.0.2) + http-cookie (>= 1.0.2, < 2.0) + mime-types (>= 1.16, < 4.0) + netrc (~> 0.8) + rspec (3.8.0) + rspec-core (~> 3.8.0) + rspec-expectations (~> 3.8.0) + rspec-mocks (~> 3.8.0) + rspec-core (3.8.2) + rspec-support (~> 3.8.0) + rspec-expectations (3.8.4) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.8.0) + rspec-mocks (3.8.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.8.0) + rspec-puppet (2.7.5) rspec + rspec-support (3.8.2) + unf (0.1.4) + unf_ext + unf_ext (0.0.7.6) PLATFORMS ruby DEPENDENCIES puppet (~> 2.7.17) - puppet-blacksmith + puppet-blacksmith (>= 1.0.5) puppet-lint (~> 0.1.12) puppetlabs_spec_helper rake (>= 0.9.2.2) rspec-puppet (>= 0.1.3) + +BUNDLED WITH + 1.17.3