Skip to content

Commit

Permalink
dev: include rcov w/ jruby env
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Aug 25, 2011
1 parent b5fa882 commit 7cf6233
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ group :development do
gem "growl", "1.0.3"
gem "spork", "0.9.0.rc9"

platforms :mri_18 do
platforms :mri_18, :jruby do
gem "rcov", "0.9.10"
end

platforms :mri_18 do
gem 'ruby-debug'
end

Expand Down

0 comments on commit 7cf6233

Please sign in to comment.