We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d746e51 + e31716d commit 9bfce31Copy full SHA for 9bfce31
lib/spring/client/binstub.rb
@@ -38,7 +38,7 @@ class Binstub < Command
38
require 'bundler'
39
40
if (match = Bundler.default_lockfile.read.match(/^GEM$.*?^ (?: )*spring \((.*?)\)$.*?^$/m))
41
- Gem.paths = { 'GEM_PATH' => [Bundler.bundle_path.to_s, *Gem.path].uniq }
+ Gem.paths = { 'GEM_PATH' => [Bundler.bundle_path.to_s, *Gem.path].uniq.join(Gem.path_separator) }
42
gem 'spring', match[1]
43
require 'spring/binstub'
44
end
0 commit comments