bump webmock
This commit is contained in:
parent
008651cb7e
commit
98ba8840c7
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -154,7 +154,7 @@ group :test do
|
|||
gem 'rspec-instafail', '0.2.4', :require => false
|
||||
gem 'selenium-webdriver', '2.25.0'
|
||||
|
||||
gem 'webmock', '1.8.7', :require => false
|
||||
gem 'webmock', '1.8.10', :require => false
|
||||
|
||||
gem 'spork', '1.0.0rc3'
|
||||
gem 'guard-rspec', '0.7.3'
|
||||
|
|
|
|||
|
|
@ -444,7 +444,7 @@ GEM
|
|||
rack (>= 1.0.0)
|
||||
warden (1.2.1)
|
||||
rack (>= 1.0)
|
||||
webmock (1.8.7)
|
||||
webmock (1.8.10)
|
||||
addressable (>= 2.2.7)
|
||||
crack (>= 0.1.7)
|
||||
will_paginate (3.0.3)
|
||||
|
|
@ -537,6 +537,6 @@ DEPENDENCIES
|
|||
typhoeus (= 0.3.3)
|
||||
uglifier (= 1.3.0)
|
||||
unicorn (= 4.3.1)
|
||||
webmock (= 1.8.7)
|
||||
webmock (= 1.8.10)
|
||||
will_paginate (= 3.0.3)
|
||||
yard (= 0.8.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue