Skip to content

Commit 9cd3dc8

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 2f142cd commit 9cd3dc8

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
spec.add_runtime_dependency 'websocket-driver', '~> 0.7'

0 commit comments

Comments
 (0)