mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Add thor to Gemfile directly (#8467)
It's a common dependency, but just in case
This commit is contained in:
parent
da13fa5021
commit
c597249124
2 changed files with 2 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -7,6 +7,7 @@ gem 'pkg-config', '~> 1.3'
|
||||||
|
|
||||||
gem 'puma', '~> 3.11'
|
gem 'puma', '~> 3.11'
|
||||||
gem 'rails', '~> 5.2.1'
|
gem 'rails', '~> 5.2.1'
|
||||||
|
gem 'thor', '~> 0.20'
|
||||||
|
|
||||||
gem 'hamlit-rails', '~> 0.2'
|
gem 'hamlit-rails', '~> 0.2'
|
||||||
gem 'pg', '~> 1.0'
|
gem 'pg', '~> 1.0'
|
||||||
|
|
|
@ -752,6 +752,7 @@ DEPENDENCIES
|
||||||
stoplight (~> 2.1.3)
|
stoplight (~> 2.1.3)
|
||||||
streamio-ffmpeg (~> 3.0)
|
streamio-ffmpeg (~> 3.0)
|
||||||
strong_migrations (~> 0.2)
|
strong_migrations (~> 0.2)
|
||||||
|
thor (~> 0.20)
|
||||||
tty-command (~> 0.8)
|
tty-command (~> 0.8)
|
||||||
tty-prompt (~> 0.16)
|
tty-prompt (~> 0.16)
|
||||||
twitter-text (~> 1.14)
|
twitter-text (~> 1.14)
|
||||||
|
|
Loading…
Reference in a new issue