File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/main/ruby/truffleruby/core/truffle Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,10 @@ def self.upgraded_default_gem?(feature)
92
92
def self . verify_gem_paths
93
93
bad_dirs = bad_gem_dirs ( gem_paths )
94
94
unless bad_dirs . empty?
95
- warn "[ruby] WARNING gem paths: #{ bad_dirs . join ', ' } are not marked as installed by TruffleRuby " +
96
- '(they could belong to another Ruby implementation and break unexpectedly)'
95
+ warn "[ruby] WARNING gem paths: #{ bad_dirs . join ', ' } are not marked as installed by TruffleRuby. " +
96
+ 'They might belong to another Ruby implementation and break unexpectedly. ' +
97
+ 'Configure your Ruby manager to use TruffleRuby, or `unset GEM_HOME GEM_PATH`. ' +
98
+ 'See https://github.com/oracle/truffleruby/blob/master/doc/user/ruby-managers.md'
97
99
end
98
100
bad_dirs
99
101
end
Original file line number Diff line number Diff line change @@ -2312,6 +2312,7 @@ def check_documentation_urls
2312
2312
https://github.com/oracle/truffleruby/blob/master/doc/user/installing-libssl.md
2313
2313
https://github.com/oracle/truffleruby/blob/master/doc/user/installing-llvm.md
2314
2314
https://github.com/oracle/truffleruby/blob/master/doc/user/installing-zlib.md
2315
+ https://github.com/oracle/truffleruby/blob/master/doc/user/ruby-managers.md
2315
2316
]
2316
2317
2317
2318
known_hardcoded_urls . each do |url |
You can’t perform that action at this time.
0 commit comments