Skip to content

Commit

Permalink
Merge pull request #1213 from alphagov/dependabot/bundler/mocha-1.3.0
Browse files Browse the repository at this point in the history
Bump mocha from 1.1.0 to 1.3.0
  • Loading branch information
steventux authored Dec 11, 2017
2 parents 27f66f6 + 20adb38 commit 3baf66f
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 @@ -25,7 +25,7 @@ group :test do
gem 'poltergeist', require: false
gem 'capybara', '~> 2.5.0'
gem 'govuk-content-schema-test-helpers', '~> 1.5'
gem 'mocha', '~> 1.1.0', require: false
gem 'mocha', '~> 1.3.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 @@ -169,7 +169,7 @@ GEM
capybara (~> 2.2)
minitest (~> 5.0)
rake
mocha (1.1.0)
mocha (1.3.0)
metaclass (~> 0.0.1)
money (6.10.0)
i18n (>= 0.6.4, < 1.0)
Expand Down Expand Up @@ -335,7 +335,7 @@ DEPENDENCIES
logstasher (= 1.2.2)
minitest
minitest-capybara (~> 0.7.2)
mocha (~> 1.1.0)
mocha (~> 1.3.0)
nokogiri (~> 1.7)
plek (= 1.11.0)
poltergeist
Expand Down

0 comments on commit 3baf66f

Please sign in to comment.