From e1ca608e84bbe4b757962a0c0078f87cb238d61b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 03:39:13 +0000 Subject: [PATCH] Bump json from 1.6.7 to 2.3.0 Bumps [json](https://github.com/flori/json) from 1.6.7 to 2.3.0. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v1.6.7...v2.3.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 23a2c75..5daa5fc 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ source :gemcutter gem "rails", "~> 2.3.5" gem "rack", "~> 1.0.0" -gem "json", "~> 1.6.3" +gem "json", "~> 2.3.0" gem "dalli", "~> 1.0.4" gem "bj" gem "sqlite3-ruby" diff --git a/Gemfile.lock b/Gemfile.lock index 60cf375..d3474a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,7 +28,7 @@ GEM yamler (>= 0.1.0) dalli (1.0.5) i18n (0.6.0) - json (1.6.7) + json (2.3.0) jwt (0.1.4) json (>= 1.2.4) mail (2.4.4) @@ -54,7 +54,6 @@ GEM rake (0.9.2.2) sendgrid (1.0.1) json - json sqlite3 (1.3.6) sqlite3-ruby (1.3.3) sqlite3 (>= 1.3.3) @@ -83,7 +82,7 @@ DEPENDENCIES bj chronic (~> 0.3.0) dalli (~> 1.0.4) - json (~> 1.6.3) + json (~> 2.3.0) parallel pony rack (~> 1.0.0)