minor: Gemfile fix

This commit is contained in:
Tyler Brock 2012-04-24 15:22:07 -04:00
parent c11799abb1
commit f5efe08d91
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,6 @@ group :development, :test do
gem "test-unit" gem "test-unit"
gem "ci_reporter" gem "ci_reporter"
gem "ruby-prof" unless RUBY_PLATFORM =~ /java/ gem "ruby-prof" unless RUBY_PLATFORM =~ /java/
gem "perftools.rb" unless RUBY_PLATFORM =~ /java/
gem "rake-compiler" gem "rake-compiler"
# Java # Java
@ -26,3 +25,5 @@ group :development, :test do
gem "jruby-openssl" gem "jruby-openssl"
end end
end end
gem "perftools.rb", :group => :development unless RUBY_PLATFORM =~ /java/