Skip to content

Commit

Permalink
Excon 0.14 is out and works fine with VCR.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jun 27, 2012
1 parent 617f02d commit 339bb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vcr/library_hooks/excon.rb
Expand Up @@ -2,7 +2,7 @@
require 'vcr/request_handler' require 'vcr/request_handler'
require 'excon' require 'excon'


VCR::VersionChecker.new('Excon', Excon::VERSION, '0.9.6', '0.13').check_version! VCR::VersionChecker.new('Excon', Excon::VERSION, '0.9.6', '0.14').check_version!


module VCR module VCR
class LibraryHooks class LibraryHooks
Expand Down

0 comments on commit 339bb3f

Please sign in to comment.