From 49af940e6501403338969f3e026e2691bbc279b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Jun 2018 01:18:52 +0000 Subject: [PATCH] fix: Gemfile.lock & Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-JSON-20060 --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6e8996a..93a6d61 100644 --- a/Gemfile +++ b/Gemfile @@ -2,5 +2,5 @@ source "http://rubygems.org" gem 'sqlite3' gem 'daemons' -gem 'json' +gem 'json', '>= 1.5.5' gem 'isaac', :git => "git://github.com/icco/isaac.git" diff --git a/Gemfile.lock b/Gemfile.lock index 86fe83a..0395132 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GEM remote: http://rubygems.org/ specs: daemons (1.1.3) - json (1.5.1) + json (2.1.0) sqlite3 (1.3.3) PLATFORMS @@ -17,5 +17,8 @@ PLATFORMS DEPENDENCIES daemons isaac! - json + json (>= 1.5.5) sqlite3 + +BUNDLED WITH + 1.16.1