Skip to content

Commit

Permalink
Add thor as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhamo1107 committed Aug 16, 2024
1 parent cb5d838 commit 17363d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
un_used_methods (0.1.0)
thor (~> 1.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -48,6 +49,7 @@ GEM
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
strscan (3.1.0)
thor (1.3.1)
unicode-display_width (2.5.0)

PLATFORMS
Expand Down
1 change: 1 addition & 0 deletions un_used_methods.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rubocop", "~> 1.21"
spec.add_dependency "thor", "~> 1.0"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
Expand Down

0 comments on commit 17363d7

Please sign in to comment.