From a59018b85152ceecbf9e61d919a945c61dc1ba69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 00:43: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 e856f59..4463783 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) do |repo_name| "https://github.com/#{repo_name}.git" end 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 c704a80..14ef69d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,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) @@ -18,7 +18,7 @@ GEM powerpack (0.1.2) 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) @@ -41,7 +41,8 @@ PLATFORMS DEPENDENCIES byebug - json (~> 2.1.0) + json (~> 2.3.0) + rake (>= 12.3.3) rest-client rubocop (~> 0.51.0)