From 4a6ab490a374b674754f96ee20ab9fa70515b82a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 03:58:45 +0000 Subject: [PATCH] Bump json from 1.7.7 to 2.3.1 Bumps [json](https://github.com/flori/json) from 1.7.7 to 2.3.1. - [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/v1.7.7...v2.3.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b1ff9dd..3a00795 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem "bundler" gem "guard-cucumber" -gem "json", "~> 1.7.7" +gem "json", "~> 2.3.1" gem "rake" gem "rb-fsevent", :require => false if RUBY_PLATFORM =~ /darwin/i diff --git a/Gemfile.lock b/Gemfile.lock index 5e943f3..86ce7d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM guard (>= 1.1.0) i18n (1.7.0) concurrent-ruby (~> 1.0) - json (1.7.7) + json (2.3.1) listen (0.7.3) lumberjack (1.0.3) method_source (0.8.1) @@ -80,6 +80,6 @@ DEPENDENCIES cucumber (>= 1.2.0) fafactory! guard-cucumber - json (~> 1.7.7) + json (~> 2.3.1) rake rspec (>= 2.12)