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 gem dependency declaration #12131

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

mkllnk
Copy link
Member

@mkllnk mkllnk commented Feb 7, 2024

What? Why?

Dependabot updated openid_connect despite this being restricted in our Gemfile. Now, all future updates downgrade openid_connect again to satisfy our requested version.

I couldn't find any good reason not to upgrade openid_connect though and since that's the version we already have, let's keep it and just remove the restriction. Then bundler doesn't downgrade any more and updates are performed well.

What should we test?

  • Specs only.

Release notes

Changelog Category (reviewers may add a label for the release notes):

  • User facing changes
  • API changes (V0, V1, DFC or Webhook)
  • Technical changes only
  • Feature toggled

The title of the pull request will be included in the release notes.

Dependencies

Documentation updates

Dependabot updated openid_connect despite this being restricted in our
Gemfile. Now, all future updates downgrade openid_connect again to
satisfy our requested version.

I couldn't find any good reason not to upgrade openid_connect though and
since that's the version we already have, let's keep it and just remove
the restriction. Then bundler doesn't downgrade any more and updates are
performed well.
@mkllnk mkllnk added the technical changes only These pull requests do not contain user facing changes and are grouped in release notes label Feb 7, 2024
@mkllnk mkllnk self-assigned this Feb 7, 2024
@mkllnk mkllnk marked this pull request as ready for review February 7, 2024 03:14
@rioug rioug merged commit a2ce718 into openfoodfoundation:master Feb 7, 2024
52 checks passed
@mkllnk mkllnk deleted the openid_connect branch February 7, 2024 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical changes only These pull requests do not contain user facing changes and are grouped in release notes
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants