Don't attempt to install stackprof gem on JRuby

This commit is contained in:
Ashwin Maroli
2019-04-24 11:31:20 +05:30
parent 755d2821f3
commit 1c577c5b62

View File

@@ -9,7 +9,7 @@ group :benchmark, :test do
gem 'benchmark-ips'
gem 'memory_profiler'
install_if -> { RUBY_PLATFORM !~ /mingw|mswin/ } do
install_if -> { RUBY_PLATFORM !~ /mingw|mswin|java/ } do
gem 'stackprof'
end
end