We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3556a83 commit 9bede6eCopy full SHA for 9bede6e
1 file changed
tool/rbinstall.rb
@@ -884,7 +884,7 @@ def install_default_gem(dir, srcdir)
884
gem_ext_dir = "#$extout/gems/#{CONFIG['arch']}"
885
extensions_dir = Gem::StubSpecification.gemspec_stub("", gem_dir, gem_dir).extensions_dir
886
File.foreach("#{srcdir}/gems/bundled_gems") do |name|
887
- next unless /^(\S+)\s+(S+).*/ =~ name
+ next unless /^(\S+)\s+(\S+).*/ =~ name
888
gem_name = "#$1-#$2"
889
path = "#{srcdir}/.bundle/gems/#{gem_name}/#$1.gemspec"
890
next unless File.exist?(path)
0 commit comments