aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2017-01-15 22:56:58 +0900
committerAkira Matsuda <ronnie@dio.jp>2017-01-15 22:58:40 +0900
commit66e5b9d3f47cd52143be0e6a216ade34bb52b9cc (patch)
tree837068f48c00e41c4322230a4b22a9b2230ddf38 /Gemfile
parentb5edc55d9fc3f6fc87ab06b5897917e051a82aef (diff)
downloadrails-66e5b9d3f47cd52143be0e6a216ade34bb52b9cc.tar.gz
rails-66e5b9d3f47cd52143be0e6a216ade34bb52b9cc.tar.bz2
rails-66e5b9d3f47cd52143be0e6a216ade34bb52b9cc.zip
bundle u mocha
I see no reason not to use the newest stable version.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f529677fbb..7aaf4f5f05 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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", "~> 0.14", require: false
+gem "mocha", require: false
gem "rack-cache", "~> 1.2"
gem "jquery-rails"