summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-05-21 12:57:11 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-05-21 12:57:11 +0000
commit596366b062863ea8654536493480437208fcc965 (patch)
treef37afda5dbc026ab9ec72e3ac166d853fac45e1c /Gemfile
parentf4637c38b4733535aa3c34876f206840761b0a14 (diff)
downloadredmine-596366b062863ea8654536493480437208fcc965.tar.gz
redmine-596366b062863ea8654536493480437208fcc965.zip
upgrade mocha 0.14 and remove deprecation warning
<pre> Mocha deprecation warning: Change `require 'mocha'` to `require 'mocha/setup'`. </pre> git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11896 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 5c32962dc..865363bd4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -78,7 +78,7 @@ end
group :test do
gem "shoulda", "~> 3.3.2"
- gem "mocha", "~> 0.13.3"
+ gem "mocha", ">= 0.14", :require => 'mocha/api'
if RUBY_VERSION >= '1.9.3'
gem "capybara", "~> 2.1.0"
gem "selenium-webdriver"