We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03a963 commit c317d1cCopy full SHA for c317d1c
lib/spring/client/binstub.rb
@@ -44,7 +44,7 @@ class Binstub < Command
44
end
45
CODE
46
47
- OLD_BINSTUB = %{if Gem::Specification.find_all_by_name("spring").empty?}
+ OLD_BINSTUB = %{if !Process.respond_to?(:fork) || Gem::Specification.find_all_by_name("spring").empty?}
48
49
class Item
50
attr_reader :command, :existing
0 commit comments