]> source.dussan.org Git - redmine.git/commitdiff
Gemfile: unpin mocha version
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 4 Feb 2013 08:33:53 +0000 (08:33 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 4 Feb 2013 08:33:53 +0000 (08:33 +0000)
This is pinned by r10155 and r10167 due to CI server failure.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11327 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 8632fca38c672778adf333d10a794895f51a2047..0563bee226fb1e958faa03f0ededa27092cbab81 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -75,7 +75,7 @@ end
 
 group :test do
   gem "shoulda", "~> 3.3.2"
-  gem "mocha", "0.12.3"
+  gem "mocha"
   gem 'capybara', '~> 2.0.0'
 end