Skip to content

Commit

Permalink
jruby 1.9 needs the test-unit gem as well
Browse files Browse the repository at this point in the history
  • Loading branch information
yob committed Sep 24, 2012
1 parent f28a019 commit ec87aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ group :test do
gem "pdf-inspector", "~>1.0.1", :require => "pdf/inspector"
gem "test-spec"
gem "mocha"
gem "test-unit", "1.2.3", :platforms => [:ruby_19, :mingw_19]
gem "test-unit", "1.2.3", :platforms => [:ruby_19, :mingw_19, :jruby]
gem "rake"
end

0 comments on commit ec87aa0

Please sign in to comment.