From 42aaf336795b79397dc940e29ddaa77eb9a742a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2020 04:57:46 +0200 Subject: [PATCH 1/2] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-JSON-567822 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 20e3998..2557790 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ gem 'rspec', '=1.3.1' gem 'rspec-rails', '=1.3.3' gem 'rest-client' gem 'jsonschema' -gem 'json' +gem 'json', '>= 2.3.0' gem 'webmock' From baeac1096a4819e0d2376bbfa8ca72d4a3f5eb2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2020 04:57:47 +0200 Subject: [PATCH 2/2] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-JSON-567822 --- Gemfile.lock | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 241d7b1..3bd88c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM activesupport (2.3.10) addressable (2.2.2) crack (0.1.8) - json (1.4.6) + json (2.3.0) jsonschema (2.0.0) mime-types (1.16) rack (1.1.0) @@ -39,10 +39,13 @@ PLATFORMS ruby DEPENDENCIES - json + json (>= 2.3.0) jsonschema rails (= 2.3.10) rest-client rspec (= 1.3.1) rspec-rails (= 1.3.3) webmock + +BUNDLED WITH + 1.17.3