Skip to content

Commit

Permalink
Move posix-spawn to Gemfile to prevent installing in jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Nov 30, 2012
1 parent f8ebd6a commit 99d8cca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
source 'http://rubygems.org'

gemspec

platforms :ruby do
gem "posix-spawn"
end
1 change: 0 additions & 1 deletion cocaine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Gem::Specification.new do |s|
s.add_development_dependency('bourne')
s.add_development_dependency('mocha')
s.add_development_dependency('rake')
s.add_development_dependency('posix-spawn')
s.add_development_dependency('active_support')
s.add_development_dependency('pry')
end
Expand Down

0 comments on commit 99d8cca

Please sign in to comment.