##// END OF EJS Templates
Gemfile: mocha version up 0.12.3...
Toshi MARUYAMA -
r9984:2e536a2c563b
parent child
Show More
@@ -76,7 +76,7 group :test do
76 gem "shoulda", "~> 2.11"
76 gem "shoulda", "~> 2.11"
77 # Shoulda does not work nice on Ruby 1.9.3 and seems to need test-unit explicitely.
77 # Shoulda does not work nice on Ruby 1.9.3 and seems to need test-unit explicitely.
78 gem "test-unit", :platforms => [:mri_19]
78 gem "test-unit", :platforms => [:mri_19]
79 gem "mocha", "0.12.1"
79 gem "mocha", "0.12.3"
80 end
80 end
81
81
82 local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
82 local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
General Comments 0
You need to be logged in to leave comments. Login now