Gemfile: Add thor dependency

This commit is contained in:
Bill Niblock 2017-10-14 22:36:43 -04:00
parent ad3ccc267b
commit e3f400fd06
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,7 @@ source "https://rubygems.org"
# Documentation
gem "rdoc"
gem "redcarpet"
gem "thor"
gem "yard"
gem "yard-ghpages"

View file

@ -18,6 +18,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1)
thor (0.20.0)
unicode-display_width (1.2.1)
yard (0.9.9)
yard-ghpages (0.0.2)
@ -32,8 +33,9 @@ DEPENDENCIES
rdoc
redcarpet
rubocop
thor
yard
yard-ghpages
BUNDLED WITH
1.13.7
1.14.6