Skip to content

Commit 779d7d8

Browse files
Merge pull request #7554 from rubygems/full-gem-path-should-be-string
Fix crash with development bundler binstub (cherry picked from commit 0c68576)
1 parent 7ebe63b commit 779d7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/spec/support/activate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
require_relative "path"
77
bundler_gemspec = Spec::Path.loaded_gemspec
8-
bundler_gemspec.instance_variable_set(:@full_gem_path, Spec::Path.source_root)
8+
bundler_gemspec.instance_variable_set(:@full_gem_path, Spec::Path.source_root.to_s)
99
bundler_gemspec.activate if bundler_gemspec.respond_to?(:activate)

0 commit comments

Comments
 (0)