From d4e5a8b873b0a9df7762f48594317ce3293a52b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:37:00 +0000 Subject: [PATCH] Update faraday requirement from ~> 1.0 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.2...v1.10.5) --- updated-dependencies: - dependency-name: faraday dependency-version: 1.10.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 +++++++------- mundi_api.gemspec | 38 +++++++++++++++++++------------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c7e2fe1..c138b03 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: mundi_api (2.4.0) certifi (~> 2018) - faraday (~> 1.0) + faraday (>= 1, < 3) faraday-http-cache (~> 2.2.0) faraday_middleware (~> 1.0.0) logging (~> 2.0) @@ -13,7 +13,7 @@ GEM remote: https://rubygems.org/ specs: certifi (2018.01.18) - faraday (1.10.2) + faraday (1.10.5) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -26,14 +26,14 @@ GEM faraday-retry (~> 1.0) ruby2_keywords (>= 0.0.4) faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) + faraday-em_synchrony (1.0.1) faraday-excon (1.1.0) faraday-http-cache (2.2.0) faraday (>= 0.8) faraday-httpclient (1.0.1) - faraday-multipart (1.0.4) - multipart-post (~> 2) - faraday-net_http (1.0.1) + faraday-multipart (1.2.0) + multipart-post (~> 2.0) + faraday-net_http (1.0.2) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) @@ -45,7 +45,7 @@ GEM little-plugger (~> 1.1) multi_json (~> 1.14) multi_json (1.15.0) - multipart-post (2.2.3) + multipart-post (2.4.1) power_assert (2.0.3) ruby2_keywords (0.0.5) test-unit (3.5.7) diff --git a/mundi_api.gemspec b/mundi_api.gemspec index 8facdd9..b32d6fc 100644 --- a/mundi_api.gemspec +++ b/mundi_api.gemspec @@ -1,19 +1,19 @@ -Gem::Specification.new do |s| - s.name = 'mundi_api' - s.version = '2.4.0' - s.summary = 'mundi_api' - s.description = 'Mundipagg API' - s.authors = ['APIMatic SDK Generator'] - s.email = 'support@apimatic.io' - s.homepage = 'https://apimatic.io' - s.license = 'MIT' - s.add_dependency('logging', '~> 2.0') - s.add_dependency('faraday', '~> 1.0') - s.add_dependency('faraday_middleware', '~> 1.0.0') - s.add_dependency('test-unit', '~> 3.1', '>= 3.1.5') - s.add_dependency('certifi', '~> 2018') - s.add_dependency('faraday-http-cache', '~> 2.2.0') - # s.required_ruby_version = '~> 2.0' - s.files = Dir['{bin,lib,man,test,spec}/**/*', 'README*', 'LICENSE*'] - s.require_paths = ['lib'] -end +Gem::Specification.new do |s| + s.name = 'mundi_api' + s.version = '2.4.0' + s.summary = 'mundi_api' + s.description = 'Mundipagg API' + s.authors = ['APIMatic SDK Generator'] + s.email = 'support@apimatic.io' + s.homepage = 'https://apimatic.io' + s.license = 'MIT' + s.add_dependency('logging', '~> 2.0') + s.add_dependency('faraday', '>= 1', '< 3') + s.add_dependency('faraday_middleware', '~> 1.0.0') + s.add_dependency('test-unit', '~> 3.1', '>= 3.1.5') + s.add_dependency('certifi', '~> 2018') + s.add_dependency('faraday-http-cache', '~> 2.2.0') + # s.required_ruby_version = '~> 2.0' + s.files = Dir['{bin,lib,man,test,spec}/**/*', 'README*', 'LICENSE*'] + s.require_paths = ['lib'] +end