From 2f49c4fb0b014c7948e2c75c4637b0ec67a4548f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 00:44:19 +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 | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 1bcc0b9..cc9182e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'byebug' -gem 'json', '~> 2.4.0' +gem 'json', '~> 2.3.0' gem 'rubocop', '~> 0.51.0', require: false gem 'hex_string' gem 'number-theory' diff --git a/Gemfile.lock b/Gemfile.lock index f01007e..938d998 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,9 +3,8 @@ GEM specs: ast (2.4.0) byebug (10.0.2) - gcd (0.0.1) hex_string (1.0.1) - json (2.1.0) + json (2.3.0) narray (0.6.1.2) number-theory (1.0.0) narray (>= 0.6) @@ -15,7 +14,7 @@ GEM powerpack (0.1.2) rainbow (2.2.2) rake - rake (12.3.1) + rake (13.0.3) rubocop (0.51.0) parallel (~> 1.10) parser (>= 2.3.3.1, < 3.0) @@ -31,10 +30,10 @@ PLATFORMS DEPENDENCIES byebug - gcd hex_string - json (~> 2.1.0) + json (~> 2.3.0) number-theory + rake (>= 12.3.3) rubocop (~> 0.51.0) BUNDLED WITH