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

Error as bundler requires Ruby version >=3.0.0 #70

Closed
jeffreytse opened this issue Dec 16, 2023 · 1 comment
Closed

Error as bundler requires Ruby version >=3.0.0 #70

jeffreytse opened this issue Dec 16, 2023 · 1 comment
Assignees
Labels
bug Something isn't working verified This issue was already verified

Comments

@jeffreytse
Copy link
Owner

The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.4.22. Try installing it with gem install bundler -v 2.4.22
bundler requires Ruby version >= 3.0.0. The current ruby version is 2.7.8.225.

@jeffreytse jeffreytse added bug Something isn't working verified This issue was already verified labels Dec 16, 2023
@jeffreytse jeffreytse self-assigned this Dec 16, 2023
jeffreytse added a commit that referenced this issue Dec 16, 2023
The last version of bundler (>= 0) to support your Ruby & RubyGems
was 2.4.22. Try installing it with gem install bundler -v 2.4.22
bundler requires Ruby version >= 3.0.0. The current ruby version is
2.7.8.225.
jeanjerome pushed a commit to scalastic/scalastic.github.io that referenced this issue Dec 25, 2023
jeanjerome pushed a commit to scalastic/scalastic.github.io that referenced this issue Dec 25, 2023
@jeanjerome
Copy link

Works like a charm... if you don't forget to set bundler_ver: '' as parameter of this new action ;)
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working verified This issue was already verified
Projects
None yet
Development

No branches or pull requests

2 participants