From be66141d2eafa0714f91aad13457f609f0956e5c Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Tue, 23 Jul 2019 23:43:04 +0200 Subject: Update json to latest version Signed-off-by: Hans de Graaff --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f01784c..a60811e 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'rake' gem 'mysql2', '~> 0.4.10' -gem 'json', '~>1.8.2' +gem 'json', '~> 2.0' gem 'jbuilder', '~> 2.0' # Gems used only for assets and not required diff --git a/Gemfile.lock b/Gemfile.lock index fb16135..580817b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM activesupport (>= 4.2.0) joiner (0.3.4) activerecord (>= 4.1.0) - json (1.8.6) + json (2.2.0) kramdown (2.1.0) loofah (2.2.3) crass (~> 1.0.2) @@ -225,7 +225,7 @@ DEPENDENCIES diff-lcs fastercsv jbuilder (~> 2.0) - json (~> 1.8.2) + json (~> 2.0) kramdown mechanize minitest-reporters -- cgit v1.2.3-65-gdbad