Do not intall stackprof under jruby nor rubinius

This commit is contained in:
Jean Boussier
2014-06-28 16:09:14 -04:00
parent 69951be173
commit 1372274fca
2 changed files with 1 additions and 1 deletions

View File

@@ -24,6 +24,5 @@ Gem::Specification.new do |s|
s.require_path = "lib"
s.add_development_dependency 'stackprof' if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.1.0")
s.add_development_dependency 'rake'
end