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

[WIP] Allow updating all plugins when building the lockfile #22719

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 28, 2023

  1. Allow updating all plugins when building the lockfile

    The lockfile generator is very conservative and doesn't update the
    lockfile refs for git repos (i.e. plugins). As such, when gem updates
    happen in plugins, they aren't automatically pulled into the lockfile.
    This new option allows me to see which specific plugins are making
    changes. I can then choose to just update them all, or pick and choose.
    Fryguy committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c30ce70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    805d3ff View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    b58e156 View commit details
    Browse the repository at this point in the history