Skip to content

Commit ab36d9c

Browse files
chenrui333ddollar
authored andcommitted
fix(gemspec): declare thor as a runtime dependency
Signed-off-by: Rui Chen <[email protected]>
1 parent d5c3ddc commit ab36d9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

foreman.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ Gem::Specification.new do |gem|
1616
gem.executables = "foreman"
1717
gem.files = Dir["**/*"].select { |d| d =~ %r{^(README|bin/|data/|ext/|lib/|spec/|test/)} }
1818
gem.files << "man/foreman.1"
19+
20+
gem.add_runtime_dependency "thor", "~> 1.4"
1921
end

0 commit comments

Comments
 (0)