Commit 72534339 authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemfile] Use WebMock >= 1.8.0, < 1.9 as requested by VCR.

parent ee854c16
......@@ -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
......
......@@ -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)
......@@ -110,6 +110,6 @@ DEPENDENCIES
rb-fsevent
redcarpet
vcr
webmock
webmock (>= 1.8.0, < 1.9)
xcodeproj!
yard
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment