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

Update minor updated gems #3393

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aws-sdk-s3 (source, changelog) '~> 1', '>= 1.148.0' -> '~> 1', '>= 1.151.0' age adoption passing confidence
httparty '~> 0.21' -> '~> 0.22' age adoption passing confidence
omniauth-google-oauth2 '>= 0.8.2' -> '>= 1.1.2' age adoption passing confidence

Release Notes

aws/aws-sdk-ruby (aws-sdk-s3)

v1.151.0

  • Feature - Updated a few x-id in the http uri traits

v1.150.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.149.1

  • Issue - Fix bug where destination bucket default encryption was inadvertently overridden by source object encryption.

v1.149.0

  • Feature - Support S3 Access Grants authentication. Access Grants can be enabled with the access_grants option, and custom options can be passed into the access_grants_credentials_provider option. This feature requires aws-sdk-s3control to be installed.

  • Feature - Add RBS signatures for customizations of S3.

jnunemaker/httparty (httparty)

v0.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: jnunemaker/httparty@v0.21.0...v0.22.0

zquestz/omniauth-google-oauth2 (omniauth-google-oauth2)

v1.1.2

Compare Source

Added
  • Add support for enable_granular_consent option (#​455)
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • Nothing.

v1.1.1

Compare Source

Added
  • Nothing.
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • Fixed JWT decoding issue. (Invalid segment encoding) #​431

v1.1.0

Compare Source

Added
  • overridable_authorize_options has been added to restrict overriding authorize_options by request params. #​423
  • Support for oauth2 2.0.x. #​429
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • Nothing.

Configuration

📅 Schedule: Branch creation - "after 9am and before 1pm on Saturday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented May 4, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Gemfile.lock
Fetching gem metadata from https://rubygems.org/......
Resolving dependencies...

Could not find compatible versions

Because omniauth-google-oauth2 >= 1.1.2 depends on oauth2 ~> 2.0
  and every version of dropbox-api depends on oauth2 ~> 1.0,
  omniauth-google-oauth2 >= 1.1.2 is incompatible with dropbox-api >= 0.
So, because Gemfile depends on dropbox-api >= 0
  and Gemfile depends on omniauth-google-oauth2 >= 1.1.2,
  version solving has failed.

@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 2 times, most recently from 76333ce to 2a8fb13 Compare May 4, 2024 02:23
@knu
Copy link
Member

knu commented May 4, 2024

Dependency conflicts around oauth2 and ominiauth gems have long been a pain in the neck. I bet few people enable all omniauth modules at the same time, but since we have them all enabled by default we cannot update any of them due to a version conflict.

oauth2 1.x is required by https://github.com/dsander/dropbox-api and https://github.com/albertsun/weibo_2, where there have been no updates for 7 years. Perhaps we should make them optional by now, I guess?

@renovate renovate bot force-pushed the renovate/minor-updated-gems branch from 2a8fb13 to a9cc790 Compare May 6, 2024 23:01
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label May 6, 2024
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch from a9cc790 to 93f2413 Compare May 13, 2024 21:45
Copy link
Contributor Author

renovate bot commented May 13, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Gemfile.lock
Fetching gem metadata from https://rubygems.org/......
Resolving dependencies...

Could not find compatible versions

Because omniauth-google-oauth2 >= 1.1.2 depends on oauth2 ~> 2.0
  and every version of dropbox-api depends on oauth2 ~> 1.0,
  omniauth-google-oauth2 >= 1.1.2 is incompatible with dropbox-api >= 0.
So, because Gemfile depends on dropbox-api >= 0
  and Gemfile depends on omniauth-google-oauth2 >= 1.1.2,
  version solving has failed.

@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 4 times, most recently from 732b3f0 to 390c270 Compare May 16, 2024 06:37
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch from 390c270 to 67d7b75 Compare May 19, 2024 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant