summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-02-04 08:33:53 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-02-04 08:33:53 +0000
commita375ab498f52457c2bcf5ad698ccd655ec55061f (patch)
tree3b771161c845155749e4b8787a1ae1079c5939ef /Gemfile
parent46ac549982f5ccb778a50190e4ef60fbfa50500e (diff)
downloadredmine-a375ab498f52457c2bcf5ad698ccd655ec55061f.tar.gz
redmine-a375ab498f52457c2bcf5ad698ccd655ec55061f.zip
Gemfile: unpin mocha version
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
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8632fca38..0563bee22 100644
--- 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