Skip to content

Commit

Permalink
Added thor gem (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhayVAshokan authored Nov 20, 2024
1 parent 3b6fe8f commit 2c70e6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ gem "yard", "~> 0.9.36"
gem "webrick", "~> 1.8"

gem "rack", "3.0.11"

gem "thor"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ GEM
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
thor (1.3.2)
unicode-display_width (2.5.0)
webrick (1.8.2)
yard (0.9.36)
Expand All @@ -64,6 +65,7 @@ DEPENDENCIES
rspec
rubocop (~> 1.21)
rubocop-neeto!
thor
webrick (~> 1.8)
yard (~> 0.9.36)

Expand Down

0 comments on commit 2c70e6d

Please sign in to comment.