From e1398ada4c710e8ddac8eb07800bd02bf3f0edd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 01:29:07 +0000 Subject: [PATCH] Bump excon from 1.0.0 to 1.3.0 Bumps [excon](https://github.com/excon/excon) from 1.0.0 to 1.3.0. - [Changelog](https://github.com/excon/excon/blob/master/changelog.txt) - [Commits](https://github.com/excon/excon/compare/v1.0.0...v1.3.0) --- updated-dependencies: - dependency-name: excon dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a20a22c..89070c3 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } -gem "excon", "1.0.0" +gem "excon", "1.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index cd38c73..96f2be3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,12 @@ GEM remote: https://rubygems.org/ specs: - excon (1.0.0) + excon (1.3.0) + logger + logger (1.7.0) PLATFORMS ruby DEPENDENCIES - excon (= 1.0.0) + excon (= 1.3.0)