Skip to content

Commit

Permalink
Excon 0.13 is out and VCR works fine with it.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Mar 30, 2012
1 parent 5d3b3df commit ba10bb5
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 'excon'

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

module VCR
class LibraryHooks
Expand Down

0 comments on commit ba10bb5

Please sign in to comment.