]> source.dussan.org Git - redmine.git/commitdiff
Gemfile: mocha version up 0.12.3
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 7 Aug 2012 23:10:50 +0000 (23:10 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 7 Aug 2012 23:10:50 +0000 (23:10 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10167 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index a1284eb1583042b20973fa4a6e47b496c1aedc86..3b923987d6825de0d7213231268c5ee9a6a5d84c 100644 (file)
--- 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")