summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-08-07 23:10:50 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-08-07 23:10:50 +0000
commit2e536a2c563bda8162fec8d3a0bc189706820a21 (patch)
tree6582886cf01e065c1deb1004bdda0324a38d6048 /Gemfile
parentb6be9bff35fc974c56ac0d9b893ff31320b9635b (diff)
downloadredmine-2e536a2c563bda8162fec8d3a0bc189706820a21.tar.gz
redmine-2e536a2c563bda8162fec8d3a0bc189706820a21.zip
Gemfile: mocha version up 0.12.3
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10167 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 a1284eb15..3b923987d 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", "0.12.1"
+ gem "mocha", "0.12.3"
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")