Add thor to Gemfile directly (#8467)

It's a common dependency, but just in case
This commit is contained in:
Eugen Rochko 2018-08-26 20:02:32 +02:00 提交者 GitHub
父節點 da13fa5021
當前提交 c597249124
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 2 個檔案被更改,包括 2 行新增0 行删除

查看文件

@ -7,6 +7,7 @@ gem 'pkg-config', '~> 1.3'
gem 'puma', '~> 3.11'
gem 'rails', '~> 5.2.1'
gem 'thor', '~> 0.20'
gem 'hamlit-rails', '~> 0.2'
gem 'pg', '~> 1.0'

查看文件

@ -752,6 +752,7 @@ DEPENDENCIES
stoplight (~> 2.1.3)
streamio-ffmpeg (~> 3.0)
strong_migrations (~> 0.2)
thor (~> 0.20)
tty-command (~> 0.8)
tty-prompt (~> 0.16)
twitter-text (~> 1.14)