summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-11-12 09:47:17 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-11-12 10:29:22 +0900
commit429b8e2e1c95121880a078bf647dee302668604d (patch)
tree2ea9680c0a623b547c00057df5187d975d5dbd90
parentbf970ed8a27abaa166fcbd04a769907af1554879 (diff)
tsort will be extracted at 4.1, not 3.6
-rw-r--r--lib/bundled_gems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb
index dd199098a3..49fb90249d 100644
--- a/lib/bundled_gems.rb
+++ b/lib/bundled_gems.rb
@@ -30,7 +30,7 @@ module Gem::BUNDLED_GEMS # :nodoc:
"irb" => "4.0.0",
"reline" => "4.0.0",
# "readline" => "4.0.0", # This is wrapper for reline. We don't warn for this.
- "tsort" => "3.6.0",
+ "tsort" => "4.1.0",
}.freeze
EXACT = {