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

Fix CI #8105

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Fix CI #8105

merged 1 commit into from
Sep 28, 2023

Conversation

deivid-rodriguez
Copy link
Contributor

A new version of RuboCop was released, and broke our CI.

We generally want to proactively update RuboCop, and not have to react to it breaking our CI. So I'd rather keep the version we run locked.

To keep it locked, we have to use the updater/Gemfile, since that's the one that includes a lockfile.

To do that we configure BUNDLE_GEMFILE in CI to use that.

I decided to also add a rubocop binstub to make it easier to run rubocop either outside (like CI does) or inside our development image.

@deivid-rodriguez deivid-rodriguez requested a review from a team as a code owner September 28, 2023 18:58
A new version of RuboCop was released, and broke our CI.

We generally want to proactively update RuboCop, and not have to react
to it breaking our CI. So I'd rather keep the version we run locked.

To keep it locked, we have to use the `updater/Gemfile`, since that's
the one that includes a lockfile.

To do that we configure `BUNDLE_GEMFILE` in CI to use that.

I decided to also add a rubocop binstub to make it easier to run rubocop
either outside (like CI does) or inside our development image.
@deivid-rodriguez
Copy link
Contributor Author

Pushed one extra fix and this should be now green!

@deivid-rodriguez deivid-rodriguez enabled auto-merge (squash) September 28, 2023 19:11
@deivid-rodriguez deivid-rodriguez merged commit 3887e23 into main Sep 28, 2023
80 checks passed
@deivid-rodriguez deivid-rodriguez deleted the deivid-rodriguez/fix-ci branch September 28, 2023 19:19
brettfo pushed a commit to brettfo/dependabot-core that referenced this pull request Oct 11, 2023
A new version of RuboCop was released, and broke our CI.

We generally want to proactively update RuboCop, and not have to react
to it breaking our CI. So I'd rather keep the version we run locked.

To keep it locked, we have to use the `updater/Gemfile`, since that's
the one that includes a lockfile.

To do that we configure `BUNDLE_GEMFILE` in CI to use that.

I decided to also add a rubocop binstub to make it easier to run rubocop
either outside (like CI does) or inside our development image.
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.

None yet

2 participants