Skip to content

Commit 591c0f4

Browse files
Bump faraday-typhoeus to 1.1.0
Originally raised by a customer in [1], but needs to be done in ably-ruby first. [1] ably/ably-ruby-rest#34
1 parent dbd47b8 commit 591c0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ably.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222
spec.add_runtime_dependency 'ably-em-http-request', '~> 1.1.8'
2323
spec.add_runtime_dependency 'statesman', '~> 9.0'
2424
spec.add_runtime_dependency 'faraday', '~> 2.2'
25-
spec.add_runtime_dependency 'faraday-typhoeus', '~> 0.2.0'
25+
spec.add_runtime_dependency 'faraday-typhoeus', '~> 1.1.0'
2626
spec.add_runtime_dependency 'typhoeus', '~> 1.4'
2727
spec.add_runtime_dependency 'json'
2828
# 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.

0 commit comments

Comments
 (0)