Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Bump mocha from 1.3.0 to 1.4.0 #253

Merged
merged 1 commit into from
Mar 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ group :test do
gem 'capybara', '2.18.0'
gem 'ci_reporter_minitest', '1.0.0'
gem 'govuk-content-schema-test-helpers', '~> 1.6.1'
gem 'mocha', '1.3.0', require: false
gem 'mocha', '1.4.0', require: false
gem 'rails-controller-testing'
gem 'shoulda', '3.5.0'
gem 'simplecov', '0.16.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GEM
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
mocha (1.3.0)
mocha (1.4.0)
metaclass (~> 0.0.1)
money (6.10.1)
i18n (>= 0.6.4, < 1.0)
Expand Down Expand Up @@ -325,7 +325,7 @@ DEPENDENCIES
govuk_frontend_toolkit (~> 7.4.2)
govuk_publishing_components (~> 5.6.0)
json (~> 2.1.0)
mocha (= 1.3.0)
mocha (= 1.4.0)
plek (= 2.1.1)
pry-byebug
rack_strip_client_ip (= 0.0.2)
Expand Down