Skip to content

Commit

Permalink
Merge pull request #585 from alphagov/dependabot/bundler/webmock-3.1.1
Browse files Browse the repository at this point in the history
Bump webmock from 2.3.2 to 3.1.1
  • Loading branch information
tijmenb authored Dec 11, 2017
2 parents c471769 + 5c51d8d commit 105a78f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ group :test do
gem 'capybara'
gem 'mocha'
gem 'poltergeist', require: false
gem 'webmock', '~> 2.3.0', require: false
gem 'webmock', '~> 3.1.1', require: false
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ GEM
kgio (~> 2.6)
rack
raindrops (~> 0.7)
webmock (2.3.2)
webmock (3.1.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
Expand Down Expand Up @@ -346,7 +346,7 @@ DEPENDENCIES
slimmer (~> 11.1.0)
uglifier (>= 1.3.0)
unicorn (= 4.8)
webmock (~> 2.3.0)
webmock (~> 3.1.1)
wraith (~> 4.0)

RUBY VERSION
Expand Down

0 comments on commit 105a78f

Please sign in to comment.