Skip to content

Commit

Permalink
Use vterm 0.0.5 or newer on Unix like OSes because suppresses SEGV
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Apr 3, 2021
1 parent 22ce565 commit 7562cf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reline.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'test-unit'
is_unix = RUBY_PLATFORM =~ /(aix|darwin|linux|(net|free|open)bsd|cygwin|solaris|irix|hpux)/i
spec.add_development_dependency 'vterm', '>= 0.0.5' if is_unix
spec.add_development_dependency 'yamatanooroti', '>= 0.0.6'
end

0 comments on commit 7562cf3

Please sign in to comment.