Skip to content

Commit

Permalink
Merge pull request #311 from beechtom/maint/add-thor-dependency
Browse files Browse the repository at this point in the history
(maint) Add thor gem dependency to bolt-runtime, shared_pe-bolt-server
  • Loading branch information
lucywyman committed Apr 1, 2020
2 parents 3556109 + 9a2c2c1 commit ab33a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/projects/_shared-pe-bolt-server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
proj.component('rubygem-ruby_smb')
proj.component('rubygem-rubyzip')
proj.component('rubygem-terminal-table')
proj.component('rubygem-thor')
proj.component('rubygem-unicode-display_width')
proj.component('rubygem-yard')

Expand Down
1 change: 1 addition & 0 deletions configs/projects/bolt-runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
proj.component 'rubygem-ruby_smb'
proj.component 'rubygem-rubyzip'
proj.component 'rubygem-terminal-table'
proj.component 'rubygem-thor'
proj.component 'rubygem-unicode-display_width'
proj.component 'rubygem-yard'

Expand Down

0 comments on commit ab33a9e

Please sign in to comment.