Skip to content

Commit

Permalink
Merge pull request #1684 from alphagov/dependabot/bundler/webmock-3.8.3
Browse files Browse the repository at this point in the history
Bump webmock from 3.8.2 to 3.8.3
  • Loading branch information
andysellick authored Mar 11, 2020
2 parents 7cc879b + 443aa0f commit 66f1ae6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ group :test do
gem "govuk_test"
gem "minitest-reporters"
gem "mocha"
gem "webmock", "~> 3.8.2", require: false
gem "webmock", "~> 3.8.3", require: false
end
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ GEM
puma
selenium-webdriver (>= 3.142)
webdrivers (>= 4)
hashdiff (1.0.0)
hashdiff (1.0.1)
htmlentities (4.3.4)
http-accept (1.7.0)
http-cookie (1.0.3)
Expand Down Expand Up @@ -330,7 +330,7 @@ GEM
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
webmock (3.8.2)
webmock (3.8.3)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -383,7 +383,7 @@ DEPENDENCIES
scss_lint-govuk (~> 0.2)
slimmer (~> 13.2)
uglifier (>= 1.3.0)
webmock (~> 3.8.2)
webmock (~> 3.8.3)
wraith (~> 4.2)

RUBY VERSION
Expand Down

0 comments on commit 66f1ae6

Please sign in to comment.