Hi, I've installed this gem and am using it fine locally.
On my CI environment (CircleCI) which is using a linux node docker image, I'm getting this error when running a bundle exec rake db:migrate to setup the environment: ExecJS::RuntimeUnavailable: Could not find a JavaScript runtime.
I've isolated the changes to adding this gem version 4.5 to my gemfile.
Hi, I've installed this gem and am using it fine locally.
On my CI environment (CircleCI) which is using a linux node docker image, I'm getting this error when running a
bundle exec rake db:migrate
to setup the environment:ExecJS::RuntimeUnavailable: Could not find a JavaScript runtime.
I've isolated the changes to adding this gem version 4.5 to my gemfile.
Rails 6.0.2.2 Ruby 2.6.5
Thoughts?