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 on 2.7 needs newer RubyGems #2300

Closed
ericproulx opened this issue Jan 1, 2023 · 0 comments · Fixed by #2301
Closed

rails_edge on 2.7 needs newer RubyGems #2300

ericproulx opened this issue Jan 1, 2023 · 0 comments · Fixed by #2301

Comments

@ericproulx
Copy link
Contributor

While working #2292, I found that error

Because every version of rails depends on RubyGems >= 3.3.13
    and rails_edge.gemfile depends on rails >= 0,
    RubyGems >= 3.3.13 is required.
  So, because current RubyGems version is = 3.1.6,
    version solving has failed.

Easy to fix. We add rubygems: latest to the ruby/setup-ruby@v1 step. See /~https://github.com/ruby/setup-ruby/blob/master/action.yml

ericproulx added a commit to ericproulx/grape that referenced this issue Jan 4, 2023
@dblock dblock closed this as completed in 0ec1788 Jan 5, 2023
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

Successfully merging a pull request may close this issue.

1 participant