Bump tty-prompt from 0.17.2 to 0.18.0 (#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](https://github.com/piotrmurach/tty-prompt/compare/v0.17.2...v0.18.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
		
							parent
							
								
									f978afa487
								
							
						
					
					
						commit
						d5fac45f5b
					
				
					 2 changed files with 5 additions and 5 deletions
				
			
		
							
								
								
									
										2
									
								
								Gemfile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Gemfile
									
										
									
									
									
								
							| 
						 | 
					@ -83,7 +83,7 @@ gem 'sprockets-rails', '~> 3.2', require: 'sprockets/railtie'
 | 
				
			||||||
gem 'stoplight', '~> 2.1.3'
 | 
					gem 'stoplight', '~> 2.1.3'
 | 
				
			||||||
gem 'strong_migrations', '~> 0.3'
 | 
					gem 'strong_migrations', '~> 0.3'
 | 
				
			||||||
gem 'tty-command', '~> 0.8', require: false
 | 
					gem 'tty-command', '~> 0.8', require: false
 | 
				
			||||||
gem 'tty-prompt', '~> 0.17', require: false
 | 
					gem 'tty-prompt', '~> 0.18', require: false
 | 
				
			||||||
gem 'twitter-text', '~> 1.14'
 | 
					gem 'twitter-text', '~> 1.14'
 | 
				
			||||||
gem 'tzinfo-data', '~> 1.2018'
 | 
					gem 'tzinfo-data', '~> 1.2018'
 | 
				
			||||||
gem 'webpacker', '~> 3.5'
 | 
					gem 'webpacker', '~> 3.5'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -601,13 +601,13 @@ GEM
 | 
				
			||||||
    tty-command (0.8.2)
 | 
					    tty-command (0.8.2)
 | 
				
			||||||
      pastel (~> 0.7.0)
 | 
					      pastel (~> 0.7.0)
 | 
				
			||||||
    tty-cursor (0.6.0)
 | 
					    tty-cursor (0.6.0)
 | 
				
			||||||
    tty-prompt (0.17.2)
 | 
					    tty-prompt (0.18.0)
 | 
				
			||||||
      necromancer (~> 0.4.0)
 | 
					      necromancer (~> 0.4.0)
 | 
				
			||||||
      pastel (~> 0.7.0)
 | 
					      pastel (~> 0.7.0)
 | 
				
			||||||
      timers (~> 4.0)
 | 
					      timers (~> 4.0)
 | 
				
			||||||
      tty-cursor (~> 0.6.0)
 | 
					      tty-cursor (~> 0.6.0)
 | 
				
			||||||
      tty-reader (~> 0.4.0)
 | 
					      tty-reader (~> 0.5.0)
 | 
				
			||||||
    tty-reader (0.4.0)
 | 
					    tty-reader (0.5.0)
 | 
				
			||||||
      tty-cursor (~> 0.6.0)
 | 
					      tty-cursor (~> 0.6.0)
 | 
				
			||||||
      tty-screen (~> 0.6.4)
 | 
					      tty-screen (~> 0.6.4)
 | 
				
			||||||
      wisper (~> 2.0.0)
 | 
					      wisper (~> 2.0.0)
 | 
				
			||||||
| 
						 | 
					@ -755,7 +755,7 @@ DEPENDENCIES
 | 
				
			||||||
  strong_migrations (~> 0.3)
 | 
					  strong_migrations (~> 0.3)
 | 
				
			||||||
  thor (~> 0.20)
 | 
					  thor (~> 0.20)
 | 
				
			||||||
  tty-command (~> 0.8)
 | 
					  tty-command (~> 0.8)
 | 
				
			||||||
  tty-prompt (~> 0.17)
 | 
					  tty-prompt (~> 0.18)
 | 
				
			||||||
  twitter-text (~> 1.14)
 | 
					  twitter-text (~> 1.14)
 | 
				
			||||||
  tzinfo-data (~> 1.2018)
 | 
					  tzinfo-data (~> 1.2018)
 | 
				
			||||||
  webmock (~> 3.4)
 | 
					  webmock (~> 3.4)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue