-
Notifications
You must be signed in to change notification settings - Fork 206
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
Audit & upgrade outdated gems #1411
Comments
Some notes to extract from here |
The following PRs are directly related to the work effort this discovery ticket will spawn. Only the first one has an issue. Additionally, I think after this work effort we should discover/ticket work for adding |
I'm hoping that we can use dependabot to nudge us toward upgrades. I like the idea of some sort of automated reminder, but I don't think CI or git hooks are necessarily the right places. I'm not sure about git hooks either. If we add more noise to git hooks I'd expect people to disable them. |
the output of Outdated gems included in the bundle:
|
NOTE: Dependabot might do most of this work for us. See #116
Review the gems in our Gemfile
Top priority should be our explicitly-required gems that are at least one major version behind.
bundle outdated --filter-major --only-explicit
Acceptance criteria
pdftk
etc)The text was updated successfully, but these errors were encountered: