Skip to content

Commit 9b8fd38

Browse files
dependabot[bot]hiyuki2578
authored andcommitted
Bump tty-prompt from 0.17.2 to 0.18.0 (mastodon#9354)
Bumps [tty-prompt](https://github.com/piotrmurach/tty-prompt) from 0.17.2 to 0.18.0. - [Release notes](https://github.com/piotrmurach/tty-prompt/releases) - [Changelog](https://github.com/piotrmurach/tty-prompt/blob/master/CHANGELOG.md) - [Commits](piotrmurach/tty-prompt@v0.17.2...v0.18.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent feda4f1 commit 9b8fd38

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ gem 'sprockets-rails', '~> 3.2', require: 'sprockets/railtie'
8383
gem 'stoplight', '~> 2.1.3'
8484
gem 'strong_migrations', '~> 0.3'
8585
gem 'tty-command', '~> 0.8', require: false
86-
gem 'tty-prompt', '~> 0.17', require: false
86+
gem 'tty-prompt', '~> 0.18', require: false
8787
gem 'twitter-text', '~> 1.14'
8888
gem 'tzinfo-data', '~> 1.2018'
8989
gem 'webpacker', '~> 3.5'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -601,13 +601,13 @@ GEM
601601
tty-command (0.8.2)
602602
pastel (~> 0.7.0)
603603
tty-cursor (0.6.0)
604-
tty-prompt (0.17.2)
604+
tty-prompt (0.18.0)
605605
necromancer (~> 0.4.0)
606606
pastel (~> 0.7.0)
607607
timers (~> 4.0)
608608
tty-cursor (~> 0.6.0)
609-
tty-reader (~> 0.4.0)
610-
tty-reader (0.4.0)
609+
tty-reader (~> 0.5.0)
610+
tty-reader (0.5.0)
611611
tty-cursor (~> 0.6.0)
612612
tty-screen (~> 0.6.4)
613613
wisper (~> 2.0.0)
@@ -755,7 +755,7 @@ DEPENDENCIES
755755
strong_migrations (~> 0.3)
756756
thor (~> 0.20)
757757
tty-command (~> 0.8)
758-
tty-prompt (~> 0.17)
758+
tty-prompt (~> 0.18)
759759
twitter-text (~> 1.14)
760760
tzinfo-data (~> 1.2018)
761761
webmock (~> 3.4)

0 commit comments

Comments
 (0)