From 3bfc2008e3286258450b336ff5d848646aa445d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Mar 2020 02:57:21 +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 --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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' 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