]> source.dussan.org Git - redmine.git/commitdiff
Gemfile: upgrade mocha version (#16685)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 1 May 2014 11:44:06 +0000 (11:44 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 1 May 2014 11:44:06 +0000 (11:44 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13117 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 5b70f961f117999c2c9cb4d6f764779a83203fed..da7e859d8b3028d1ba512dc80cbd2d8849153ebb 100644 (file)
--- 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"