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

Bump omniauth-oauth2 from 1.3.1 to 1.7.1 in /src/supermarket #1939

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2021

Bumps omniauth-oauth2 from 1.3.1 to 1.7.1.

Release notes

Sourced from omniauth-oauth2's releases.

Relax OmniAuth Requirement

With the release of OmniAuth v2.0.0, this relaxes the OmniAuth requirement this library has.

Add strategy option for PKCE

v1.7.0 adds the option to specify that your strategy should utilize PKCE.

Simply add the pkce option to your strategy and set it to true:

option :pkce, true

By default, this uses the recommended code_challenge_method of "S256", but in the event that you want to use basic, or some other future code challenge method, you can specify them in your strategy as well:

option :pkce_options, {
  :code_challenge => proc { |verifier| verifier },
  :code_challenge_method => "basic",
}

Note that the code_challenge must be supplied in the form of something that responds to call.

v1.6.0

  • Fixes CVE-2015-1820 from rest-client
  • Updates minimum Omniauth dependency to 1.9.0 for additional security updates
  • Fixes Rubocop offenses
  • Updates supported Ruby versions
  • Updates CI versions
  • Updates RubyGems source from http to https

v1.5.0

No release notes provided.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2021
@dependabot dependabot bot force-pushed the dependabot/bundler/src/supermarket/omniauth-oauth2-1.7.1 branch from ebe0d92 to 3699189 Compare July 5, 2021 02:31
@tas50
Copy link
Contributor

tas50 commented Jul 5, 2021

@dependabot rebase

Bumps [omniauth-oauth2](https://github.com/omniauth/omniauth-oauth2) from 1.3.1 to 1.7.1.
- [Release notes](https://github.com/omniauth/omniauth-oauth2/releases)
- [Commits](omniauth/omniauth-oauth2@v1.3.1...v1.7.1)

---
updated-dependencies:
- dependency-name: omniauth-oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/src/supermarket/omniauth-oauth2-1.7.1 branch from 3699189 to 8f124c3 Compare July 5, 2021 19:57
@tas50 tas50 merged commit 603dffe into master Jul 23, 2021
@tas50 tas50 deleted the dependabot/bundler/src/supermarket/omniauth-oauth2-1.7.1 branch July 23, 2021 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant