##// END OF EJS Templates
prevent rake task error on JRuby 1.7 (#12228)...
Toshi MARUYAMA -
r10522:49f2d4729d17
parent child
Show More
@@ -74,8 +74,9 end
74
74
75 group :test do
75 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 JRuby 1.7.
78 gem "test-unit", :platforms => [:mri_19]
78 # It seems to need test-unit explicitely.
79 gem "test-unit", :platforms => [:mri_19, :jruby]
79 gem "mocha", "0.12.3"
80 gem "mocha", "0.12.3"
80 end
81 end
81
82
General Comments 0
You need to be logged in to leave comments. Login now