From b5952abdb9299432b242399eff81f9d6839231df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 13 Jun 2025 17:13:32 +0200 Subject: [PATCH] Remove Gem.try_activate usage --- lib/irb/locale.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/irb/locale.rb b/lib/irb/locale.rb index 2abcc7354..3f873f362 100644 --- a/lib/irb/locale.rb +++ b/lib/irb/locale.rb @@ -118,7 +118,6 @@ def search_file(lib_paths, dir, file) full_path = File.join(libpath, lc_path) return full_path if File.readable?(full_path) end - redo if defined?(Gem) and Gem.try_activate(lc_path) end nil end