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.
1 parent 4e48d27 commit 58d03c3Copy full SHA for 58d03c3
spec/bundler/support/activate.rb
@@ -5,5 +5,5 @@
5
6
require_relative "path"
7
bundler_gemspec = Spec::Path.loaded_gemspec
8
-bundler_gemspec.instance_variable_set(:@full_gem_path, Spec::Path.source_root)
+bundler_gemspec.instance_variable_set(:@full_gem_path, Spec::Path.source_root.to_s)
9
bundler_gemspec.activate if bundler_gemspec.respond_to?(:activate)
0 commit comments