From 35052bcbf83a1a3d9ca81dbec6f4d39b985ca1d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 04:00:50 +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 499a0d04..3909335a 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "sinatra-contrib" gem "erector", ">=0.9.0" gem "thin" gem "activesupport" -gem "json", "~>1.8" +gem "json", "~>2.3" gem "rack-rewrite", "~>1.5" gem "sass", "~> 3.5.0" gem "awesome_print" diff --git a/Gemfile.lock b/Gemfile.lock index a48cfbdd..8c378e1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM files (0.4.0) i18n (1.1.1) concurrent-ruby (~> 1.0) - json (1.8.6) + json (2.3.0) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -142,7 +142,7 @@ DEPENDENCIES deckrb! erector (>= 0.9.0) files (>= 0.4.0) - json (~> 1.8) + json (~> 2.3) listen nokogiri (~> 1.7) rack-rewrite (~> 1.5)