From ec11908c906652bd6056ec6b04f7674e4f552b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 04:27:18 +0000 Subject: [PATCH] Bump json from 1.8.6 to 2.3.0 Bumps [json](https://github.com/flori/json) from 1.8.6 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.8.6...v2.3.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2283ff6..3727a31 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ gem "sqlite3", "~> 1.3.6" gem "rake" gem "database_cleaner" gem "pry" -gem "json", "~> 1.8", ">= 1.8.5" +gem "json", "~> 2.3" diff --git a/Gemfile.lock b/Gemfile.lock index 6b9af11..164fd2a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,7 +19,7 @@ GEM diff-lcs (1.3) i18n (1.7.0) concurrent-ruby (~> 1.0) - json (1.8.6) + json (2.3.0) method_source (0.9.2) minitest (5.13.0) pry (0.12.2) @@ -50,7 +50,7 @@ PLATFORMS DEPENDENCIES activerecord (~> 5.2.3) database_cleaner - json (~> 1.8, >= 1.8.5) + json (~> 2.3) pry rake rspec