Skip to content

Commit

Permalink
Add abbrev dependency to fix warning on Ruby 3.3 (#417)
Browse files Browse the repository at this point in the history
Fixes the following warning on Ruby 3.3.0:

> abbrev was loaded from the standard library, but will no longer be
part of the default gems since Ruby 3.4.0. Add abbrev to your Gemfile or
gemspec.
  • Loading branch information
mattbrictson authored Dec 25, 2023
1 parent c5ab255 commit 4d73f4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tomo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "abbrev"
end

0 comments on commit 4d73f4c

Please sign in to comment.