Skip to content

Commit 047de6d

Browse files
ogajduseevgeni
authored andcommitted
Allow highline 3.x
highline 3.0 dropped support for old Ruby versions and reworked its internal API, but the public surface kafo relies on (HighLine.new, agree/ask/choose/say, HighLine::String, terminal/terminal_size) is unchanged.
1 parent a17e8a2 commit 047de6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kafo.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
3434
# CLI interface
3535
spec.add_dependency 'clamp', '>= 1.3.1', '< 2'
3636
# interactive mode
37-
spec.add_dependency 'highline', '>= 1.6.21', '< 3.0'
37+
spec.add_dependency 'highline', '>= 1.6.21', '< 4.0'
3838
# ruby progress bar
3939
spec.add_dependency 'powerbar'
4040
end

0 commit comments

Comments
 (0)