From 510cc9fcd9fbc3da06087927b1299f65d76d42c7 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 3 Aug 2020 19:40:33 +0000 Subject: [PATCH] update json gem to resolve security issue --- Gemfile | 1 + Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 23bd8867..95f14649 100644 --- a/Gemfile +++ b/Gemfile @@ -52,6 +52,7 @@ gem 'hiredis' gem 'activesupport' gem 'facter', require: nil gem 'maxmind-db' +gem 'json', '>= 2.3.0' group :development, :test do gem 'pry' diff --git a/Gemfile.lock b/Gemfile.lock index e6519b19..6d14330e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,7 +117,7 @@ GEM in_threads (1.5.3) io-extra (1.3.0) ipaddress (0.8.3) - json (2.2.0) + json (2.3.1) loofah (2.5.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -316,6 +316,7 @@ DEPENDENCIES image_optim_pack io-extra ipaddress + json (>= 2.3.0) m magic mail