Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ruby 2.7 #39

Open
oleander opened this issue Dec 15, 2021 · 2 comments
Open

Add support for ruby 2.7 #39

oleander opened this issue Dec 15, 2021 · 2 comments

Comments

@oleander
Copy link
Owner

No description provided.

@fedejimenez
Copy link

Just writing to ask if there is any plan for this to be implemented? It would be really nice to have.

At the moment I tried with ruby 2.7.3.

  • bundle install runs ok but then getting errors when trying to start the server:

/home/user/.rbenv/versions/2.7.3/lib/ruby/gems/2.7.0/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in "require": cannot load such file -- dry/logic/builder (LoadError)

@oleander
Copy link
Owner Author

Officially only ruby 3 is supported. There isn't any good way to get support for 2.7 since part of remap requires ruby 3 only features. I'm sure these features can be removed to allow for backward compatibility but I haven't looked into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants