aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2017-09-25 09:12:58 +0900
committerAkira Matsuda <ronnie@dio.jp>2017-09-25 09:12:58 +0900
commitab08f33f312c20638b9a7c38ee6318727c7f107d (patch)
tree5fc5063e868f8e2a3fc16abc9b4a38c6b6d86ba6 /Gemfile
parent40e495c13ccd3e99b070f6471b409762dd56d990 (diff)
downloadrails-ab08f33f312c20638b9a7c38ee6318727c7f107d.tar.gz
rails-ab08f33f312c20638b9a7c38ee6318727c7f107d.tar.bz2
rails-ab08f33f312c20638b9a7c38ee6318727c7f107d.zip
mocha 1.3.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c60241d447..96207e022f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,7 +13,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 "capybara", "~> 2.15"