Skip to content

Commit 8c7cb8a

Browse files
authored
Merge pull request #1111 from taf2/curb-update
confirmed it works with curb 1.2.2
2 parents 56cb661 + 37e0b74 commit 8c7cb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/webmock/http_lib_adapters/curb_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
end
88

99
if defined?(Curl)
10-
WebMock::VersionChecker.new('Curb', Curl::CURB_VERSION, '0.7.16', '1.0.1', ['0.8.7']).check_version!
10+
WebMock::VersionChecker.new('Curb', Curl::CURB_VERSION, '0.7.16', '1.2.2', ['0.8.7']).check_version!
1111

1212
module WebMock
1313
module HttpLibAdapters

0 commit comments

Comments
 (0)