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 f053f49 commit b034bd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions irb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Gem::Specification.new do |spec|

spec.add_dependency "reline", ">= 0.1.5"
spec.add_development_dependency "bundler"
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'
spec.add_development_dependency "rake"
end

0 comments on commit b034bd2

Please sign in to comment.