From 4f317bcbe0fb8ae79b7f9714247611b145b79bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 07:17:23 +0000 Subject: [PATCH] Update excon requirement from 0.70.0 to 0.99.0 Updates the requirements on [excon](https://github.com/excon/excon) to permit the latest version. - [Release notes](https://github.com/excon/excon/releases) - [Changelog](https://github.com/excon/excon/blob/master/changelog.txt) - [Commits](https://github.com/excon/excon/compare/v0.70.0...v0.99.0) --- updated-dependencies: - dependency-name: excon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 08bf35b..ade67ea 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,4 @@ gem "rails", "4.0.0" gem "factory_girl", "4.7.0" gem "rubocop", "0.76.0" gem "rspec", "3.7.0" -gem "excon", "0.70.0" +gem "excon", "0.99.0"