Skip to content

Commit 37e0b74

Browse files
committed
confirmed it works with curb 1.2.2
1 parent 56cb661 commit 37e0b74

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)