We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c477f59 commit 042b009Copy full SHA for 042b009
1 file changed
spec/bundler/support/builders.rb
@@ -425,7 +425,7 @@ def required_ruby_version=(*reqs)
425
end
426
427
class BundlerBuilder
428
- SPEC = Gem::Specification.load(Spec::Path.relative_gemspec)
+ SPEC = Gem::Specification.load(Spec::Path.source_root.join(Spec::Path.relative_gemspec).to_s)
429
430
def initialize(context, name, version)
431
raise "can only build bundler" unless name == "bundler"
0 commit comments