]> cat aescling's git repositories - mastodon.git/commitdiff
Add thor to Gemfile directly (#8467)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 26 Aug 2018 18:02:32 +0000 (20:02 +0200)
committerGitHub <noreply@github.com>
Sun, 26 Aug 2018 18:02:32 +0000 (20:02 +0200)
It's a common dependency, but just in case

Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index d7275017f5f4d15b2b6885ca31d5758af38e66af..bdac00b485a63870221faf28decc52d8a5de36fc 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -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'
index b5129cea455f5ca7557749ead5c30a80a9a5e1a4..502d08efe31ca872c706928d0af3d559574ae1b1 100644 (file)
@@ -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)