From 4fe37f6ae580bb6002f8edad8975788e3cd19c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 04:33:49 +0000 Subject: [PATCH] Update json requirement from ~> 1.8.3 to >= 1.8.3, < 2.4.0 Updates the requirements on [json](https://github.com/flori/json) to permit the latest version. - [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.lock | 2 +- intuit-oauth.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a4dd23a..4226785 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ GEM httparty (0.18.0) mime-types (~> 3.0) multi_xml (>= 0.5.2) - json (2.1.0) + json (2.3.0) mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) diff --git a/intuit-oauth.gemspec b/intuit-oauth.gemspec index 943e5b8..15d87c1 100644 --- a/intuit-oauth.gemspec +++ b/intuit-oauth.gemspec @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.add_dependency 'httparty', '~> 0.18.0' - spec.add_dependency 'json', '~> 1.8.3' + spec.add_dependency 'json', '>= 1.8.3', '< 2.4.0' # spec.add_dependency 'json_web_token', '~> 0.3.5' spec.add_dependency 'rsa-pem-from-mod-exp', '~> 0.1.0'