Skip to content

Commit 95c9d92

Browse files
committed
Remove old path to gems from the jruby repo
1 parent 4b5d230 commit 95c9d92

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tool/jt.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,6 @@ def find_benchmark(benchmark)
196196
end
197197

198198
def find_gem(name)
199-
["#{TRUFFLERUBY_DIR}/lib/ruby/gems/shared/gems"].each do |dir|
200-
found = Dir.glob("#{dir}/#{name}*").sort.first
201-
return File.expand_path(found) if found
202-
end
203-
204199
[TRUFFLERUBY_DIR, "#{TRUFFLERUBY_DIR}/.."].each do |dir|
205200
found = Dir.glob("#{dir}/#{name}").sort.first
206201
return File.expand_path(found) if found

0 commit comments

Comments
 (0)