From 58c76d65a43a49ba292386319a22a7cb61d561bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 00:42:26 +0000 Subject: [PATCH] Bump json from 2.1.0 to 2.3.0 Bumps [json](https://github.com/flori/json) from 2.1.0 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/v2.1.0...v2.3.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e5fa769..18a30f9 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) do |repo_name| end gem 'addressable', '~> 2.5.2' gem 'byebug' -gem 'json', '~> 2.4.0' +gem 'json', '~> 2.3.0' gem 'rest-client' gem 'rubocop', '~> 0.51.0', require: false gem "rake", ">= 12.3.3" diff --git a/Gemfile.lock b/Gemfile.lock index aae5a9b..02a97fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM unf (>= 0.0.5, < 1.0.0) http-cookie (1.0.3) domain_name (~> 0.5) - json (2.1.0) + json (2.3.0) mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) @@ -21,7 +21,7 @@ GEM public_suffix (3.0.3) rainbow (2.2.2) rake - rake (12.3.1) + rake (13.0.3) rest-client (2.0.2) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) @@ -45,7 +45,8 @@ PLATFORMS DEPENDENCIES addressable (~> 2.5.2) byebug - json (~> 2.1.0) + json (~> 2.3.0) + rake (>= 12.3.3) rest-client rubocop (~> 0.51.0)