DEV: Update mocha (#9490)

The spec that was blocking the update was fixed in c08753dc34.
This commit is contained in:
Jarek Radosz
2020-04-21 18:32:42 +02:00
committed by GitHub
parent fe579c918f
commit 07e0490fe4
2 changed files with 3 additions and 8 deletions
+1 -4
View File
@@ -160,10 +160,7 @@ group :test, :development do
gem 'listen', require: false
gem 'certified', require: false
gem 'fabrication', require: false
# TODO: upgrading to 1.10.1 cause it breaks our test suite.
# We want our test suite fixed though to support this upgrade.
gem 'mocha', '1.8.0', require: false
gem 'mocha', require: false
gem 'rb-fsevent', require: RUBY_PLATFORM =~ /darwin/i ? 'rb-fsevent' : false