diff --git a/Gemfile b/Gemfile index 3d04ef6b7..1f90a677a 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,7 @@ group :test do # Shoulda does not work nice on Ruby 1.9.3 and seems to need test-unit explicitely. gem "test-unit", :platforms => [:mri_19] gem "edavis10-object_daddy", :require => "object_daddy" - gem "mocha", "0.12.1" + gem "mocha", "0.12.3" end local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")