Closed ColonelPanics closed 6 years ago
Squiggly heredoc was added in Ruby 2.3 -- hence the error. Maybe just use a normal heredoc? i.e. reverse of what this article is talking about: https://infinum.co/the-capsized-eight/multiline-strings-ruby-2-3-0-the-squiggly-heredoc
@mjtko thanks for your comment however this is inside the cli-ui
gem I suppose I could try testing an older version of that gem that perhaps supports the older versions of ruby
Have a look at using cli-ui-1.1.1
Based on #6
This commit removes the need to install
rvm
on CentOS 7 in order to run benchware. It seems there is some issue (that I haven't bothered fully debugging) in cli-ui when used with the ruby version on CentOS. As this is only used for doing the page output and seeing as that isn't the common use-case for benchware it is simply ignored if on an older version.The error with
cli-ui
is as follows