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

Rails Edge requires Ruby >= 3.1 #2403

Closed
ericproulx opened this issue Jan 3, 2024 · 0 comments
Closed

Rails Edge requires Ruby >= 3.1 #2403

ericproulx opened this issue Jan 3, 2024 · 0 comments

Comments

@ericproulx
Copy link
Contributor

We need to fix the edge workflow for rails_edge since it's ruby >= 3.1.0

Because every version of rails depends on Ruby >= 3.1.0
and rails_edge.gemfile depends on rails >= 0,
Ruby >= 3.1.0 is required.
So, because current Ruby version is = 2.7.8,
version solving has failed.
Error: The process '/opt/hostedtoolcache/Ruby/2.7.8/x64/bin/bundle' failed with exit code 6

ericproulx added a commit to ericproulx/grape that referenced this issue Jan 4, 2024
@dblock dblock closed this as completed in 6888ad6 Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants