From 5c05851c5845f4e9c7d668fd288556b2cc5e77b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 01:19:09 +0000 Subject: [PATCH] Update faraday requirement from ~> 1.0, >= 1.0.1 to >= 1.0.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.0.1...v1.10.2) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mailerlite.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailerlite.gemspec b/mailerlite.gemspec index 9073ac5..c08a31b 100644 --- a/mailerlite.gemspec +++ b/mailerlite.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] spec.required_ruby_version = '>= 2.6.0' - spec.add_dependency 'faraday', '~> 1.0', '>= 1.0.1' + spec.add_dependency 'faraday', '>= 1.0.1', '< 3' spec.add_dependency 'faraday_middleware', '~> 1.0' spec.add_dependency 'hashie', '>= 4', '< 6'