Skip to content

Commit

Permalink
Merge pull request #268 from zvkemp/no-abbrev
Browse files Browse the repository at this point in the history
remove unused abbrev dependency
  • Loading branch information
abinoam committed Jan 20, 2024
2 parents b0b7200 + 29f25e1 commit 70d5567
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion highline.gemspec
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 70d5567

Please sign in to comment.