opal-rails icon indicating copy to clipboard operation
opal-rails copied to clipboard

install issue on rails 8.0.1

Open 34code opened this issue 9 months ago • 0 comments

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.

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.

34code avatar Jan 20 '25 01:01 34code