Revert "bundle u mocha"

This reverts commit 66e5b9d3f4.

We're seeing some test failures in AR postgresql tests
This commit is contained in:
Akira Matsuda 2017-01-16 00:16:41 +09:00
parent 66e5b9d3f4
commit 46fdbc5290
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ 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", "~> 0.14", require: false
gem "rack-cache", "~> 1.2"
gem "jquery-rails"

View File

@ -229,7 +229,7 @@ GEM
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.3.3)
mocha (1.2.1)
mocha (0.14.0)
metaclass (~> 0.0.1)
mono_logger (1.1.0)
multi_json (1.12.1)
@ -399,7 +399,7 @@ DEPENDENCIES
libxml-ruby
listen (>= 3.0.5, < 3.2)
minitest (< 5.3.4)
mocha
mocha (~> 0.14)
mysql2 (>= 0.4.4)
nokogiri (>= 1.6.8)
pg (>= 0.18.0)