Skip to content

Commit

Permalink
Change to use latest tty-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Oct 29, 2017
1 parent d4440ed commit 0e61bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tty-progressbar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.0.0'

spec.add_dependency "tty-cursor", '~> 0.5.0'
spec.add_dependency "tty-screen", '~> 0.5.0'
spec.add_dependency "tty-screen", '~> 0.6.0'

spec.add_development_dependency 'bundler', '>= 1.5.0', '< 2.0'
spec.add_development_dependency 'rspec', '~> 3.1'
Expand Down

0 comments on commit 0e61bd7

Please sign in to comment.