Skip to content

Commit

Permalink
remove unused abbrev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zvkemp committed Jan 18, 2024
1 parent b0b7200 commit 29f25e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion highline.gemspec
Expand Up @@ -29,7 +29,6 @@ DESCRIPTION

spec.required_ruby_version = ">= 3.0"

spec.add_runtime_dependency "abbrev"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "minitest"
Expand Down
1 change: 0 additions & 1 deletion lib/highline.rb
Expand Up @@ -14,7 +14,6 @@
require "erb"
require "optparse"
require "stringio"
require "abbrev"
require "highline/terminal"
require "highline/custom_errors"
require "highline/question"
Expand Down

0 comments on commit 29f25e1

Please sign in to comment.