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

SRE-5064/repair broken pipeline #17

Merged
merged 7 commits into from
Jun 4, 2024

Conversation

martin-yang1234
Copy link
Contributor

Live deployment failed with following error.

ERROR:  Error installing kubernetes-deploy:
	The last version of ffi (>= 1.15.5) to support your Ruby & RubyGems was 1.17.0. Try installing it with `gem install ffi -v 1.17.0` and then running the current command again
	ffi requires RubyGems version >= 3.3.22. The current RubyGems version is 3.1.6. Try 'gem update --system' to update RubyGems itself.

Doing some digging, I simply needed to bump up rubygems version from default(3.1.6) version to the newer version(3.3.22)

@martin-yang1234 martin-yang1234 requested a review from a team as a code owner June 4, 2024 19:32
@martin-yang1234 martin-yang1234 changed the title Sre 5064/repair broken pipeline SRE-5064/repair broken pipeline Jun 4, 2024
@martin-yang1234 martin-yang1234 merged commit 75fe70b into master Jun 4, 2024
7 checks passed
@martin-yang1234 martin-yang1234 deleted the SRE-5064/repair-broken-pipeline branch June 4, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants