Skip to content

Commit

Permalink
[Gemfile] Use WebMock >= 1.8.0, < 1.9 as requested by VCR.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Nov 22, 2012
1 parent ee854c1 commit 7253433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -10,7 +10,7 @@ group :development do
gem "mocha-on-bacon"
gem "rake"
gem "vcr"
gem "webmock"
gem "webmock", '>= 1.8.0', '< 1.9'
end

group :debugging do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -88,7 +88,7 @@ GEM
slop (3.3.3)
terminal-notifier (1.4.2)
vcr (2.3.0)
webmock (1.9.0)
webmock (1.8.11)
addressable (>= 2.2.7)
crack (>= 0.1.7)
yard (0.8.3)
Expand All @@ -110,6 +110,6 @@ DEPENDENCIES
rb-fsevent
redcarpet
vcr
webmock
webmock (>= 1.8.0, < 1.9)
xcodeproj!
yard

0 comments on commit 7253433

Please sign in to comment.