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 bundler group across 1 directory with 13 updates #4

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps the bundler group with 13 updates in the / directory:

Package From To
puma 6.3.0 6.4.2
rack 2.2.7 2.2.8.1
omniauth 1.9.2 2.1.2
omniauth-cas 2.0.0 3.0.0
omniauth-saml 1.10.3 2.1.0
nokogiri 1.15.2 1.16.5
rack-cors 2.0.1 2.0.2
sanitize 6.0.1 6.0.2
sidekiq 6.5.9 6.5.10
sidekiq-unique-jobs 7.1.29 7.1.33
json-jwt 1.15.3 1.15.3.1
rotp 6.2.2 6.3.0
uri 0.12.1 0.13.0

Updates puma from 6.3.0 to 6.4.2

Release notes

Sourced from puma's releases.

6.4.1

  • Bugfixes

    • DSL#warn_if_in_single_mode - fixup when workers set via CLI (#3256)
    • Fix idle-timeout not working in cluster mode (#3235, #3228, #3282, #3283)
    • Fix worker 0 timing out during phased restart (#3225, #2786)
    • context_builder.rb - require openssl if verify_mode != 'none' (#3179)
    • Make puma cluster process suitable as PID 1 (#3255)
    • Improve Puma::NullIO consistency with real IO (#3276)
    • extconf.rb - fixup to detect openssl info in Ruby build (#3271, #3266)
    • MiniSSL.java - set serialVersionUID, fix RaiseException deprecation (#3270)
    • dsl.rb - fix warn_if_in_single_mode when WEB_CONCURRENCY is set (#3265, #3264)
  • Maintenance

    • LOTS of test refactoring to make tests more stable and easier to write - thanks to @​MSP-Greg!
    • Fix bug in tests re: TestPuma::HOST4 (#3254)
    • Dockerfile for minimal repros: use Ruby 3.2, expect bundler installed (#3245)
    • fix define_method calls, use Symbol parameter instead of String (#3293)
  • Docs

    • README.md - add the puma-acme plugin (#3301)
    • Remove --keep-file-descriptors flag from systemd docs (#3248)
    • Note symlink mechanism in restart documentation for hot restart (#3298)

6.4.0 - The Eagle of Durango

image

America is #1 in professional cycling, baby!

  • Features

    • on_thread_exit hook (#2920)
    • on_thread_start_hook (#3195)
    • Shutdown on idle (#3209, #2580)
    • New error message when control server port taken (#3204)
  • Refactor

    • Remove Forwardable dependency (#3191, #3190)
    • Update URLMap Regexp usage for Ruby v3.3 (#3165)
  • Bugfixes

    • Bring the cert_pem: parameter into parity with the cert: parameter to ssl_bind. (#3174)
    • Fix using control server with IPv6 host (#3181)
    • control_cli.rb - add require_relative 'log_writer' (#3187)
    • Fix cases where fallback Rack response wasn't sent to the client (#3094)

6.3.1

  • Security
    • Address HTTP request smuggling vulnerabilities with zero-length Content Length header and trailer fields (GHSA-68xg-gqqm-vgj8)
Changelog

Sourced from puma's changelog.

6.4.2 / 2024-01-08

  • Security
    • Limit the size of chunk extensions. Without this limit, an attacker could cause unbounded resource (CPU, network bandwidth) consumption. (GHSA-c2f4-cvqm-65w2)

6.4.1 / 2024-01-03

  • Bugfixes

    • DSL#warn_if_in_single_mode - fixup when workers set via CLI (#3256)
    • Fix idle-timeout not working in cluster mode (#3235, #3228, #3282, #3283)
    • Fix worker 0 timing out during phased restart (#3225, #2786)
    • context_builder.rb - require openssl if verify_mode != 'none' (#3179)
    • Make puma cluster process suitable as PID 1 (#3255)
    • Improve Puma::NullIO consistency with real IO (#3276)
    • extconf.rb - fixup to detect openssl info in Ruby build (#3271, #3266)
    • MiniSSL.java - set serialVersionUID, fix RaiseException deprecation (#3270)
    • dsl.rb - fix warn_if_in_single_mode when WEB_CONCURRENCY is set (#3265, #3264)
  • Maintenance

    • LOTS of test refactoring to make tests more stable and easier to write - thanks to @​MSP-Greg!
    • Fix bug in tests re: TestPuma::HOST4 (#3254)
    • Dockerfile for minimal repros: use Ruby 3.2, expect bundler installed (#3245)
    • fix define_method calls, use Symbol parameter instead of String (#3293)
  • Docs

    • README.md - add the puma-acme plugin (#3301)
    • Remove --keep-file-descriptors flag from systemd docs (#3248)
    • Note symlink mechanism in restart documentation for hot restart (#3298)

6.4.0 / 2023-09-21

  • Features

    • on_thread_exit hook (#2920)
    • on_thread_start_hook (#3195)
    • Shutdown on idle (#3209, #2580)
    • New error message when control server port taken (#3204)
  • Refactor

    • Remove Forwardable dependency (#3191, #3190)
    • Update URLMap Regexp usage for Ruby v3.3 (#3165)
  • Bugfixes

    • Bring the cert_pem: parameter into parity with the cert: parameter to ssl_bind. (#3174)
    • Fix using control server with IPv6 host (#3181)
    • control_cli.rb - add require_relative 'log_writer' (#3187)
    • Fix cases where fallback Rack response wasn't sent to the client (#3094)

6.3.1 / 2023-08-18

  • Security

... (truncated)

Commits

Updates rack from 2.2.7 to 2.2.8.1

Release notes

Sourced from rack's releases.

v2.2.8.1

What's Changed

Full Changelog: rack/rack@v2.2.8...v2.2.8.1

v2.2.8

What's Changed

New Contributors

Full Changelog: rack/rack@v2.2.7...v2.2.8

Commits

Updates omniauth from 1.9.2 to 2.1.2

Release notes

Sourced from omniauth's releases.

v2.1.0

This release adds Ruby 3.0+ support.

Due to kwarg changes in ruby 3, we have bumped the minimum required version of Rack to 2.2.3, which is where ruby3 support was added.

Releasing as a minor as dependency resolution should fail at install if an application is locked to a rack below new minimum.

Full Changelog: omniauth/omniauth@v2.0.4...v2.1.0

v2.0.4

This release removes unnecessary warning logging when accessing GET routes that are not related to the OmniAuth request path.

Thanks to @​charlie-wasp and @​sponomarev at Evil Martians for the bug find and subsequent PR.

Fix rescuing of application errors when call_app! is used.

As a consequence of the changes that were merged in #689, errors thrown by strategies that utilize other_phase (or more specifically call_app!), would be caught by omniauth, causing headaches for folks looking to have those errors handled by their application. This should allow for errors that come from the app to pass through, while passing errors that come from the authentication phases to the fail! handler.

Resolves #1030

Fix for incorrect order of request_validation_phase in test_mode.

@​jsdalton gave an awesome report of the issue present in test_mode in #1033

The current implementation of mock_call was verifying the token for all requests, regardless of whether the current path is on the omniauth request path. The change was introduced recently in 1b784ff. See #1032 for details.

This creates two problems:

  1. When test mode is on, the authenticity verification logic is run inappropriately against requests where this may not even be wanted.
  2. The behavior varies from actual production behavior, potentially allowing bugs to be introduced by unwary developers.

Note that this bug was only present when OmniAuth was configured for test_mode and using the mock_call phases.

Allow passing rack-protection configuration to default request_validation_phase

This release now properly allows an instance of OmniAuth::AuthenticityTokenProtection (with passed in rack-protection configuration) to be used as the request_validation_phase.

Thanks @​jkowens #1027

If you haven't already read the release notes for v2.0.0, you should do so.

v2.0.0

Version 2.0 of OmniAuth includes some changes that may be breaking depending on how you use OmniAuth in your app.

Many thanks to the folks who contributed in code and discussion for these changes.

OmniAuth now defaults to only POST as the allowed request_phase method.

Hopefully, you were already doing this as a result of the warnings due to CVE-2015-9284.

... (truncated)

Commits
  • 36f46c4 Prep for next release
  • a13cd11 Merge pull request #1122 from nschonni/jruby-hack
  • a0b31ec fix: conditional delegate require Rack/JRuby
  • 79d0c9a Merge pull request #1118 from nschonni/remove-old-conditions
  • c160e48 Merge pull request #1102 from madogiwa0124/update-tesed-ruby-versions
  • b6cc0cc chore: Remove conditions for old (J)Ruby
  • c6e01a6 Merge pull request #1110 from nschonni/dependabot-setup
  • 4e9563f ci: update coverals to v2
  • fa2674c ci: update actions/checkout to v3
  • d050031 chore: add Dependabot for version updates
  • Additional commits viewable in compare view

Updates omniauth-cas from 2.0.0 to 3.0.0

Release notes

Sourced from omniauth-cas's releases.

v3.0.0

What's Changed

Full Changelog: dlindahl/omniauth-cas@v2.0.0...v3.0.0

v3.0.0.beta.1

What's Changed

Full Changelog: dlindahl/omniauth-cas@v2.0.0...v3.0.0.beta.1

Changelog

Sourced from omniauth-cas's changelog.

3.0.0 - 2024-02-24

Changed

  • There are no changes between 3.0.0 and 3.0.0.beta.1

3.0.0.beta.1 - 2024-01-12

Changed

  • Breaking change: Support OmniAuth 2 (#82).
  • Potential breaking change: case of Omniauth::Cas::VERSION module (#76).

Removed

  • Compatibility with EOL Ruby versions (#73).
Commits
  • a8bd9b2 Merge pull request #86 from dlindahl/release/v3.0.0
  • 0553de7 Update changelog and version
  • 5f7f7fb Merge pull request #85 from dlindahl/chore/fix-some-offenses
  • fa932f9 Fix some offenses
  • 6ebadfd Improve Readme
  • c47a0e9 Merge pull request #84 from dlindahl/chore/release-3-beta
  • 24f16d8 Set version and changelog to 3.0.0.beta.1
  • 9d9d3a9 Merge pull request #82 from dlindahl/feature/omniauth-2
  • 435573c Add OmniAuth v2 support
  • 4c25eed Merge pull request #81 from dlindahl/feature/honor-skip-info
  • Additional commits viewable in compare view

Updates omniauth-saml from 1.10.3 to 2.1.0

Release notes

Sourced from omniauth-saml's releases.

v2.1.0 (2022-03-01)

Refactor

  • Rename usage of deprecated SAML options (74ed8df)

Chores

v2.0.0

v2.0.0 (2021-01-13)

Chores

Changelog

Sourced from omniauth-saml's changelog.

v2.1.0 (2022-03-01)

Refactor

  • Rename usage of deprecated SAML options (74ed8df)

Chores

v2.0.0 (2021-01-13)

Chores

Commits

Updates nokogiri from 1.15.2 to 1.16.5

Release notes

Sourced from nokogiri's releases.

v1.16.5 / 2024-05-13

Security

Dependencies


sha256 checksums:

af0f44fa3e664dfb2aa10de8b551447d720c1e8d1f0aa3f35783dcc43e40a874  nokogiri-1.16.5-aarch64-linux.gem
23dc2357b26409a5c33b7e32a82902f0e9995305420f16d1a03ab3ea1a482fec  nokogiri-1.16.5-arm-linux.gem
950d037530edb49f75ad35de0b8038b970a7dda57e2b6326895b0e49fadf6214  nokogiri-1.16.5-arm64-darwin.gem
b7aefc94370c62476b8528e8d8abb6160203abd84a1f4eceda8f1aa8974d9989  nokogiri-1.16.5-java.gem
ec2167160df8fec3137bf95d574ed80ebc1d002bb3b281546b60b4aa9002466e  nokogiri-1.16.5-x64-mingw-ucrt.gem
6984200491fac69974005ecfa2de129d61843d345eafa5d6f58e8b908d1cf107  nokogiri-1.16.5-x64-mingw32.gem
abdc389ab1ec6604492da16bd9d06ad746fdb6bd6a1bd274c400d61ffcadb3c4  nokogiri-1.16.5-x86-linux.gem
63d24981345856f2baf7f4089870a62d3042fb8d3021b280fb04fc052532e3c4  nokogiri-1.16.5-x86-mingw32.gem
71b5f54e378c433d13df67c3b71acc4716129da62402d8181f310c4216a63279  nokogiri-1.16.5-x86_64-darwin.gem
0ca238da870066bed2f7837af6f35791bb9b76c4c5638999c46aac44818a6a97  nokogiri-1.16.5-x86_64-linux.gem
ec36162c68984fa0a90a5c4ae7ab7759460639e716cc1ce75f34c3cb54158ad2  nokogiri-1.16.5.gem

v1.16.4 / 2024-04-10

Dependencies

  • [CRuby] Vendored zlib in the precompiled native gems is updated to v1.3.1 from v1.3. Nokogiri is not affected by the minizip CVE patched in this version, but this update may satisfy some security scanners. Related, see this discussion about removing the compression libraries altogether in a future version of Nokogiri.

sha256 checksums:

bdb1dc4378ebcf3ade8f440c7df68f6d76946a1a96c4823a2b4c53c01a320cd5  nokogiri-1.16.4-aarch64-linux.gem
0c994b9996d5576eddcc3201a94ef2bff6fc3627c4ae4d2708b0ec9b9743ec6a  nokogiri-1.16.4-arm-linux.gem
8e86abb64c93c06d3c588042a0e757279e8f1dc88b5210a00be892a9a7a27196  nokogiri-1.16.4-arm64-darwin.gem
bf84fa28be4943692bd64772186e0832fb1061f80714ccb93e111e9d72b1cadc  nokogiri-1.16.4-java.gem
a46808467c1f63a2031e1ca0715cd5336bb4ec759e9c0e2f4c951c1cc30994ae  nokogiri-1.16.4-x64-mingw-ucrt.gem
4cdf64bc5e9443ec3e0b595347ecc8affe21968d9ae934c0825d26630ef96468  nokogiri-1.16.4-x64-mingw32.gem
d86d21bae47dd9f6f5223055e45d33fae08b0b89aad94cbc0ece4f4274fa7af5  nokogiri-1.16.4-x86-linux.gem
d488b872884844686780fda7cf5da44ee884d32faa713a55aeb4736d76718168  nokogiri-1.16.4-x86-mingw32.gem
a896e52a56951ffb0e6a9279afbf485d683e357a053d27f4cfcb2a73b0824628  nokogiri-1.16.4-x86_64-darwin.gem
92ff4f09910255fec84b3bc4c4b182e94cada3ed12b9f7a6ea058e0af186fb31  nokogiri-1.16.4-x86_64-linux.gem
</tr></table> 

... (truncated)

Changelog

Sourced from nokogiri's changelog.

v1.16.5

Security

Dependencies

v1.16.4 / 2024-04-10

Dependencies

  • [CRuby] Vendored zlib in the precompiled native gems is updated to v1.3.1 from v1.3. Nokogiri is not affected by the minizip CVE patched in this version, but this update may satisfy some security scanners. Related, see this discussion about removing the compression libraries altogether in a future version of Nokogiri.

v1.16.3 / 2024-03-15

Dependencies

Changed

  • [CRuby] XML::Reader sets the @encoding instance variable during reading if it is not passed into the initializer. Previously, it would remain nil. The behavior of Reader#encoding has not changed. This works around changes to how libxml2 reports the encoding used in v2.12.6.

v1.16.2 / 2024-02-04

Security

Dependencies

v1.16.1 / 2024-02-03

Dependencies

... (truncated)

Commits

Updates rack-cors from 2.0.1 to 2.0.2

Changelog

Sourced from rack-cors's changelog.

2.0.2 - 2024-03-04

Changed

Commits

Updates sanitize from 6.0.1 to 6.0.2

Release notes

Sourced from sanitize's releases.

v6.0.2

Bug Fixes

  • CVE-2023-36823: Fixed an HTML+CSS sanitization bypass that could allow XSS (cross-site scripting). This issue affects Sanitize versions 3.0.0 through 6.0.1.

    When using Sanitize's relaxed config or a custom config that allows <style> elements and one or more CSS at-rules, carefully crafted input could be used to sneak arbitrary HTML through Sanitize.

    See the following security advisory for additional details: GHSA-f5ww-cq3m-q3g7

    Thanks to @​cure53 for finding this issue.

Changelog

Sourced from sanitize's changelog.

6.0.2 (2023-07-06)

Bug Fixes

  • CVE-2023-36823: Fixed an HTML+CSS sanitization bypass that could allow XSS (cross-site scripting). This issue affects Sanitize versions 3.0.0 through 6.0.1.

    When using Sanitize's relaxed config or a custom config that allows <style> elements and one or more CSS at-rules, carefully crafted input could be used to sneak arbitrary HTML through Sanitize.

    See the following security advisory for additional details: GHSA-f5ww-cq3m-q3g7

    Thanks to @​cure53 for finding this issue.

Commits

Updates sidekiq from 6.5.9 to 6.5.10

Changelog

Sourced from sidekiq's changelog.

Sidekiq Changes

Sidekiq Changes | Sidekiq Pro Changes | Sidekiq Enterprise Changes

7.2.4

7.2.3

7.2.2

  • Add Process.warmup call in Ruby 3.3+
  • Batch jobs now skip transactional push #6160

7.2.1

  • Add Sidekiq::Work type which replaces the raw Hash as the third parameter in Sidekiq::WorkSet#each { |pid, tid, hash| ... } #6145
  • DEPRECATED: direct access to the attributes within the hash block parameter above. The Sidekiq::Work instance contains accessor methods to get at the same data, e.g.
work["queue"] # Old
work.queue # New

7.2.0

  • sidekiq_retries_exhausted can return :discard to avoid the deadset and all death handlers #6091
  • Metrics filtering by job class in Web UI #5974
  • Better readability and formatting for numbers within the Web UI #6080
  • Add explicit error if user code tries to nest test modes #6078
Sidekiq::Testing.inline! # global setting
Sidekiq::Testing.fake! do # override within block
  # ok
  Sidekiq::Testing.inline! do # can't override the override
</tr></table> 

... (truncated)

Commits

Updates sidekiq-unique-jobs from 7.1.29 to 7.1.33

Release notes

Sourced from sidekiq-unique-jobs's releases.

v7.1.33

What's Changed

  • NOTE: The RCE vulnerability was a false alarm; sidekiq-unique-jobs was not vulnerable to RCE. You can find additional information in the PR linked below.
  • fix: backport xss and rce fixes to v7.1 by @​mhenrixon in mhenrixon/sidekiq-unique-jobs#834

Full Changelog: mhenrixon/sidekiq-unique-jobs@v7.1.32...v7.1.33

v7.1.31

What's Changed

New Contributors

Full Changelog: mhenrixon/sidekiq-unique-jobs@v7.1.30...v7.1.31

v7.1.30

What's Changed

Full Changelog: mhenrixon/sidekiq-unique-jobs@v7.1.29...v7.1.30

Changelog

Sourced from sidekiq-unique-jobs's changelog.

v7.1.33 (2024-02-12)

Full Changelog

v8.0.9 (2024-02-12)

Full Changelog

Fixed bugs:

v8.0.8 (2024-02-12)

Full Changelog

Implemented enhancements:

  • fix: ensure a new lock isn't conflicting with itself #830 (mhenrixon)

Fixed bugs:

  • until_and_while_executing not entering perform method on initial run #824
  • fix(digest): write digest on middleware call #774 (mhenrixon)

Closed issues:

  • incompatibility with sidekiq-failures #790
  • Jobs queued during existing job inherit lock digest #766

v8.0.7 (2024-02-05)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

Merged pull requests:

... (truncated)

Commits
  • f613977 Bump sidekiq-unique-jobs to 7.1.33
  • cd09ba6 fix: backport xss and rce fixes to v7.1 (#834)
  • 81cc875 Bump sidekiq-unique-jobs to 7.1.32
  • 3e21885 fix: while_executing should not invoke conflict strategy when the job was s...
  • eec260f Bump sidekiq-unique-jobs to 7.1.31
  • 9682f16 chore(gem): bump version
  • 0d9a4ea Fix active worker detection by using correct keys (#756) (#799)
  • See full diff in compare view

Updates json-jwt from 1.15.3 to 1.15.3.1

Commits

Updates rotp from 6.2.2 to 6.3.0

Release notes

Sourced from rotp's releases.

v6.3.0

6.3.0 (2023-08-30)

Features

  • Allow for non-standard provisioning URI params, eg. image/icon (#91) (45d8aac)
Changelog

Sourced from rotp's changelog.

6.3.0 (2023-08-30)

Features

  • Allow for non-standard provisioning URI params, eg. image/icon (#91) (45d8aac)
Commits
  • 131d2c3 chore(main): release 6.3.0 (#132)
  • 45d8aac feat: Allow for non-standard provisioning URI params, eg. image/icon (#91)
  • 3908511 chore: bootstrap releases for path: . (#131)
  • 06581e7 Chore: run CI on all pull requests (#130)
  • 9a48b39 chore: docker-compose.yml: Use ruby-3.0 (#128)
  • b38a738 Chore: CI Update for please release and Devcontainer addition of act (#127)
  • 2425911 Merge pull request #126 from mdp/mdp/pr_rollup
  • 9b5390e Merge branch 'main' into mdp/pr_rollup
  • be137f1 Add Ruby 3.2 to CI.
  • 5b60912 Merge pull request #116 from gogainda/patch-1
  • Additional commits viewable in

Bumps the bundler group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [puma](https://github.com/puma/puma) | `6.3.0` | `6.4.2` |
| [rack](https://github.com/rack/rack) | `2.2.7` | `2.2.8.1` |
| [omniauth](https://github.com/omniauth/omniauth) | `1.9.2` | `2.1.2` |
| [omniauth-cas](https://github.com/dlindahl/omniauth-cas) | `2.0.0` | `3.0.0` |
| [omniauth-saml](https://github.com/omniauth/omniauth-saml) | `1.10.3` | `2.1.0` |
| [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.15.2` | `1.16.5` |
| [rack-cors](https://github.com/cyu/rack-cors) | `2.0.1` | `2.0.2` |
| [sanitize](https://github.com/rgrove/sanitize) | `6.0.1` | `6.0.2` |
| [sidekiq](https://github.com/sidekiq/sidekiq) | `6.5.9` | `6.5.10` |
| [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) | `7.1.29` | `7.1.33` |
| [json-jwt](https://github.com/nov/json-jwt) | `1.15.3` | `1.15.3.1` |
| [rotp](https://github.com/mdp/rotp) | `6.2.2` | `6.3.0` |
| [uri](https://github.com/ruby/uri) | `0.12.1` | `0.13.0` |



Updates `puma` from 6.3.0 to 6.4.2
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.3.0...v6.4.2)

Updates `rack` from 2.2.7 to 2.2.8.1
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v2.2.7...v2.2.8.1)

Updates `omniauth` from 1.9.2 to 2.1.2
- [Release notes](https://github.com/omniauth/omniauth/releases)
- [Commits](omniauth/omniauth@v1.9.2...v2.1.2)

Updates `omniauth-cas` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/dlindahl/omniauth-cas/releases)
- [Changelog](https://github.com/dlindahl/omniauth-cas/blob/master/CHANGELOG.md)
- [Commits](dlindahl/omniauth-cas@v2.0.0...v3.0.0)

Updates `omniauth-saml` from 1.10.3 to 2.1.0
- [Release notes](https://github.com/omniauth/omniauth-saml/releases)
- [Changelog](https://github.com/omniauth/omniauth-saml/blob/master/CHANGELOG.md)
- [Commits](omniauth/omniauth-saml@v1.10.3...v2.1.0)

Updates `nokogiri` from 1.15.2 to 1.16.5
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.15.2...v1.16.5)

Updates `rack-cors` from 2.0.1 to 2.0.2
- [Changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md)
- [Commits](cyu/rack-cors@v2.0.1...v2.0.2)

Updates `sanitize` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/rgrove/sanitize/releases)
- [Changelog](https://github.com/rgrove/sanitize/blob/main/HISTORY.md)
- [Commits](rgrove/sanitize@v6.0.1...v6.0.2)

Updates `sidekiq` from 6.5.9 to 6.5.10
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.5.9...v6.5.10)

Updates `sidekiq-unique-jobs` from 7.1.29 to 7.1.33
- [Release notes](https://github.com/mhenrixon/sidekiq-unique-jobs/releases)
- [Changelog](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/main/CHANGELOG.md)
- [Commits](mhenrixon/sidekiq-unique-jobs@v7.1.29...v7.1.33)

Updates `json-jwt` from 1.15.3 to 1.15.3.1
- [Release notes](https://github.com/nov/json-jwt/releases)
- [Changelog](https://github.com/nov/json-jwt/blob/main/CHANGELOG.md)
- [Commits](nov/json-jwt@v1.15.3...v1.15.3.1)

Updates `rotp` from 6.2.2 to 6.3.0
- [Release notes](https://github.com/mdp/rotp/releases)
- [Changelog](https://github.com/mdp/rotp/blob/main/CHANGELOG.md)
- [Commits](mdp/rotp@v6.2.2...v6.3.0)

Updates `uri` from 0.12.1 to 0.13.0
- [Release notes](https://github.com/ruby/uri/releases)
- [Commits](ruby/uri@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: rack
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: omniauth
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: omniauth-cas
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: omniauth-saml
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: nokogiri
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: rack-cors
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: sanitize
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: sidekiq
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: sidekiq-unique-jobs
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: json-jwt
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: rotp
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: uri
  dependency-type: indirect
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels May 13, 2024
Copy link
Author

dependabot bot commented on behalf of github May 16, 2024

Superseded by #5.

@dependabot dependabot bot closed this May 16, 2024
@dependabot dependabot bot deleted the dependabot/bundler/bundler-4780ac72f5 branch May 16, 2024 21:09
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