remove posix-spawn dependency as it does not work in jruby 1.7.3

This commit is contained in:
Andrew Brown & Corey Downing
2013-04-04 17:27:31 -07:00
parent 7be4375168
commit 0be08a0651
-1
View File
@@ -20,7 +20,6 @@ Gem::Specification.new do |gem|
gem.add_dependency 'thor', '>= 0.13.6'
if ENV["PLATFORM"] == "java"
gem.add_dependency "posix-spawn", "~> 0.3.6"
gem.platform = Gem::Platform.new("java")
end