Skip to content

Commit

Permalink
Merge pull request #1368 from alphagov/dependabot/bundler/webmock-3.6.0
Browse files Browse the repository at this point in the history
Bump webmock from 3.5.1 to 3.6.0
  • Loading branch information
barrucadu authored Jun 5, 2019
2 parents 41b4ad5 + ad5d4b7 commit 1efef7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ group :test do
gem 'mocha'
gem 'puma'
gem 'selenium-webdriver'
gem 'webmock', '~> 3.5.1', require: false
gem 'webmock', '~> 3.6.0', require: false
end
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ GEM
sassc-rails (>= 2.0.1)
govuk_schemas (3.2.0)
json-schema (~> 2.8.0)
hashdiff (0.3.7)
hashdiff (0.4.0)
htmlentities (4.3.4)
http-cookie (1.0.3)
domain_name (~> 0.5)
Expand Down Expand Up @@ -266,7 +266,7 @@ GEM
rubocop (>= 0.60.0)
ruby-progressbar (1.10.0)
rubyzip (1.2.2)
safe_yaml (1.0.4)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand Down Expand Up @@ -325,10 +325,10 @@ GEM
unicorn (5.4.1)
kgio (~> 2.6)
raindrops (~> 0.7)
webmock (3.5.1)
webmock (3.6.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
hashdiff (>= 0.4.0, < 2.0.0)
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
Expand Down Expand Up @@ -380,7 +380,7 @@ DEPENDENCIES
selenium-webdriver
slimmer (~> 13.1)
uglifier (>= 1.3.0)
webmock (~> 3.5.1)
webmock (~> 3.6.0)
wraith (~> 4.2)

RUBY VERSION
Expand Down

0 comments on commit 1efef7f

Please sign in to comment.