Skip to content

Commit

Permalink
Merge pull request #1760 from alphagov/dependabot/bundler/mocha-1.9.0
Browse files Browse the repository at this point in the history
Bump mocha from 1.8.0 to 1.9.0
  • Loading branch information
thomasleese authored Jun 18, 2019
2 parents d5beaeb + be630b1 commit 92a724e
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 @@ -22,7 +22,7 @@ end
group :test do
gem 'govuk-content-schema-test-helpers', '~> 1.6'
gem 'govuk_test'
gem 'mocha', '~> 1.8.0', require: false
gem 'mocha', '~> 1.9.0', require: false
gem 'shoulda'
gem 'webmock'
gem 'test-unit'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ GEM
capybara
minitest (~> 5.0)
rake
mocha (1.8.0)
mocha (1.9.0)
metaclass (~> 0.0.1)
multipart-post (2.1.1)
netrc (0.11.0)
Expand Down Expand Up @@ -347,7 +347,7 @@ DEPENDENCIES
jasmine-rails (~> 0.15.0)
minitest
minitest-capybara (~> 0.9.0)
mocha (~> 1.8.0)
mocha (~> 1.9.0)
nokogiri (~> 1.10)
plek (= 3.0.0)
pry
Expand Down

0 comments on commit 92a724e

Please sign in to comment.