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 the auth group across 1 directory with 16 updates #63106

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2024

Bumps the auth group with 16 updates in the / directory:

Package From To
devise 4.9.3 4.9.4
devise_invitable 2.0.6 2.0.9
omniauth-facebook 4.0.0 10.0.0
omniauth-google-oauth2 1.1.3 1.2.0
jwt 2.7.1 2.10.1
rails 6.1.7.7 6.1.7.10
google-apis-core 0.9.2 0.11.3
cucumber 3.1.1 9.2.0
rspec 3.5.0 3.13.0
pdf-reader 2.9.2 2.13.0
factory_bot_rails 6.2.0 6.4.4
puma_worker_killer 0.3.1 1.0.0
mini_racer 0.8.0 0.12.0
aws-sdk-core 3.201.4 3.214.1
aws-sdk-s3 1.98.0 1.176.1
rubocop 1.65.1 1.69.2

Updates devise from 4.9.3 to 4.9.4

Release notes

Sourced from devise's releases.

v4.9.4

https://github.com/heartcombo/devise/blob/v4.9.4/CHANGELOG.md#494---2024-04-10

Commits

Updates devise_invitable from 2.0.6 to 2.0.9

Changelog

Sourced from devise_invitable's changelog.

2.0.9

  • Do not accept expired invitation on password reset (#897)

2.0.8

  • Fix for turbo stream

2.0.7

  • Allow customizing invalid_token_path_for, the path to redirect users who try to accept with invalid token
  • Don't override registrations controller in routes if module option is used
  • Fix typo in spanish translation, add Catalan translation (#857)
  • Fix for ruby 3.2.0
Commits

Updates omniauth-facebook from 4.0.0 to 10.0.0

Release notes

Sourced from omniauth-facebook's releases.

v9.0.0 (defaults to FB Graph API 5.0)

What's Changed

New Contributors

Full Changelog: simi/omniauth-facebook@v8.0.0...v9.0.0

v8.0.0 (access token in profile picture link)

user profile picture link includes access token (#344, @​anklos)

v7.0.0 (defaults to FB Graph API 4.0)

bumped version of FB Graph API to v4.0

v6.0.0 (defaults to FB Graph API 3.0)

  • bumped version of FB Graph API to v3.0

v5.0.0 (defaults to FB Graph API 2.10)

  • bumped version of FB Graph API to v2.10
Changelog

Sourced from omniauth-facebook's changelog.

10.0.0 (2024-05-23)

Changes:

  • bumped version of FB Graph API to v19.0

9.0.0 (2021-10-25)

Changes:

  • bumped version of FB Graph API to v5.0

8.0.0 (2020-10-20)

Changes:

7.0.0 (2020-08-03)

Changes:

  • bumped version of FB Graph API to v4.0

6.0.0 (2020-01-27)

Changes:

  • bumped version of FB Graph API to v3.0

5.0.0 (2018-03-29)

Changes:

Commits

Updates omniauth-google-oauth2 from 1.1.3 to 1.2.0

Release notes

Sourced from omniauth-google-oauth2's releases.

Release v1.2.0

Added

  • jwt 2.9.0 support for their updated claims code.
  • 'smart' image resizing option.

Deprecated

  • Nothing.

Removed

  • Ruby 2.3 and 2.4 support.
  • Support for jwt < 2.9.0.

Fixed

  • Fixed image sizing code.
  • Rubocop configuration updates.
Changelog

Sourced from omniauth-google-oauth2's changelog.

1.2.0 - 2024-09-15

Added

  • jwt 2.9.0 support for their updated claims code.

Deprecated

  • Nothing.

Removed

  • Ruby 2.3 and 2.4 support.
  • Support for jwt < 2.9.0.

Fixed

  • Fixed image sizing code.
  • Rubocop configuration updates.
Commits

Updates jwt from 2.7.1 to 2.10.1

Changelog

Sourced from jwt's changelog.

v2.10.1 (2024-12-26)

Full Changelog

Fixes and enhancements:

v2.10.0 (2024-12-25)

Full Changelog

Features:

Fixes and enhancements:

  • Deprecation warnings for deprecated methods and classes #629 (@​anakinj)
  • Improved documentation for public apis #629 (@​anakinj)
  • Use correct methods when raising error during signing/verification with EdDSA #633
  • Fix JWT::EncodedToken behavior with empty string as token #640 (@​ragalie)
  • Deprecation warnings for rbnacl backed functionality #641 (@​anakinj)

v2.9.3 (2024-10-03)

Full Changelog

Fixes and enhancements:

  • Return truthy value for ::JWT::ClaimsValidator#validate! and ::JWT::Verify.verify_claims #628 (@​anakinj)

v2.9.2 (2024-10-03)

Full Changelog

Features:

Fixes and enhancements:

  • Updated README to correctly document OpenSSL::HMAC documentation #617 (@​aedryan)
  • Verify JWT header format #622 (@​304)
  • Bring back ::JWT::ClaimsValidator, ::JWT::Verify and a few other removed interfaces for preserved backwards compatibility #624 (@​anakinj)

v2.9.1 (2024-09-23)

... (truncated)

Commits

Updates rails from 6.1.7.7 to 6.1.7.10

Release notes

Sourced from rails's releases.

6.1.7.10

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • No changes.

Action Mailer

  • Fix NoMethodError in block_format helper

    Michael Leimstaedtner

Action Cable

  • No changes.

Active Storage

  • No changes.

Action Mailbox

  • No changes.

... (truncated)

Commits
  • 86864c2 Preparing for 6.1.7.10 release
  • 78cfd2f Prepare for 6.1.7.10
  • 9cd0b8f Improvements to releaser
  • 77f0d70 Fix NoMethodError in ActionMailer block_format
  • b2fbbfb Preparing for 6.1.7.9 release
  • 534b3c7 Update CHANGELOGs
  • faadb28 Merge pull request #16 from rails/7-0-sec-relase
  • 985f192 Avoid backtracking in ActionMailer block_format
  • 4f4312b ActionText: Avoid backtracing in plain_text_for_blockquote_node
  • fb493be Avoid backtracking in filtered_query_string
  • Additional commits viewable in compare view

Updates google-apis-core from 0.9.2 to 0.11.3

Release notes

Sourced from google-apis-core's releases.

google-apis-core: v0.11.3

0.11.3 (2024-01-17)

Bug Fixes

  • download with destination as pathname (#17120)

google-apis-core: v0.11.2

0.11.2 (2023-10-27)

Bug Fixes

  • update ssl_config to point to system default root CA path (#16446)

google-apis-core: v0.11.1

0.11.1 (2023-07-20)

Documentation

  • Document send_timeout_sec and fix up some types (#14907)

Release google-apis-core 0.11.0

Features

  • Optimize memory usage when upload chunk size is set to 0

Release google-apis-core 0.10.0

Features

  • Allow chunk size zero for storage resumable upload (#13283)
  • Make chunk size configurable (#13216)

Release google-apis-core 0.9.5

Bug Fixes

  • Improve upload performance for Cloud Storage (#13213)

Release google-apis-core 0.9.4

Bug Fixes

  • Recursively redact unsafe payloads from logs (#13189)

Release google-apis-core 0.9.3

Bug Fixes

  • Removed some dead code (#13099)
  • Replace File.exists? with File.exist? for compatibility with Ruby 3.2 (#13161)
Changelog

Sourced from google-apis-core's changelog.

0.11.3 (2024-01-17)

Bug Fixes

  • download with destination as pathname (#17120)

0.11.2 (2023-10-27)

Bug Fixes

  • update ssl_config to point to system default root CA path (#16446)

0.11.1 (2023-07-20)

Documentation

  • Document send_timeout_sec and fix up some types (#14907)

0.11.0 (2023-02-08)

Features

  • Optimize memory usage when upload chunk size is set to 0

0.10.0 (2023-01-26)

Features

  • Allow chunk size zero for storage resumable upload (#13283)
  • Make chunk size configurable (#13216)

0.9.5 (2023-01-12)

Bug Fixes

  • Improve upload performance for Cloud Storage (#13213)

0.9.4 (2023-01-07)

Bug Fixes

  • Recursively redact unsafe payloads from logs (#13189)

0.9.3 (2023-01-04)

Bug Fixes

  • Removed some dead code (#13099)
  • Replace File.exists? with File.exist? for compatibility with Ruby 3.2 (#13161)
Commits
  • f617615 chore(main): release google-apis-core 0.11.3 (#17121)
  • 022aef8 fix(core): download with destination as pathname (#17120)
  • 2e3e332 chore(core): Remove webrick from mandatory gems (#16574)
  • ba91e09 chore(main): release google-apis-core 0.11.2 (#16447)
  • 01108a5 chore(core): deprecate OpenCensus support (#16448)
  • 39fd285 fix(core): update ssl_config to point to system default root CA path (#16446)
  • b78f7d2 chore(deps): update dependency redis to '>= 3.2', '< 5.0.8' (#15702)
  • da1afb2 chore(main): release google-apis-core 0.11.1 (#15476)
  • 0d2aa0e docs(core): Document send_timeout_sec and fix up some types (#14907)
  • d1fd1ec chore(deps): update dependency redis to '>= 3.2', '< 5.0.7' (#13281)
  • Additional commits viewable in compare view

Updates cucumber from 3.1.1 to 9.2.0

Release notes

Sourced from cucumber's releases.

v9.2.0

Changed

  • Updated cucumber dependencies (Specifically cucumber-core) (luke-hill)
  • Uncoupled a lot of dual-responsibility complexity in HTTP classes (Specifically the builders/parsers) (#1752 luke-hill)

Removed

  • Some legacy JRuby local testing profiles are now removed (luke-hill)

v9.1.2

Added

Changed

  • Moved all CCK step definition/miscellaneous file logic from CCK gem to this repo. All logic contained in compatibility (luke-hill)
  • Cleared up a few Layout/Linting cop offenses (#1750 luke-hill)

Fixed

  • Fix a situation whereby the step definition message will omit the parameter-type name when it cannot be inferred (This fixes an issue in cucumber-wire when passing legacy steps down the wire) (#1746 luke-hill)

Removed

v9.1.1

Added

Changed

  • Updated dependencies to slightly more permissive / up to date versions (luke-hill)
  • Fixed most of the Layout cop offenses (luke-hill)

Fixed

Removed

  • The sample sinatra tests are no longer used in internal testing (This removes a bunch of superfluous dev gems) (#1743 luke-hill)
  • Removed all references to autotest as this is an ancient plugin that is not correctly integrated

v9.1.0

Added

Changed

  • First couple of passes of tidying up approximately 40% of the manual fix cops (#1739 #1740 #1741 #1742 luke-hill)
  • Removed a bunch of example files / sample projects from ancient projects no longer viable (#1740 luke-hill)
  • When a testStepResult is of type FAILED we now pass in a new (Exception), message property (#1738 luke-hill)
  • ParameterType message now contains a new (sourceReference), property (This contains a uri string and a Location message -> for where the ParameterType transformer is located) (#1738 luke-hill)
  • #attach now can take an optional filename parameter which will rename attachments like PDF's

... (truncated)

Changelog

Sourced from cucumber's changelog.

[9.2.0] - 2024-03-19

Changed

  • Updated cucumber dependencies (Specifically cucumber-core) (luke-hill)
  • Uncoupled a lot of dual-responsibility complexity in HTTP classes (Specifically the builders/parsers) (#1752 luke-hill)

Removed

  • Some legacy JRuby local testing profiles are now removed (luke-hill)

[9.1.2] - 2024-01-23

Changed

  • Moved all CCK step definition/miscellaneous file logic from CCK gem to this repo. All logic contained in compatibility (luke-hill)
  • Cleared up a few Layout/Linting cop offenses (#1750 luke-hill)

Fixed

  • Fix a situation whereby the step definition message will omit the parameter-type name when it cannot be inferred (This fixes an issue in cucumber-wire when passing legacy steps down the wire) (#1746 luke-hill)

[9.1.1] - 2024-01-04

Changed

  • Updated dependencies to slightly more permissive / up to date versions (luke-hill)
  • Fixed most of the Layout cop offenses (luke-hill)

Removed

  • The sample sinatra tests are no longer used in internal testing (This removes a bunch of superfluous dev gems) (#1743 luke-hill)
  • Removed all references to autotest as this is an ancient plugin that is not correctly integrated

[9.1.0] - 2023-11-14

Changed

  • First couple of passes of tidying up approximately 40% of the manual fix cops (#1739 #1740 #1741 #1742 luke-hill)
  • Removed a bunch of example files / sample projects from ancient projects no longer viable (#1740 luke-hill)
  • When a testStepResult is of type FAILED we now pass in a new (Exception), message property (#1738 luke-hill)
  • ParameterType message now contains a new (sourceReference), property (This contains a uri string and a Location message -> for where the ParameterType transformer is located) (#1738 luke-hill)
  • #attach now can take an optional filename parameter which will rename attachments like PDF's (#1738 luke-hill)

Fixed

  • Clear up a couple of tiny "nuances" that hide lots of issues when running local vs remote (Primarily CCK tests should always be runnable) (#1738 luke-hill)

Removed

  • Removed a variety of overrides / hacks for travis CI (No longer in use) (#1738 luke-hill)
  • Removed some legacy rspec pending flags present since cucumber 1.x (#1738 luke-hill)

... (truncated)

Commits

Updates rspec from 3.5.0 to 3.13.0

Commits

Updates pdf-reader from 2.9.2 to 2.13.0

Changelog

Sourced from pdf-reader's changelog.

v2.13.0 (2nd November 2024)

v2.12.0 (26th December 2023)

v2.11.0 (26th October 2022)

  • Various bug fixes
  • Expanded sorbet type annotations

v2.10.0 (12th May 2022)

  • Various bug fixes
  • Expanded sorbet type annotations
Commits
  • 44238c5 Merge pull request #540 from yob/fix-ruby-2-ci
  • c2a148c Use older Ascii85 gem on older rubies in CI
  • 8f4ab80 prepare for v2.13.0 release
  • 24e48b3 Merge pull request #539 from yob/ascii85-2-0
  • 855d067 Allow Ascii81 1.0 and 2.0
  • c049945 Merge pull request #537 from yob/hosted
  • d527a17 Run jobs on a hosted queue
  • 2d4b750 Merge pull request #535 from erinnachen/add-stringio-to-sig
  • dfdb78f Allow StringIO type for PDF::Reader input
  • 7b73e6c Merge pull request #532 from cprodhomme/patch-1
  • Additional commits viewable in compare view

Updates factory_bot_rails from 6.2.0 to 6.4.4

Release notes

Sourced from factory_bot_rails's releases.

6.4.4

What's Changed

New Contributors

Full Changelog: thoughtbot/factory_bot_rails@v6.4.3...v6.4.4

6.4.3

  • Changed: allow sequence definitions for ActiveRecord primary keys (Mike Burns).
  • Changed: Support Ruby 3.0+, Rails 6.1+ (Mike Burns)
  • Documentation improvements (obregonia1).
  • Internal: GitHub Actions improvements (Lorenzo Zabot, ydah).
  • Internal: RubyGems points to changelog (Tilo Sloboda).
  • Internal: Bump standard, rake, activerecord, appraisal, rspec-rails (Mike Burns).

v6.4.2

  • Fixed: Fix Rails 7.1.2 + monkey-patched ActiveRecord compatibility (Adif Sgaid, Benoit Tigeot)
  • Internal: Test against Rails 7.1 (y-yagi)
  • Internal: Fix links to old files after renaming the main branch to main (y-yagi)

6.4.0

No release notes provided.

6.3.0

  • Changed: reject sequence definitions for ActiveRecord primary keys (Sean Doyle).
  • Changed: factory_bot dependency to ~> 6.4 (Mike Burns).
  • Changed: upgrade dependencies (Daniel Colson).
  • Add: projections.json for Rails.vim (Caleb Hearth).
  • Docs: fix broken link (Edu Depetris).
  • Docs: mention Rails generator in docs (Edu Depetris).
  • Docs: fix typo (Yudai Takada).
  • Internal: skip Spring version 2.1.1 due to a bug in that release (Christina Entcheva, Daniel Colson).
  • Internal: test against Rails 6.1 (Antonis Berkakis).
  • Internal: test against Ruby 3 (Daniel Colson).
  • Internal: fewer warnings in Cucumber tests (Daniel Colson).
  • Internal: use GitHub Actions for CI (Mathieu Jobin).
  • Internal: a whole bunch of cleanup (Daniel Colson).

... (truncated)

Changelog

Sourced from factory_bot_rails's changelog.

6.4.4 (October 25, 2024)

  • Changed: Bump Factory Bot 6.5.0

6.4.3 (December 29, 2023)

  • Changed: allow sequence definitions for ActiveRecord primary keys (Mike Burns).
  • Changed: Support Ruby 3.0+, Rails 6.1+ (Mike Burns)
  • Documentation improvements (obregonia1).
  • Internal: GitHub Actions improvements (Lorenzo Zabot, ydah).
  • Internal: RubyGems points to changelog (Tilo Sloboda).
  • Internal: Bump standard, rake, activerecord, appraisal, rspec-rails (Mike Burns).

6.4.2 (November 23, 2023)

  • Fixed: Fix Rails 7.1.2 + monkey-patched ActiveRecord compatibility (Adif Sgaid, Benoit Tigeot)
  • Internal: Test against Rails 7.1 (y-yagi)
  • Internal: Fix links to old files after renaming the main branch to main (y-yagi)

6.4.0 (November 17, 2023)

  • Releasing this for consistency with the factory_bot dependency.

6.3.0 (November 17, 2023)

  • Changed: reject sequence definitions for ActiveRecord primary keys (Sean Doyle).
  • Changed: factory_bot dependency to ~> 6.4 (Mike Burns).
  • Changed: upgrade dependencies (Daniel Colson).
  • Add: projections.json for Rails.vim (Caleb Hearth).
  • Docs: fix broken link (Edu Depetris).
  • Docs: mention Rails generator in docs (Edu Depetris).
  • Docs: fix typo (Yudai Takada).
  • Internal: skip Spring version 2.1.1 due to a bug in that release (Christina Entcheva, Daniel Colson).
  • Internal: test against Rails 6.1 (Antonis Berkakis).
  • Internal: test against Ruby 3 (Daniel Colson).
  • Internal: fewer warnings in Cucumber tests (Daniel Colson).
  • Internal: use GitHub Actions for CI (Mathieu Jobin).
  • Internal: a whole bunch of cleanup (Daniel Colson).
  • Internal: fix CI due to a Bundler output change (Mike Burns).
Commits

Updates puma_worker_killer from 0.3.1 to 1.0.0

Changelog

Sourced from puma_worker_killer's changelog.

1.0.0

Commits

Updates mini_racer from 0.8.0 to 0.12.0

Changelog

Sourced from mini_racer's changelog.

  • 0.17.0.pre5 - 30-09-2024

    • Handle segfault from JSON.stringify
    • Fix segfaults around symbol conversion
    • Fix crash on invalid date object
  • 0.17.0.pre4 - 18-09-2024

    • Attempt to change compilation flags to disable strict aliasing to see if it resolves stability issues
  • 0.17.0.pre3 - 15-09-2024

    • Text clang based Linux v8 build, in case there is an edge case with GCC compilation
  • 0.17.0.pre2 - 09-09-2024

    • Test build to see if disabling Maglev optimisations resolves segfault issues
  • 0.17.0.pre - 05-09-2024

    • Test build to see if disabling concurrent GC marking resolves segfault
  • 0.16.0 - 05-09-2024

    • Sadly still seeing segfaults, reverted back 18.19.0.0
  • 0.15.0 - 05-09-2024

    • Use libv8-node 22.7.0 - this corrects issues with multithreaded behavior and forking in single threaded mode.
  • 0.14.1 - 14-08-2024

    • No longer use mini_racer_loader if LD_PRELOAD is defined and adds a malloc provider. This resolves segfaults when people LD_PRELOAD jemalloc or tcmalloc.
  • 0.14.0 - 06-08-2024

    • Node 22.5.1.0 is not stable in production, reverting to last known good build
  • 0.13.0 - 29-07-2024

    • Target Node to 22.5.1.0 0 - corrects segfault in earlier release
    • Remove Ruby 3.0 which is EOL (use ealier version of gem if needed)
  • 0.9.0 - 25-03-2024

    • Target Node to 18.19.0.0
Commits
  • 5b2a25c Increase test eval timeout
  • 3754b17 Make something JIT'd to increase executable heap size
  • 8c9bb5d Merge branch 'libv8-node-21'
  • d736f82 Merge branch 'libv8-node-20'
  • 07acaee Merge branch 'libv8-node-19'
  • a61414c Remove debug logging
  • c195239 Lock before LowMemoryNotification
  • d09638d Enable test_webassembly
  • b135831 Lock v8 Isolate while pumping message loop
  • 60ed350 Annotate test failures + disable crasher tests
  • Additional commits viewable in compare view

Updates aws-sdk-core from 3.201.4 to 3.214.1

Changelog

Sourced from aws-sdk-core's changelog.

3.214.1 (2024-12-28)

  • Issue - Fix documentation that references a non-existent method.

3.214.0 (2024-11-25)

  • Feature - Updated configuration values for defaults_mode.

3.213.0 (2024-11-14)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - This release introduces the new API 'AssumeRoot', which returns short-term credentials that you can use to perform privileged tasks.

3.212.0 (2024-11-06)

  • Feature - Updated Aws::STS::Client with the latest API changes.

3.211.0 (2024-10-21)

  • Feature - Support functionality for services that migrate from AWS Query to AWS JSON or CBOR.

  • Issue - Fix RPCv2 protocol to always send an Accept header for CBOR.

3.210.0 (2024-10-18)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

  • Feature - Updated Aws::SSO::Client with the latest API changes.

  • Feature - reduce memory usage by not using legacy endpoint data unless required.

3.209.1 (2024-09-25)

  • Issue - Add all core plugins to autoloads.

3.209.0 (2024-09-24)

  • Feature - Updated Aws::STS::Client with the latest API changes.

... (truncated)

Commits

Updates aws-sdk-s3 from 1.98.0 to 1.176.1

Changelog

Sourced from aws-sdk-s3's changelog.

1.176.1 (2024-12-12)

  • Issue - Do not normalize object keys when calling presigned_url or presigned_request.

1.176.0 (2024-12-03)

  • Feature - Amazon S3 Metadata stores object metadata in read-only, fully managed Apache Iceberg metadata tables that you can query. You can create metadata table configurations for S3 general purpose buckets.

1.175.0 (2024-12-02)

  • Feature - Amazon S3 introduces support for AWS Dedicated Local Zones

1.174.0 (2024-11-25)

  • Feature - Amazon Simple Storage Service / Features: Add support for ETag based conditional writes in PutObject and CompleteMultiPartUpload APIs to prevent unintended object modifications.

1.173.0 (2024-11-21)

  • Feature - Add support for conditional deletes for the S3 DeleteObject and DeleteObjects APIs. Add support for write offset bytes option used to append to objects with the S3 PutObject API.

1.172.0 (2024-11-18)

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

Bumps the auth group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [devise](https://github.com/heartcombo/devise) | `4.9.3` | `4.9.4` |
| [devise_invitable](https://github.com/scambra/devise_invitable) | `2.0.6` | `2.0.9` |
| [omniauth-facebook](https://github.com/simi/omniauth-facebook) | `4.0.0` | `10.0.0` |
| [omniauth-google-oauth2](https://github.com/zquestz/omniauth-google-oauth2) | `1.1.3` | `1.2.0` |
| [jwt](https://github.com/jwt/ruby-jwt) | `2.7.1` | `2.10.1` |
| [rails](https://github.com/rails/rails) | `6.1.7.7` | `6.1.7.10` |
| [google-apis-core](https://github.com/googleapis/google-api-ruby-client) | `0.9.2` | `0.11.3` |
| [cucumber](https://github.com/cucumber/cucumber-ruby) | `3.1.1` | `9.2.0` |
| [rspec](https://github.com/rspec/rspec-metagem) | `3.5.0` | `3.13.0` |
| [pdf-reader](https://github.com/yob/pdf-reader) | `2.9.2` | `2.13.0` |
| [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) | `6.2.0` | `6.4.4` |
| [puma_worker_killer](https://github.com/schneems/puma_worker_killer) | `0.3.1` | `1.0.0` |
| [mini_racer](https://github.com/discourse/mini_racer) | `0.8.0` | `0.12.0` |
| [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) | `3.201.4` | `3.214.1` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.98.0` | `1.176.1` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.65.1` | `1.69.2` |



Updates `devise` from 4.9.3 to 4.9.4
- [Release notes](https://github.com/heartcombo/devise/releases)
- [Changelog](https://github.com/heartcombo/devise/blob/main/CHANGELOG.md)
- [Commits](heartcombo/devise@v4.9.3...v4.9.4)

Updates `devise_invitable` from 2.0.6 to 2.0.9
- [Changelog](https://github.com/scambra/devise_invitable/blob/master/CHANGELOG.md)
- [Commits](scambra/devise_invitable@v2.0.6...v2.0.9)

Updates `omniauth-facebook` from 4.0.0 to 10.0.0
- [Release notes](https://github.com/simi/omniauth-facebook/releases)
- [Changelog](https://github.com/simi/omniauth-facebook/blob/master/CHANGELOG.md)
- [Commits](https://github.com/simi/omniauth-facebook/commits)

Updates `omniauth-google-oauth2` from 1.1.3 to 1.2.0
- [Release notes](https://github.com/zquestz/omniauth-google-oauth2/releases)
- [Changelog](https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md)
- [Commits](zquestz/omniauth-google-oauth2@v1.1.3...v1.2.0)

Updates `jwt` from 2.7.1 to 2.10.1
- [Release notes](https://github.com/jwt/ruby-jwt/releases)
- [Changelog](https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md)
- [Commits](jwt/ruby-jwt@v2.7.1...v2.10.1)

Updates `rails` from 6.1.7.7 to 6.1.7.10
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v6.1.7.7...v6.1.7.10)

Updates `google-apis-core` from 0.9.2 to 0.11.3
- [Release notes](https://github.com/googleapis/google-api-ruby-client/releases)
- [Changelog](https://github.com/googleapis/google-api-ruby-client/blob/main/google-apis-core/CHANGELOG.md)
- [Commits](googleapis/google-api-ruby-client@google-apis-core/v0.9.2...google-apis-core/v0.11.3)

Updates `cucumber` from 3.1.1 to 9.2.0
- [Release notes](https://github.com/cucumber/cucumber-ruby/releases)
- [Changelog](https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-ruby@v3.1.1...v9.2.0)

Updates `rspec` from 3.5.0 to 3.13.0
- [Commits](rspec/rspec-metagem@v3.5.0...v3.13.0)

Updates `pdf-reader` from 2.9.2 to 2.13.0
- [Changelog](https://github.com/yob/pdf-reader/blob/main/CHANGELOG)
- [Commits](yob/pdf-reader@v2.9.2...v2.13.0)

Updates `factory_bot_rails` from 6.2.0 to 6.4.4
- [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot_rails@v6.2.0...v6.4.4)

Updates `puma_worker_killer` from 0.3.1 to 1.0.0
- [Changelog](https://github.com/zombocom/puma_worker_killer/blob/main/CHANGELOG.md)
- [Commits](zombocom/puma_worker_killer@v0.3.1...v1.0.0)

Updates `mini_racer` from 0.8.0 to 0.12.0
- [Changelog](https://github.com/rubyjs/mini_racer/blob/main/CHANGELOG)
- [Commits](rubyjs/mini_racer@v0.8.0...v0.12.0)

Updates `aws-sdk-core` from 3.201.4 to 3.214.1
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-s3` from 1.98.0 to 1.176.1
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `rubocop` from 1.65.1 to 1.69.2
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.65.1...v1.69.2)

---
updated-dependencies:
- dependency-name: devise
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: auth
- dependency-name: devise_invitable
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: auth
- dependency-name: omniauth-facebook
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: auth
- dependency-name: omniauth-google-oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: auth
- dependency-name: jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: auth
- dependency-name: rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: auth
- dependency-name: google-apis-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: auth
- dependency-name: cucumber
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: auth
- dependency-name: rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: auth
- dependency-name: pdf-reader
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: auth
- dependency-name: factory_bot_rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: auth
- dependency-name: puma_worker_killer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: auth
- dependency-name: mini_racer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: auth
- dependency-name: aws-sdk-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: auth
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: auth
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: auth
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 29, 2024
@dependabot dependabot bot requested a review from a team December 29, 2024 06:51
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants