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

Bump ruby version in github actions script #410

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

DomGarguilo
Copy link
Member

It looks like the build is failing with:

  bundle exec jekyll build
  shell: /usr/bin/bash -e {0}
  ruby 2.6.10p210 (2022-04-12 revision 67958) [x86_64-linux]
  ERROR:  Error installing bundler:
	  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.6.10.210.

This PR moves to the version found in the Dockerfile, 3.2.2

@DomGarguilo
Copy link
Member Author

The build passed so I am going to assume this change is okay. I'm going to merge it in now since there are other changes waiting for the build to pass but feel free to change what I have if it doesn't look right.

@DomGarguilo DomGarguilo merged commit 32bc2fd into apache:main Dec 18, 2023
1 check passed
@DomGarguilo DomGarguilo deleted the bumpRubyVersion branch December 18, 2023 17:38
@ctubbsii
Copy link
Member

Just for reference, ASF Infrastructure, as far as I know, might still be using 2.5.1 (#389 (comment)). The further we move away from that in our testing, the less likely it will still work in ASF's infrastructure. So, we just need to be careful to watch any consequences of bumping this.

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 this pull request may close these issues.

2 participants