From 591c0f4ee2ced5de7545753d87aa081bf41b7f2e Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Tue, 10 Jun 2025 08:34:27 -0300 Subject: [PATCH] Bump faraday-typhoeus to 1.1.0 Originally raised by a customer in [1], but needs to be done in ably-ruby first. [1] https://github.com/ably/ably-ruby-rest/pull/34 --- ably.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ably.gemspec b/ably.gemspec index f94291d1..765bdb70 100644 --- a/ably.gemspec +++ b/ably.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'ably-em-http-request', '~> 1.1.8' spec.add_runtime_dependency 'statesman', '~> 9.0' spec.add_runtime_dependency 'faraday', '~> 2.2' - spec.add_runtime_dependency 'faraday-typhoeus', '~> 0.2.0' + spec.add_runtime_dependency 'faraday-typhoeus', '~> 1.1.0' spec.add_runtime_dependency 'typhoeus', '~> 1.4' spec.add_runtime_dependency 'json' # We disallow minor version updates, because this gem has introduced breaking API changes in minor releases before (which it's within its rights to do, given it's pre-v1). If you want to allow a new minor version, bump here and run the tests.