about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-06-03 20:18:52 +0200
committerGitHub <noreply@github.com>2020-06-03 20:18:52 +0200
commit175fd5b8ba7a05bf5298a88a9a9f67aef4be0036 (patch)
tree6108b0b8f936fa0a8c7e83fbca0fd62fc90b3129 /Gemfile
parentbf949346232b3db731675c1342f50d97fd4a7ef8 (diff)
Fix mastodon:setup choking on env variables containing '%' (#13940)
Fix a regression introduced in #13928, caused by TTY::Command building
shell commands by chaining string substitutions.

Ditch TTY::Command and use system instead (both do shell out).
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 00033545f..0be4b5866 100644
--- a/Gemfile
+++ b/Gemfile
@@ -94,7 +94,6 @@ gem 'simple_form', '~> 5.0'
 gem 'sprockets-rails', '~> 3.2', require: 'sprockets/railtie'
 gem 'stoplight', '~> 2.2.0'
 gem 'strong_migrations', '~> 0.6'
-gem 'tty-command', '~> 0.9', require: false
 gem 'tty-prompt', '~> 0.21', require: false
 gem 'twitter-text', '~> 1.14'
 gem 'tzinfo-data', '~> 1.2020'