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 37 updates #2

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

Conversation

dependabot[bot]
Copy link

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

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

Package From To
rexml 3.2.5 3.3.9
puma 5.6.5 5.6.9
rack 2.2.4 2.2.8.1
pghero 2.8.3 3.1.0
devise-two-factor 4.0.2 6.1.0
rails-i18n 6.0.0 7.0.10
rails 6.1.7 7.1.5.1
thor 1.2.1 1.3.2
kt-paperclip 7.1.1 7.2.2
active_model_serializers 0.10.13 0.10.15
addressable 2.8.1 2.8.7
chewy 7.2.4 7.6.0
omniauth-saml 1.10.3 1.10.5
http 5.1.0 5.2.0
nokogiri 1.13.8 1.17.1
nsa 0.2.8 0.3.0
json-ld 3.2.3 3.3.2
letter_opener 1.8.1 1.10.0
omniauth 1.9.2 2.1.2
omniauth-cas 2.0.0 3.0.0
omniauth-saml 1.10.5 2.1.2
doorkeeper 5.6.0 5.6.6
sanitize 6.0.0 6.0.2
sidekiq 6.5.7 6.5.10
sidekiq-unique-jobs 7.1.27 7.1.33
fugit 1.7.1 1.11.1
json-jwt 1.13.0 1.15.3.1

Updates rexml from 3.2.5 to 3.3.9

Release notes

Sourced from rexml's releases.

REXML 3.3.9 - 2024-10-24

Improvements

  • Improved performance.

Fixes

  • Fixed a parse bug for text only invalid XML.

  • Fixed a parse bug that &#0x...; is accepted as a character reference.

Thanks

  • NAITOH Jun

REXML 3.3.8 - 2024-09-29

Improvements

  • SAX2: Improve parse performance.

Fixes

  • Fixed a bug that unexpected attribute namespace conflict error for the predefined "xml" namespace is reported.
    • GH-208
    • Patch by KITAITI Makoto

Thanks

  • NAITOH Jun

  • KITAITI Makoto

REXML 3.3.7 - 2024-09-04

Improvements

  • Added local entity expansion limit methods

... (truncated)

Changelog

Sourced from rexml's changelog.

3.3.9 - 2024-10-24 {#version-3-3-9}

Improvements

  • Improved performance.

Fixes

  • Fixed a parse bug for text only invalid XML.

  • Fixed a parse bug that &#0x...; is accepted as a character reference.

Thanks

  • NAITOH Jun

3.3.8 - 2024-09-29 {#version-3-3-8}

Improvements

  • SAX2: Improve parse performance.

Fixes

  • Fixed a bug that unexpected attribute namespace conflict error for the predefined "xml" namespace is reported.
    • GH-208
    • Patch by KITAITI Makoto

Thanks

  • NAITOH Jun

  • KITAITI Makoto

3.3.7 - 2024-09-04 {#version-3-3-7}

Improvements

  • Added local entity expansion limit methods

... (truncated)

Commits

Updates puma from 5.6.5 to 5.6.9

Release notes

Sourced from puma's releases.

5.6.7

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.

5.6.9 / 2024-09-19

  • Security
    • Discards any headers using underscores if the non-underscore version also exists. Without this, an attacker could overwrite values set by intermediate proxies (e.g. X-Forwarded-For). (CVE-2024-45614/GHSA-9hf4-67fc-4vf4)
  • JRuby
    • Must use at least Java >= 9 to compile. You can no longer build from source on Java 8.

5.6.8 / 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)

5.6.7 / 2023-08-18

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

5.6.6 / 2023-06-21

  • Bugfix
    • Prevent loading with rack 3 (#3166)
Commits

Updates rack from 2.2.4 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

v2.2.7

What's Changed

New Contributors

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

v2.2.6.4

No release notes provided.

Changelog

Sourced from rack's changelog.

Changelog

All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference Keep A Changelog.

Unreleased

Added

  • Introduce Rack::VERSION constant. (#2199, [@​ioquatix])
  • ISO-2022-JP encoded parts within MIME Multipart sections of an HTTP request body will now be converted to UTF-8. (#2245, [@​nappa])

Changed

Deprecated

  • Rack::Auth::AbstractRequest#request is deprecated without replacement. (#2229, [@​jeremyevans])
  • Rack::Request#parse_multipart (private method designed to be overridden in subclasses) is deprecated without replacement. (#2229, [@​jeremyevans])

Removed

Fixed

  • Rack::RewindableInput::Middleware no longer wraps a nil input. (#2259, @​tt)

[3.1.8] - 2024-10-14

Fixed

[3.1.7] - 2024-07-11

Fixed

[3.1.6] - 2024-07-03

Fixed

... (truncated)

Commits

Updates pghero from 2.8.3 to 3.1.0

Changelog

Sourced from pghero's changelog.

3.1.0 (2023-01-04)

  • Fixed explain error message leaking data - more info
  • Explain analyze is now opt-in - more info
  • Added support for disabling explain and explain analyze
  • Added support for visualize without explain analyze
  • Added explain_v2 method

3.0.1 (2022-10-09)

  • Fixed message when database user does not have permission to reset query stats

3.0.0 (2022-09-13)

  • Changed capture_query_stats to only reset stats for current database in Postgres 12+
  • Changed reset_query_stats to only reset stats for current database (use reset_instance_query_stats to reset stats for entire instance)
  • Added visualize_url option to config
  • Removed access_key_id, secret_access_key, region, and db_instance_identifier methods (use aws_ prefixed methods instead)
  • Dropped support for Linux packages for EOL versions
  • Dropped support for Ruby < 2.7 and Rails < 6
  • Dropped support for pg_query < 2
  • Dropped support for aws-sdk < 2
Commits
  • 80b638e Version bump to 3.1.0 [skip ci]
  • a81bb01 Fixed explain error message leaking data
  • 5cf3a2a Fixed CI
  • 65aa2bc Added support for disabling explain and explain analyze
  • e981247 Check current query stats for explainable query [skip ci]
  • 026508c Fixed CI
  • a8c8bc8 Test with Ruby 3.2 on CI
  • 1f415e6 Improved Docker note [skip ci]
  • 702fe4c Added Postgres 15 to CI
  • 65e3d2c Version bump to 3.0.1 [skip ci]
  • Additional commits viewable in compare view

Updates devise-two-factor from 4.0.2 to 6.1.0

Changelog

Sourced from devise-two-factor's changelog.

CHANGELOG

Unreleased

6.0.0

Breaking Changes

5.1.0

  • Remove faker dev dependency
  • Insert two_factor_authenticatable at the top of the devise module list
  • README and CI improvements

5.0.0

Breaking Changes

4.1.0 / 4.1.1

  • Add support for attr_encrypted v4
Commits
  • 2f704be Add release task from Bundler
  • 1698f86 Add Trusted Publisher Github action
  • aa95d36 Remove signing certificate
  • 3c5b985 Bump to v6.1.0
  • d12fecf Merge pull request #291 from el-chogo/el-chogo/rails-8.0-support
  • 0f68e58 add rails 8.0 as a supported version
  • 1be3f77 Merge pull request #287 from mjankowski/ci-version-support
  • c59be18 Remove non-supported rails versions from Appraisals
  • c661843 Merge pull request #284 from sunny/patch-1
  • 683b4e6 Update CHANGELOG for 6.0.0 release
  • Additional commits viewable in compare view

Updates rails-i18n from 6.0.0 to 7.0.10

Changelog

Sourced from rails-i18n's changelog.

7.0.10 (2024-10-28)

  • Update following locales:
    • Lithuanian (lt): Add missing keys (x_years, in, model_invalid, required, round_mode, eb, pb)
    • Portuguese (pt): Fixed number.currency.format.format and helpers.submit.update #1122
    • Croatian (hr): use genitive case for month names and put a period after weekday and month abbreviations #1126
    • Korean (ko): Add missing keys (Storage units) #1118
  • Fix compatibility with frozen string literals. #1120
  • Refactor translations implemented in Ruby to avoid method redefinition warnings on reload. #1128

7.0.9 (2024-03-13)

  • Add following locales:
    • Welsh (cy)
  • Fix empty am and pm keys to make dates/times in the 12-hour time format distinguishable in every locale #1105
  • Update following locales:
    • Afrikaans (af): Fix translation of May #1110
    • Czech (cs): Capitalise date day and month names for consistency #1113
    • Traditional Chinese (zh-HK, zh-TW, zh-YUE): Use traditional "week" character in date.abbr_day_names #1112
    • Italian (it): Fix translation for second prompt #1111
    • Bosnian (bs): am/pm
    • Danish (da): am/pm
    • Galician (gl): am/pm
    • Icelandic (is): am/pm
    • Norwegian Bokmål (nb): am/pm
    • Norwegian Nynorsk (nn): am/pm
    • Portuguese (pt-BR): am/pm
    • Romanian (ro): am/pm
    • Swedish (sv sv-FI sv-SE): am/pm
    • Welsh (cy): Move the keys to right place and add missing keys
    • Danish (da): Remove title case for storage and human decimal units #1108
  • Add ordinalization for many locales (be, bs, cs, da, de-AT, de-CH, de-DE, eo, et, fa, fi, hr, hu, is, ka, lb, lt, lv, mk, nb, ne, nn, pl, sk, sl, sq, sr, sw, tr) #1109

7.0.8 (2023-08-15)

  • Update following locales:
    • Bengali (bn): Add missing keys (almost_x_years) #1094
    • English (en-US): Normalize and add missing keys (in and round_mode) #1095
    • Korean (ko): Add missing keys (in and round_mode) #1097
    • Norwegian (nb): Fix extra %{count} interpolation in has_one key #1082
    • Portuguese (pt pt-BR): Add missing keys (round_mode) #1100
    • Spanish (es-419 es-AR es-CL es-CO es-CR es-EC es-MX es-NI es-PA es-PE es-US es-VE): Fix typo in word carácter #1090
    • Spanish (es-419 es-AR es-CL es-CO es-CR es-EC es-ES es-MX es-NI es-PA es-PE es-US es-VE): Normalize and add missing keys (in) #1089
    • Ukranian: Use hryvnia symbol as a currency unit #1093

7.0.7 (2023-05-12)

  • Non-numerics counts are considered as other in all pluralizations #1067
  • Update following locales:

... (truncated)

Commits
  • 9259183 7.0.10 release
  • 246b2fa Merge pull request #1114 from vfonic/patch-1
  • 9583e1f Merge pull request #1128 from Shopify/reloading-safe
  • 8b32b36 Fix method redefinition warnings when pluralizations are reloaded
  • ea08c7c Merge pull request #1126 from vipera/hr-month-abbreviation-improvements
  • 896ea6d Merge branch 'master' into hr-month-abbreviation-improvements
  • 68877ea Merge pull request #1124 from olleolleolle/patch-1
  • ba6412d Merge pull request #1127 from svenfuchs/digitalfrost-patch-91624
  • 84ba405 Merge pull request #1121 from jonas-jasas/master
  • 346b3a6 Merge pull request #1118 from kimdj2/add-missing-key-storage-units-ko
  • Additional commits viewable in compare view

Updates rails from 6.1.7 to 7.1.5.1

Release notes

Sourced from rails's releases.

7.1.5.1

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • Add validation to content security policies to disallow spaces and semicolons. Developers should use multiple arguments, and different directive methods instead.

    [CVE-2024-54133]

    Gannon McGibbon

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

Active Storage

  • No changes.

... (truncated)

Commits
  • 14c115b Preparing for 7.1.5.1 release
  • 8ac074a Update vendored trix version to 2.1.10
  • 5558e72 Add CSP directive validation
  • 8984f4c Revert "Merge pull request #53484 from zzak/query_cache-config-disable"
  • 30f7974 Revert "Merge pull request #53494 from zzak/re-53492"
  • 625ec92 Preparing for 7.1.5 release
  • b1a7569 Add yarn.lock allowed dirty files
  • d78c6e4 Merge pull request #53494 from zzak/re-53492
  • e60b786 Merge pull request #53484 from zzak/query_cache-config-disable
  • 252723d Avoid redefining IpAddr#as_json if it already exist
  • Additional commits viewable in compare view

Updates thor from 1.2.1 to 1.3.2

Release notes

Sourced from thor's releases.

1.3.2

What's Changed

New Contributors

Full Changelog: rails/thor@v1.3.1...v1.3.2

1.3.1

What's Changed

New Contributors

Full Changelog: rails/thor@v1.3.0...v1.3.1

v1.3.0

What's Changed

New Contributors

... (truncated)

Commits
  • 33b9682 Fix release script
  • de55517 Prepare for 1.3.2
  • d342a4f Add release workflow
  • f2e243d Merge pull request #878 from takmar/fix/find-class-and-command-name
  • 3821657 Fix find_class_and_command_by_namespace to correctly identify hyphenated and ...
  • 871d132 Add command_exists? method to Thor and Thor::Group classes
  • 8f897d5 Merge pull request #880 from duffuniverse/fix-typos-in-readme
  • 42fb1db Add a missed comma to readme
  • 34f6dbe Fix a few typos in README
  • a43d92f Prepare for 1.3.1
  • Additional commits viewable in compare view

Updates kt-paperclip from 7.1.1 to 7.2.2

Release notes

Sourced from kt-paperclip's releases.

Release v7.2.2

Release v7.2.1

  • Use ActiveModel for file size validation (#122)
  • Add exception message to avoid exposing class (#115)
  • Mutate I18n.load_path only the first time Paperclip::Glue is included (#117)
  • Support file extension names both as symbols and strings for :content _type_mappings (#119)
  • Fix kwargs vs options hash for Ruby 3.0 compatibility (kreeti/kt-paperclip#116)

Release v7.2.0

Changelog

Sourced from kt-paperclip's changelog.

[UNRELEASED]

7.2.1 (2023-09-09)

  • Improvement: Support file extension names both as symbols and strings for :content_type_mappings

7.2.0 (2023-05-30)

  • Paperclip schema statements are consistent with ActiveRecord::Migration::Compatibility versioning. Old migrations containing Paperclip schema statements perform the same schema changes both before and after an ActiveRecord version upgrade.

7.0.1 (2021-10-06)

  • Issue file delete only once per unique style when nullifying attachment or destroying an object. Avoids triggering a rate limit error on Google Cloud Storage.

7.0.0 (2021-05-28)

  • Replace mimemagic gem with marcel due to licensing issues. See kreeti/kt-paperclip#54 for details and limitations

6.4.1 (2021-01-30)

  • Improvement: Use URI.open in ruby > 2.5 (PR #45)

6.4.0 (2020-12-14)

  • Improvement: Fix Ruby 2.7 method & syntax deprecation warnings (#38)

6.3.0 (2020-08-10)

  • Feature: Add validation_errors_to option - customize copying of errors (#26)
  • Stability: Dropped support for ruby 2.1

6.2.2 (2020-02-18)

  • Bugfix: Add support for Aliases in S3 credentials YAML (accidentally removed during 6.2.0 upgrade).

6.2.1 (2020-01-30)

  • Bugfix: Auto-loading of the gem code (necessitated due to change in gem name).

6.2.0 (2020-01-23):

  • Bugfix: Don't do post-processing on invalid attachments (#16).
  • Improvement: Use AWS::S3 built in download_file method (#9).
  • Stability: Rubocop recommended syntax updates (#10, #11, #13, #14).
  • Stability: Testing - replace mocha and bourne with rspec mocks (#6).
  • Stability: Fix test suite to run with Rails 5 and Rails 6 (#19, #20, #7).

6.1.0 (2018-07-27):

  • BUGFIX: Don't double-encode URLs (Roderick Monje).
  • BUGFIX: Only use the content_type when it exists (Jean-Philippe Doyle).
  • STABILITY: Better handling of the content-disposition header. Now supports file name that is either enclosed or not in double quotes and is case insensitive as per RC6266 grammar (Hasan Kumar, Yves Riel).
  • STABILITY: Change database column type of attachment file size from unsigned 4-byte integer to unsigned 8-byte bigint. The former type limits attachment size to just over 2GB, which can easily be exceeded by a large video file (Laurent Arnoud, Alen Zamanyan).

... (truncated)

Commits
  • ff04ddc prepare for release 7.2.2
  • 1c6dfe6 include migration statements on ActiveRecord::Migration (#125)
  • 0fbd26f Allow for terrapin 1.x (#130)
  • 8a6631b prepare for new release
  • 743979b Use ActiveModel for size file validatiom #Issue 120 (#122)
  • edd1d9d Add gd translation (#114)
  • 88a2ce1 Add exception message to avoid exposing class (#115)
  • 8bdf43f Mutate I18n.load_path only the first time Paperclip::Glue is included (#117)
  • 8e3cd82 Support file extension names both as symbols and strings for :content_type_ma...
  • 93a1400 Fix kwargs vs options hash for Ruby 3.0 compatibility (#116)
  • Additional commits viewable in compare view

Updates active_model_serializers from 0.10.13 to 0.10.15

Changelog

Sourced from active_model_serializers's changelog.

v0.10.15 (2024-11-30)

Fixes:

Misc:

v0.10.14 (2023-10-05)

Breaking changes:

Features:

Fixes:

Misc:

Commits
  • 8e1b223 chore(version): bump to v0.10.15
  • eef9fd2 Merge pull request #2483 from pulkit110/0-10-stable
  • b31d91c Support Rails 8
  • b21e78b Merge pull request #2482 from vineelvineel/fix_cant_modify_frozen_hash
  • 785b7d3 Fix cant modify frozen Hash error due to rails changes
  • bda1950 Merge pull request #2460 from eugeneius/lazy_load_action_controller_test_case
  • bb43abd Don't force ActionController::TestCase to load
  • 2170177 Merge pull request #2459 from Mubramaj/patch-1
  • 09ebef2 Update add_pagination_links.md to add specific instruction for will_paginate gem
  • 717ac11 Merge pull request #2455 from schinery/0-10-stable
  • Additional commits viewable in compare view

Updates addressable from 2.8.1 to 2.8.7

Changelog

Sourced from addressable's changelog.

Addressable 2.8.7

  • Allow public_suffix 6 (#535)

#535: sporkmonger/addressable#535

Addressable 2.8.6

  • Memoize regexps for common character classes (#524)

#524: sporkmonger/addressable#524

Addressable 2.8.5

  • Fix thread safety issue with encoding tables (#515)
  • Define URI::NONE as a module to avoid serialization issues (#509)
  • Fix YAML serialization (#508)

#508: sporkmonger/addressable#508 #509: sporkmonger/addressable#509 #515: sporkmonger/addressable#515

Addressable 2.8.4

  • Restore Addressable::IDNA.unicode_normalize_kc as a deprecated method (#504)

#504: sporkmonger/addressable#504

Addressable 2.8.3

  • Fix template expand level 2 hash support for non-string objects (#499, #498)

#499: sporkmonger/addressable#499 #498: sporkmonger/addressable#498

Addressable 2.8.2

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

| Package | From | To |
| --- | --- | --- |
| [rexml](https://github.com/ruby/rexml) | `3.2.5` | `3.3.9` |
| [puma](https://github.com/puma/puma) | `5.6.5` | `5.6.9` |
| [rack](https://github.com/rack/rack) | `2.2.4` | `2.2.8.1` |
| [pghero](https://github.com/ankane/pghero) | `2.8.3` | `3.1.0` |
| [devise-two-factor](https://github.com/tinfoil/devise-two-factor) | `4.0.2` | `6.1.0` |
| [rails-i18n](https://github.com/svenfuchs/rails-i18n) | `6.0.0` | `7.0.10` |
| [rails](https://github.com/rails/rails) | `6.1.7` | `7.1.5.1` |
| [thor](https://github.com/rails/thor) | `1.2.1` | `1.3.2` |
| [kt-paperclip](https://github.com/kreeti/kt-paperclip) | `7.1.1` | `7.2.2` |
| [active_model_serializers](https://github.com/rails-api/active_model_serializers) | `0.10.13` | `0.10.15` |
| [addressable](https://github.com/sporkmonger/addressable) | `2.8.1` | `2.8.7` |
| [chewy](https://github.com/toptal/chewy) | `7.2.4` | `7.6.0` |
| [omniauth-saml](https://github.com/omniauth/omniauth-saml) | `1.10.3` | `1.10.5` |
| [http](https://github.com/httprb/http) | `5.1.0` | `5.2.0` |
| [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.13.8` | `1.17.1` |
| [nsa](https://github.com/localshred/nsa) | `0.2.8` | `0.3.0` |
| [json-ld](https://github.com/ruby-rdf/json-ld) | `3.2.3` | `3.3.2` |
| [letter_opener](https://github.com/ryanb/letter_opener) | `1.8.1` | `1.10.0` |
| [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.5` | `2.1.2` |
| [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) | `5.6.0` | `5.6.6` |
| [sanitize](https://github.com/rgrove/sanitize) | `6.0.0` | `6.0.2` |
| [sidekiq](https://github.com/sidekiq/sidekiq) | `6.5.7` | `6.5.10` |
| [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) | `7.1.27` | `7.1.33` |
| [fugit](https://github.com/floraison/fugit) | `1.7.1` | `1.11.1` |
| [json-jwt](https://github.com/nov/json-jwt) | `1.13.0` | `1.15.3.1` |



Updates `rexml` from 3.2.5 to 3.3.9
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.2.5...v3.3.9)

Updates `puma` from 5.6.5 to 5.6.9
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.5...v5.6.9)

Updates `rack` from 2.2.4 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@2.2.4...v2.2.8.1)

Updates `pghero` from 2.8.3 to 3.1.0
- [Changelog](https://github.com/ankane/pghero/blob/master/CHANGELOG.md)
- [Commits](ankane/pghero@v2.8.3...v3.1.0)

Updates `devise-two-factor` from 4.0.2 to 6.1.0
- [Changelog](https://github.com/devise-two-factor/devise-two-factor/blob/main/CHANGELOG.md)
- [Commits](devise-two-factor/devise-two-factor@v4.0.2...v6.1.0)

Updates `rails-i18n` from 6.0.0 to 7.0.10
- [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md)
- [Commits](svenfuchs/rails-i18n@v6.0.0...v7.0.10)

Updates `rails` from 6.1.7 to 7.1.5.1
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v6.1.7...v7.1.5.1)

Updates `thor` from 1.2.1 to 1.3.2
- [Release notes](https://github.com/rails/thor/releases)
- [Commits](rails/thor@v1.2.1...v1.3.2)

Updates `kt-paperclip` from 7.1.1 to 7.2.2
- [Release notes](https://github.com/kreeti/kt-paperclip/releases)
- [Changelog](https://github.com/kreeti/kt-paperclip/blob/master/NEWS)
- [Commits](kreeti/kt-paperclip@v7.1.1...v7.2.2)

Updates `active_model_serializers` from 0.10.13 to 0.10.15
- [Release notes](https://github.com/rails-api/active_model_serializers/releases)
- [Changelog](https://github.com/rails-api/active_model_serializers/blob/v0.10.15/CHANGELOG.md)
- [Commits](rails-api/active_model_serializers@v0.10.13...v0.10.15)

Updates `addressable` from 2.8.1 to 2.8.7
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](sporkmonger/addressable@addressable-2.8.1...addressable-2.8.7)

Updates `chewy` from 7.2.4 to 7.6.0
- [Release notes](https://github.com/toptal/chewy/releases)
- [Changelog](https://github.com/toptal/chewy/blob/master/CHANGELOG.md)
- [Commits](toptal/chewy@v7.2.4...v7.6.0)

Updates `omniauth-saml` from 1.10.3 to 1.10.5
- [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...v1.10.5)

Updates `http` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/httprb/http/blob/main/CHANGELOG.md)
- [Commits](httprb/http@v5.1.0...v5.2.0)

Updates `nokogiri` from 1.13.8 to 1.17.1
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.13.8...v1.17.1)

Updates `nsa` from 0.2.8 to 0.3.0
- [Commits](https://github.com/localshred/nsa/commits)

Updates `json-ld` from 3.2.3 to 3.3.2
- [Release notes](https://github.com/ruby-rdf/json-ld/releases)
- [Commits](ruby-rdf/json-ld@3.2.3...3.3.2)

Updates `letter_opener` from 1.8.1 to 1.10.0
- [Changelog](https://github.com/ryanb/letter_opener/blob/master/CHANGELOG.md)
- [Commits](ryanb/letter_opener@v1.8.1...v1.10.0)

Updates `omniauth-saml` from 1.10.3 to 1.10.5
- [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...v1.10.5)

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.5 to 2.1.2
- [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...v1.10.5)

Updates `doorkeeper` from 5.6.0 to 5.6.6
- [Release notes](https://github.com/doorkeeper-gem/doorkeeper/releases)
- [Changelog](https://github.com/doorkeeper-gem/doorkeeper/blob/main/CHANGELOG.md)
- [Commits](doorkeeper-gem/doorkeeper@v5.6.0...v5.6.6)

Updates `nokogiri` from 1.13.8 to 1.17.1
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.13.8...v1.17.1)

Updates `sanitize` from 6.0.0 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.0...v6.0.2)

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

Updates `sidekiq-unique-jobs` from 7.1.27 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.27...v7.1.33)

Updates `actionmailer` from 6.1.7 to 7.1.5.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.0.1/actionmailer/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7...v7.1.5.1)

Updates `actionpack` from 6.1.7 to 7.1.5.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.0.1/actionpack/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7...v7.1.5.1)

Updates `actiontext` from 6.1.7 to 7.1.5.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.0.1/actiontext/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7...v7.1.5.1)

Updates `actionview` from 6.1.7 to 7.1.5.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.0.1/actionview/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7...v7.1.5.1)

Updates `activerecord` from 6.1.7 to 7.1.5.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.0.1/activerecord/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7...v7.1.5.1)

Updates `activestorage` from 6.1.7 to 7.1.5.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.0.1/activestorage/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7...v7.1.5.1)

Updates `activesupport` from 6.1.7 to 7.1.5.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.0.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7...v7.1.5.1)

Updates `fugit` from 1.7.1 to 1.11.1
- [Changelog](https://github.com/floraison/fugit/blob/master/CHANGELOG.md)
- [Commits](floraison/fugit@v1.7.1...v1.11.1)

Updates `globalid` from 1.0.0 to 1.2.1
- [Release notes](https://github.com/rails/globalid/releases)
- [Commits](rails/globalid@v1.0.0...v1.2.1)

Updates `json-jwt` from 1.13.0 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.13.0...v1.15.3.1)

Updates `loofah` from 2.19.0 to 2.23.1
- [Release notes](https://github.com/flavorjones/loofah/releases)
- [Changelog](https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md)
- [Commits](flavorjones/loofah@v2.19.0...v2.23.1)

Updates `rails-html-sanitizer` from 1.4.3 to 1.6.1
- [Release notes](https://github.com/rails/rails-html-sanitizer/releases)
- [Changelog](https://github.com/rails/rails-html-sanitizer/blob/main/CHANGELOG.md)
- [Commits](rails/rails-html-sanitizer@v1.4.3...v1.6.1)

Updates `ruby-saml` from 1.13.0 to 1.17.0
- [Release notes](https://github.com/saml-toolkits/ruby-saml/releases)
- [Changelog](https://github.com/SAML-Toolkits/ruby-saml/blob/master/CHANGELOG.md)
- [Commits](SAML-Toolkits/ruby-saml@v1.13.0...v1.17.0)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: puma
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: rack
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: pghero
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: devise-two-factor
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: rails-i18n
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: rails
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: thor
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: kt-paperclip
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: active_model_serializers
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: addressable
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: chewy
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: omniauth-saml
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: http
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: nokogiri
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: nsa
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: json-ld
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: letter_opener
  dependency-type: direct:development
  dependency-group: bundler
- dependency-name: omniauth-saml
  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: doorkeeper
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: nokogiri
  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: actionmailer
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: actionpack
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: actiontext
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: actionview
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: activerecord
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: activestorage
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: activesupport
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: fugit
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: globalid
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: json-jwt
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: loofah
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: rails-html-sanitizer
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: ruby-saml
  dependency-type: indirect
  dependency-group: bundler
...

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 11, 2024
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