From 364756c15c085a5157c7fbbc49aa615486993dfb Mon Sep 17 00:00:00 2001 From: James Mead Date: Sat, 7 Apr 2018 12:18:33 +0100 Subject: Simplify declaration of mocha dependency in Gemfile The `require: false` option hasn't been needed since Mocha v1.0. --- Gemfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 0730c1e9b0..6ae11c1fb2 100644 --- a/Gemfile +++ b/Gemfile @@ -9,9 +9,7 @@ gemspec # We need a newish Rake since Active Job sets its test tasks' descriptions. gem "rake", ">= 11.1" -# This needs to be with require false to ensure correct loading order, as it has to -# be loaded after loading the test library. -gem "mocha", require: false +gem "mocha" gem "capybara", ">= 2.15", "< 4.0" -- cgit v1.2.3