about summary refs log tree commit diff
path: root/Gemfile.lock
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.lock
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.lock')
-rw-r--r--Gemfile.lock3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index fe44c85ff..fef4d342b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -623,8 +623,6 @@ GEM
     thwait (0.1.0)
     tilt (2.0.10)
     tty-color (0.5.1)
-    tty-command (0.9.0)
-      pastel (~> 0.7.0)
     tty-cursor (0.7.1)
     tty-prompt (0.21.0)
       necromancer (~> 0.5.0)
@@ -792,7 +790,6 @@ DEPENDENCIES
   strong_migrations (~> 0.6)
   thor (~> 0.20)
   thwait (~> 0.1.0)
-  tty-command (~> 0.9)
   tty-prompt (~> 0.21)
   twitter-text (~> 1.14)
   tzinfo-data (~> 1.2020)