about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock20
2 files changed, 9 insertions, 13 deletions
diff --git a/Gemfile b/Gemfile
index fe1608b64..cacab160b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -95,7 +95,7 @@ gem 'simple_form', '~> 5.0'
 gem 'sprockets-rails', '~> 3.2', require: 'sprockets/railtie'
 gem 'stoplight', '~> 2.2.1'
 gem 'strong_migrations', '~> 0.6'
-gem 'tty-prompt', '~> 0.21', require: false
+gem 'tty-prompt', '~> 0.22', require: false
 gem 'twitter-text', '~> 1.14'
 gem 'tzinfo-data', '~> 1.2020'
 gem 'webpacker', '~> 5.1'
diff --git a/Gemfile.lock b/Gemfile.lock
index 7b27a2afd..cbbd1d657 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -213,7 +213,6 @@ GEM
       faraday (~> 1)
       multi_json
     encryptor (3.0.0)
-    equatable (0.6.1)
     erubi (1.9.0)
     et-orbi (1.2.4)
       tzinfo
@@ -368,7 +367,6 @@ GEM
     msgpack (1.3.3)
     multi_json (1.15.0)
     multipart-post (2.1.1)
-    necromancer (0.5.1)
     net-ldap (0.16.2)
     net-scp (3.0.0)
       net-ssh (>= 2.6.5, < 7.0.0)
@@ -411,8 +409,7 @@ GEM
     parser (2.7.1.4)
       ast (~> 2.4.1)
     parslet (2.0.0)
-    pastel (0.7.4)
-      equatable (~> 0.6)
+    pastel (0.8.0)
       tty-color (~> 0.5)
     pg (1.2.3)
     pghero (2.6.0)
@@ -624,14 +621,13 @@ GEM
     tilt (2.0.10)
     tty-color (0.5.1)
     tty-cursor (0.7.1)
-    tty-prompt (0.21.0)
-      necromancer (~> 0.5.0)
-      pastel (~> 0.7.0)
-      tty-reader (~> 0.7.0)
-    tty-reader (0.7.0)
+    tty-prompt (0.22.0)
+      pastel (~> 0.8)
+      tty-reader (~> 0.8)
+    tty-reader (0.8.0)
       tty-cursor (~> 0.7)
-      tty-screen (~> 0.7)
-      wisper (~> 2.0.0)
+      tty-screen (~> 0.8)
+      wisper (~> 2.0)
     tty-screen (0.8.1)
     twitter-text (1.14.7)
       unf (~> 0.1.0)
@@ -791,7 +787,7 @@ DEPENDENCIES
   strong_migrations (~> 0.6)
   thor (~> 0.20)
   thwait (~> 0.2.0)
-  tty-prompt (~> 0.21)
+  tty-prompt (~> 0.22)
   twitter-text (~> 1.14)
   tzinfo-data (~> 1.2020)
   webmock (~> 3.8)