Skip to content

Commit 65a0f46

Browse files
committed
Warn to use tsort for Ruby 3.6 that will be released at 2026
1 parent bec1ff6 commit 65a0f46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/bundled_gems.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module Gem::BUNDLED_GEMS # :nodoc:
2525
"irb" => "3.5.0",
2626
"reline" => "3.5.0",
2727
# "readline" => "3.5.0", # This is wrapper for reline. We don't warn for this.
28+
"tsort" => "3.6.0",
2829
}.freeze
2930

3031
EXACT = {

0 commit comments

Comments
 (0)