From 81b1895394ee6b8ffd5788810517cbf8c438126f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 13:20:25 +0000 Subject: [PATCH] Update faraday requirement from ~> 1 to >= 1, < 3 Updates the requirements on [faraday](https://github.com/lostisland/faraday) to permit the latest version. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v1.10.5...v1.10.6) --- updated-dependencies: - dependency-name: faraday dependency-version: 1.10.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- shotgrid_api_ruby.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2cad8dd..b58105d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: shotgrid_api_ruby (0.2.0.8) activesupport (~> 7) - faraday (~> 1) + faraday (>= 1, < 3) ostruct sorbet-runtime zeitwerk (~> 2.2) @@ -46,7 +46,7 @@ GEM erubi (1.13.1) faker (3.8.0) i18n (>= 1.8.11, < 2) - faraday (1.10.5) + faraday (1.10.6) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) diff --git a/shotgrid_api_ruby.gemspec b/shotgrid_api_ruby.gemspec index f32fbeb..4eddac7 100644 --- a/shotgrid_api_ruby.gemspec +++ b/shotgrid_api_ruby.gemspec @@ -36,7 +36,7 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] spec.add_dependency 'activesupport', '~> 7' - spec.add_dependency 'faraday', '~> 1' + spec.add_dependency 'faraday', '>= 1', '< 3' spec.add_dependency 'ostruct' spec.add_dependency 'sorbet-runtime' spec.add_dependency 'zeitwerk', '~> 2.2'