From bde2ceac1fdec1cb573be2a6d1864b3111f8d958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 00:43:47 +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 1f5b2c8..3a2bf95 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/') "https://github.com/#{repo_name}.git" end -gem 'json', '~> 2.4.0' +gem 'json', '~> 2.3.0' gem 'rubocop', '~> 0.49.0', require: false gem "rake", ">= 12.3.3" diff --git a/Gemfile.lock b/Gemfile.lock index fc984cf..26b82a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,14 +2,14 @@ GEM remote: https://rubygems.org/ specs: ast (2.3.0) - json (2.1.0) + json (2.3.0) parallel (1.12.0) parser (2.4.0.2) ast (~> 2.3) powerpack (0.1.1) rainbow (2.2.2) rake - rake (12.3.0) + rake (13.0.3) rubocop (0.49.1) parallel (~> 1.10) parser (>= 2.3.3.1, < 3.0) @@ -24,7 +24,8 @@ PLATFORMS ruby DEPENDENCIES - json (~> 2.1.0) + json (~> 2.3.0) + rake (>= 12.3.3) rubocop (~> 0.49.0) BUNDLED WITH