Skip to content

Commit

Permalink
Change to update tty-reader
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Nov 24, 2018
1 parent fe79358 commit 39c773a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tty-prompt.gemspec
@@ -1,4 +1,3 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'tty/prompt/version'
Expand Down Expand Up @@ -26,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'pastel', '~> 0.7.0'
spec.add_dependency 'timers', '~> 4.0'
spec.add_dependency 'tty-cursor', '~> 0.6.0'
spec.add_dependency 'tty-reader', '~> 0.4.0'
spec.add_dependency 'tty-reader', '~> 0.5.0'

spec.add_development_dependency 'bundler', '>= 1.5.0', '< 2.0'
spec.add_development_dependency 'rake'
Expand Down

0 comments on commit 39c773a

Please sign in to comment.