summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-08-02 17:37:03 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-08-02 17:37:03 +0000
commit3f1c35b71ea257bd012bc57f320399672d43591f (patch)
treee3a4057a8b6d63e73464b6958f3bfe903f7144a1 /Gemfile
parent1a38434d5fd3d0de03f9e296c6f87ca34c7db79b (diff)
downloadredmine-3f1c35b71ea257bd012bc57f320399672d43591f.tar.gz
redmine-3f1c35b71ea257bd012bc57f320399672d43591f.zip
Tests not running after upgrade to mocha 0.12.2.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10155 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4e7ac9d52..a1284eb15 100644
--- a/Gemfile
+++ b/Gemfile
@@ -76,7 +76,7 @@ group :test do
gem "shoulda", "~> 2.11"
# Shoulda does not work nice on Ruby 1.9.3 and seems to need test-unit explicitely.
gem "test-unit", :platforms => [:mri_19]
- gem "mocha"
+ gem "mocha", "0.12.1"
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")