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
Seems like i'm running into a version issue with latest rails..
Heres the output of bundler. I use chruby to switch rubies and its currently set to ruby 3.4.1.
Could not find compatible versions
Because opal-rails >= 0.0.2, < 0.2.0 depends on railties ~> 3.2.0
and opal-rails < 0.0.2 depends on railties ~> 3.1.0.rc1,
opal-rails < 0.2.0 requires railties ~> 3.1.0.rc1 OR ~> 3.2.0.
And because rails >= 8.0.1 depends on railties = 8.0.1,
rails >= 8.0.1 is incompatible with opal-rails < 0.2.0.
So, because opal-rails >= 2.0.4 depends on rails >= 6.0, < 7.3
and Gemfile depends on rails ~> 8.0.1,
version solving has failed.
The text was updated successfully, but these errors were encountered:
Hi,
Seems like i'm running into a version issue with latest rails..
Heres the output of bundler. I use chruby to switch rubies and its currently set to ruby 3.4.1.
The text was updated successfully, but these errors were encountered: