Closed carmageddon888 closed 2 years ago
It looks like you are trying to run on a version of Ruby we no longer support. We match the versions supported by heroku.
https://devcenter.heroku.com/articles/ruby-support#supported-runtimes
so 2.7.6
is the last version of the 2.x.x
line we support and you are trying to run on 2.1.5p273
. If you upgrade to anything past 2.3.x
I believe it would work
@danmayer okay, upgrade is not possible soon. will try with older version.
Describe the bug Got syntax error while executing the rake task for coverage server
To Reproduce Steps to reproduce the behavior:
gem 'coverband'
5.1.0
got installed.bundle exec rake coverband:coverage_server
Expected behavior Expect server to run.
Screenshots
Desktop (please complete the following information):
2.1.5p273
4.2.7.1
Additional context Same issue observed with other versions of gem
5.0.1
and4.2.7
And also while running rails serverrails s
Executed rake task from within docker container. We run rails app inside docker container. Host OS on which docker is running isUbuntu 18.04.6 LTS
After server is run, I need to check coverband web UI.Thanks!