Skip to content

Commit 82b63cd

Browse files
committed
tsort will be extracted at 4.1, not 3.6
1 parent 4170bb6 commit 82b63cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/bundled_gems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module Gem::BUNDLED_GEMS # :nodoc:
3030
"irb" => "4.0.0",
3131
"reline" => "4.0.0",
3232
# "readline" => "4.0.0", # This is wrapper for reline. We don't warn for this.
33-
"tsort" => "3.6.0",
33+
"tsort" => "4.1.0",
3434
}.freeze
3535

3636
EXACT = {

0 commit comments

Comments
 (0)