From 0af0f48493fe14eccc60259422898c448b227c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:39:55 +0000 Subject: [PATCH] Update excon requirement from 0.70.0 to 0.112.0 Updates the requirements on [excon](https://github.com/excon/excon) to permit the latest version. - [Changelog](https://github.com/excon/excon/blob/master/changelog.txt) - [Commits](https://github.com/excon/excon/compare/v0.70.0...v0.112.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 2206b6c..4e8a6f7 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,5 @@ 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.112.0"