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.
2 parents ad8a26b + 75ac5d4 commit ae6861dCopy full SHA for ae6861d
1 file changed
bundler/lib/bundler/cli.rb
@@ -130,7 +130,7 @@ def help(cli = nil)
130
131
if man_pages.include?(command)
132
man_page = man_pages[command]
133
- if Bundler.which("man") && !man_path.match?(%r{^file:/.+!/META-INF/jruby.home/.+})
+ if Bundler.which("man") && !man_path.match?(%r{^(?:file:/.+!|uri:classloader:)/META-INF/jruby.home/.+})
134
Kernel.exec("man", man_page)
135
else
136
puts File.read("#{man_path}/#{File.basename(man_page)}.ronn")
0 commit comments