From c6284c98c8f4b1710ad1a252a0b4c9e35357a8b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 14:52:43 +0000 Subject: [PATCH] Bump json from 2.0.4 to 2.3.0 Bumps [json](https://github.com/flori/json) from 2.0.4 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.0.4...v2.3.0) --- updated-dependencies: - dependency-name: json dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5dbdd17f0..9f2a5468a 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :development, :test do gem 'rspec-retry' gem "netrc" gem "git", github: "hone/ruby-git", branch: "master" - gem 'json', '~> 2.0.2' + gem 'json', '~> 2.3.0' gem 'ci-queue', github: 'shopify/ci-queue', branch: 'rspec-log-order' gem 'redis' end diff --git a/Gemfile.lock b/Gemfile.lock index 1ade106c3..f2c595a21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,7 +43,7 @@ GEM threaded (~> 0) i18n (1.8.2) concurrent-ruby (~> 1.0) - json (2.0.4) + json (2.3.0) minitest (5.14.0) minitest-retry (0.1.9) minitest (>= 5.0) @@ -86,7 +86,7 @@ DEPENDENCIES excon git! heroku_hatchet - json (~> 2.0.2) + json (~> 2.3.0) netrc parallel_tests rake