Skip to content

Commit

Permalink
Bump VCR to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezkl committed Mar 2, 2012
1 parent d3fb726 commit 038c2d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -24,7 +24,7 @@ GEM
rspec-mocks (2.8.0)
typhoeus (0.3.3)
mime-types
vcr (2.0.0.rc2)
vcr (2.0.0)

PLATFORMS
ruby
Expand All @@ -33,4 +33,4 @@ DEPENDENCIES
autotest
geo_ips!
rspec (~> 2.8.0)
vcr (= 2.0.0rc2)
vcr (~> 2.0.0)
2 changes: 1 addition & 1 deletion geo_ips.gemspec
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |gem|

gem.add_development_dependency("rspec", "~> 2.8.0")
gem.add_development_dependency("autotest")
gem.add_development_dependency("vcr", "2.0.0rc2")
gem.add_development_dependency("vcr", "~> 2.0.0")
end

0 comments on commit 038c2d9

Please sign in to comment.