Skip to content

Commit

Permalink
WebMock issue: bblimke/webmock#683
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinDow committed Jul 15, 2018
1 parent 380c57c commit d519580
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ group :development, :test do
gem 'rerun', '0.10.0'

gem 'simplecov', '0.10.0'
gem 'webmock', '1.21.0'
gem 'webmock', '2.3.2'
gem 'ZenTest', '4.11.0'
end
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ GEM
ffi (1.9.10)
gherkin (2.12.2)
multi_json (~> 1.3)
hashdiff (0.3.7)
highline (1.7.8)
hitimes (1.2.4)
json (1.8.6)
Expand Down Expand Up @@ -100,9 +101,10 @@ GEM
tilt (2.0.5)
timers (4.0.4)
hitimes
webmock (1.21.0)
webmock (2.3.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
xpath (2.0.0)
nokogiri (~> 1.3)

Expand All @@ -124,7 +126,7 @@ DEPENDENCIES
simplecov (= 0.10.0)
sinatra (>= 1.4)
sinatra-flash (= 0.3.0)
webmock (= 1.21.0)
webmock (= 2.3.2)

RUBY VERSION
ruby 2.4.1p111
Expand Down

0 comments on commit d519580

Please sign in to comment.