Skip to content

Commit 1b0c65d

Browse files
committed
Add tsort to dependencies
tsort is becoming a bundled gem in Ruby 3.6 and Ruby 3.5 is already printing warnings about it. Since tsort supports Ruby 2.3+, it should be safe to add it to the dependencies.
1 parent fba491e commit 1b0c65d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

irb.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ Gem::Specification.new do |spec|
4545
spec.add_dependency "reline", ">= 0.4.2"
4646
spec.add_dependency "rdoc", ">= 4.0.0"
4747
spec.add_dependency "pp", ">= 0.6.0"
48+
spec.add_dependency "tsort"
4849
end

0 commit comments

Comments
 (0)