Skip to content

Commit 52470df

Browse files
author
bmarkons
committed
Bump webmock version
1 parent a90e1de commit 52470df

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ end
3939
group :test do
4040
gem 'mocha'
4141
gem 'vcr'
42-
gem 'webmock'
42+
gem 'webmock', '~> 3.0'
4343
gem 'launchy'
4444
gem 'selenium-webdriver', '~> 2.53'
4545
gem 'poltergeist'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ GEM
121121
activesupport (>= 4.2.0)
122122
haml (4.0.7)
123123
tilt
124-
hashdiff (0.3.0)
124+
hashdiff (0.3.6)
125125
highstock-rails (5.0.11)
126126
railties (>= 3.1)
127127
hitimes (1.2.4)
@@ -310,7 +310,7 @@ GEM
310310
raindrops (~> 0.7)
311311
uniform_notifier (1.10.0)
312312
vcr (3.0.3)
313-
webmock (2.1.0)
313+
webmock (3.0.1)
314314
addressable (>= 2.3.6)
315315
crack (>= 0.3.2)
316316
hashdiff
@@ -372,7 +372,7 @@ DEPENDENCIES
372372
uglifier
373373
unicorn
374374
vcr
375-
webmock
375+
webmock (~> 3.0)
376376

377377
BUNDLED WITH
378-
1.15.3
378+
1.15.4

0 commit comments

Comments
 (0)