You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey all, I upgraded my Rails app to 6.1 and Ruby 2.7.1 and I am using less-rails version 5.0. Everything is working fine locally, but when I try to push my app to heroku, I am seeing this error:
An error occurred while installing libv8 (3.16.14.19), and Bundler cannot
continue.
In Gemfile:
therubyracer was resolved to 0.12.3, which depends on
libv8
!
! Failed to install gems via Bundler.
!
! Push rejected, failed to compile Ruby app.
! Push failed
And, the error happens because less-rails depends on therubyracer gem. I am wondering if anyone has any thoughts about fixing this heroku deploy issues. Or, is there any other way I can use less-rails but without using therubyracer gem e.g. mini_racer gem.
@simi Could you please guide me to the right direction here? Thank you.
The text was updated successfully, but these errors were encountered:
Hey all, I upgraded my Rails app to 6.1 and Ruby 2.7.1 and I am using less-rails version 5.0. Everything is working fine locally, but when I try to push my app to heroku, I am seeing this error:
And, the error happens because less-rails depends on therubyracer gem. I am wondering if anyone has any thoughts about fixing this heroku deploy issues. Or, is there any other way I can use less-rails but without using therubyracer gem e.g. mini_racer gem.
@simi Could you please guide me to the right direction here? Thank you.
The text was updated successfully, but these errors were encountered: