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

Add Ruby 3.3 to CI and cleanup CI config #52

Merged
merged 4 commits into from
Jun 18, 2024
Merged

Conversation

bastelfreak
Copy link
Contributor

No description provided.

@bastelfreak bastelfreak requested a review from a team as a code owner June 18, 2024 21:21
bundle config set without packaging
bundle install --jobs 4 --retry 3

bundler-cache: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating rubygems used to be necessary for some or our older rubies. Curious as to why this was dropped and replaced with bundler-cache? Could you add comments in the git commit?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this keyword is a bit... misleading. It's required to install the gems from the Gemfile and it will do caching. between CI runs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated the commit with a description

by setting `bundler-cache: true` the action will automatically install
the gems from Gemfile and we don't need a manual `bundle install`. It
will also cache gems between CI runs. That's the default within the Vox
Pupuli org and I think it makes sense here as well.
@joshcooper joshcooper merged commit bed1b83 into puppetlabs:main Jun 18, 2024
9 checks passed
@bastelfreak bastelfreak deleted the ci branch June 19, 2024 08:12
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