Skip to content

Commit

Permalink
Change to relax dependency constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Dec 9, 2018
1 parent 6154200 commit 1712fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tty-pager.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.0.0'

spec.add_dependency 'tty-screen', '~> 0.6'
spec.add_dependency 'tty-which', '~> 0.4.0'
spec.add_dependency 'tty-which', '~> 0.4'
spec.add_dependency 'strings', '~> 0.1.4'

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

0 comments on commit 1712fb0

Please sign in to comment.