summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-01-25 10:44:29 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-01-25 10:44:29 +0000
commitb3fdc1ca8b9b3cfcb047418471c547237eb59d1f (patch)
tree5deee06e5faf1f5f325a9ac9a28f6a9551bb72e0 /Gemfile
parent5541f9ca518d9e78663eab6a64c588145e65034f (diff)
downloadredmine-b3fdc1ca8b9b3cfcb047418471c547237eb59d1f.tar.gz
redmine-b3fdc1ca8b9b3cfcb047418471c547237eb59d1f.zip
Gemfile: remove mocha version
git-svn-id: http://svn.redmine.org/redmine/trunk@13947 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 ba6be038d..cc90d6972 100644
--- a/Gemfile
+++ b/Gemfile
@@ -87,7 +87,7 @@ end
group :test do
gem "minitest"
gem "rails-dom-testing"
- gem "mocha", "~> 1.0.0"
+ gem "mocha"
gem "simplecov", "~> 0.9.1", :require => false
# For running UI tests
gem "capybara"