summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-05-01 11:44:06 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-05-01 11:44:06 +0000
commit9875ed9954c82a656b77b56af27ced25a5da73bb (patch)
treee9c68a977e9fa742016a524564f417ed3d260e10
parent6b33956394569bc55ac88e7bf5a0eedc3e3e6744 (diff)
downloadredmine-9875ed9954c82a656b77b56af27ced25a5da73bb.tar.gz
redmine-9875ed9954c82a656b77b56af27ced25a5da73bb.zip
Gemfile: upgrade mocha version (#16685)
git-svn-id: http://svn.redmine.org/redmine/trunk@13117 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5b70f961f..da7e859d8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -86,7 +86,7 @@ end
group :test do
gem "shoulda", "~> 3.3.2"
- gem "mocha", ">= 0.14", :require => 'mocha/api'
+ gem "mocha", "~> 1.0.0", :require => 'mocha/api'
if RUBY_VERSION >= '1.9.3'
gem "capybara", "~> 2.1.0"
gem "selenium-webdriver"