Skip to content

[OPS-3702] Add bundler cooldown of 7 days#1039

Merged
AlfonsoUceda merged 2 commits into
masterfrom
bundler-cooldown
Jun 15, 2026
Merged

[OPS-3702] Add bundler cooldown of 7 days#1039
AlfonsoUceda merged 2 commits into
masterfrom
bundler-cooldown

Conversation

@AlfonsoUceda

@AlfonsoUceda AlfonsoUceda commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

OPS-3702

Adds a bundler cooldown of 7 days to the https://rubygems.org source in the Gemfile. This delays installing gem versions published within the last 7 days, giving new releases time to be vetted by the community before they are pulled into this project, reducing exposure to malicious or broken releases that are typically caught and yanked shortly after publication.

Reference: https://blog.rubygems.org/2026/06/03/cooldown-let-new-gems-be-vetted.html


Before submitting the PR make sure the following are checked:

  • The PR relates to only one subject with a clear title and description in grammatically correct, complete sentences.
  • Wrote good commit messages.
  • Commit message starts with [Fix #issue-number] (if the related issue exists).
  • Feature branch is up-to-date with master (if not - rebase it).
  • Squashed related commits together.
  • Added tests.
  • Added an entry to the changelog if the new code introduces user-observable changes. See changelog entry format for details.

Configure a bundler cooldown of 7 days on the rubygems.org source. This
delays installing gem versions that were published within the last 7
days, giving newly released versions time to be vetted by the community
before they are pulled into this project.

The cooldown reduces exposure to malicious or broken releases that are
typically caught and yanked shortly after publication.

Reference:
https://blog.rubygems.org/2026/06/03/cooldown-let-new-gems-be-vetted.html
@AlfonsoUceda AlfonsoUceda requested a review from a team as a code owner June 15, 2026 09:33
The gemfiles/rails.*.activerecord.gemfile files are standalone Bundler
entrypoints used by the CI matrix; each has its own rubygems source, so
they need cooldown: 7 too — the root Gemfile's source does not apply when
these are selected via BUNDLE_GEMFILE.
@AlfonsoUceda AlfonsoUceda changed the title Add bundler cooldown of 7 days [OPS-3702] Add bundler cooldown of 7 days Jun 15, 2026
@AlfonsoUceda AlfonsoUceda merged commit ef4ec3d into master Jun 15, 2026
13 checks passed
@AlfonsoUceda AlfonsoUceda deleted the bundler-cooldown branch June 15, 2026 12:22
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