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 7ebe63b commit 779d7d8Copy full SHA for 779d7d8
bundler/spec/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