Skip to content

Commit

Permalink
update webmock
Browse files Browse the repository at this point in the history
  • Loading branch information
phoet committed Jul 6, 2012
1 parent b92744e commit f81e89d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PATH
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.6)
addressable (2.2.8)
coderay (1.0.7)
confiture (0.1.0)
crack (0.3.1)
Expand Down Expand Up @@ -44,8 +44,8 @@ GEM
ruby-progressbar (0.0.10)
slop (2.4.4)
vcr (1.11.3)
webmock (1.7.7)
addressable (~> 2.2, > 2.2.5)
webmock (1.8.7)
addressable (>= 2.2.7)
crack (>= 0.1.7)

PLATFORMS
Expand All @@ -61,4 +61,4 @@ DEPENDENCIES
rash (~> 0.3.1)
rspec (~> 2.7.0)
vcr (~> 1.11.3)
webmock (~> 1.7.7)
webmock (~> 1.8.7)
2 changes: 1 addition & 1 deletion asin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |s|

s.add_development_dependency('rake', '~> 0.9.2.2')
s.add_development_dependency('vcr', '~> 1.11.3')
s.add_development_dependency('webmock', '~> 1.7.7')
s.add_development_dependency('webmock', '~> 1.8.7')
s.add_development_dependency('rspec', '~> 2.7.0')
s.add_development_dependency('fuubar', '~> 0.0.5')
s.add_development_dependency('pry', '~> 0.9.9')
Expand Down

0 comments on commit f81e89d

Please sign in to comment.