Skip to content

Bump the bundler group across 1 directory with 6 updates #4

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

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 17, 2024

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

Package From To
rexml 3.2.6 3.3.2
carrierwave 1.3.3 2.2.6
rdoc 6.3.2 6.3.4.1
rack 2.2.8 2.2.8.1
actionpack 7.0.6 7.0.8.4

Updates rexml from 3.2.6 to 3.3.2

Release notes

Sourced from rexml's releases.

REXML 3.3.2 - 2024-07-16

Improvements

  • Improved parse performance.

  • Improved parse performance.

  • Added support for raising a parse exception when an XML has extra content after the root element.

  • Added support for raising a parse exception when an XML declaration exists in wrong position.

  • Removed needless a space after XML declaration in pretty print mode.

  • Stopped to emit :text event after the root element.

Fixes

  • Fixed a bug that SAX2 parser doesn't expand predefined entities for characters callback.

Thanks

  • NAITOH Jun

  • Watson

... (truncated)

Changelog

Sourced from rexml's changelog.

3.3.2 - 2024-07-16 {#version-3-3-2}

Improvements

  • Improved parse performance.

  • Improved parse performance.

  • Added support for raising a parse exception when an XML has extra content after the root element.

  • Added support for raising a parse exception when an XML declaration exists in wrong position.

  • Removed needless a space after XML declaration in pretty print mode.

  • Stopped to emit :text event after the root element.

Fixes

  • Fixed a bug that SAX2 parser doesn't expand predefined entities for characters callback.

Thanks

  • NAITOH Jun

  • Watson

... (truncated)

Commits
  • 2b285ac Add 3.3.2 entry
  • 0e33d3a test: improve linear performance test names
  • 910e5a2 Fix performance issue caused by using repeated > characters inside `<xml><!...
  • 1f1e6e9 Fix ReDoS by using repeated space characters inside `<!DOCTYPE name [<!ATTLIS...
  • 1cc1d9a Suppress have_root not initialized warnings on Ruby < 3
  • 67efb59 Fix performance issue caused by using repeated > characters inside `<!DOCTY...
  • a79ac8b Fix performance issue caused by using repeated > characters inside `<!DOCTY...
  • c33ea49 Fix performance issue caused by using repeated > characters after ` <!DOCTY...
  • 9f1415a Fix performance issue caused by using repeated > characters inside `CDATA [...
  • c1b64c1 Fix performance issue caused by using repeated > characters inside comments...
  • Additional commits viewable in compare view

Updates carrierwave from 1.3.3 to 2.2.6

Release notes

Sourced from carrierwave's releases.

2.2.6

Security

2.2.5

Security

2.2.4

Fixed

2.2.3

Fixed

2.2.2

Fixed

2.2.1

Changed

Fixed

2.2.0

Added

Deprecated

  • #(content_type|extension)_whitelist, #(content_type|extension)_blacklist are deprecated. Use #(content_type|extension)_allowlist and #(content_type|extension)_denylist instead (@​grantbdev #2442, 4c3cac75)

Fixed

... (truncated)

Changelog

Sourced from carrierwave's changelog.

2.2.6 - 2024-03-23

Security

2.2.5 - 2023-11-29

Security

2.2.4 - 2023-06-10

Fixed

2.2.3 - 2022-11-21

Fixed

2.2.2 - 2021-05-28

Fixed

2.2.1 - 2021-03-30

Changed

Fixed

2.2.0 - 2021-02-23

Added

Deprecated

  • #(content_type|extension)_whitelist, #(content_type|extension)_blacklist are deprecated. Use #(content_type|extension)_allowlist and #(content_type|extension)_denylist instead (@​grantbdev #2442, 4c3cac75)

Fixed

... (truncated)

Commits
  • eb6359e Version 2.2.6
  • 4317871 Fix Content-Type allowlist bypass vulnerability remained
  • 0fcff94 Version 2.2.5
  • 39b282d Fix Content-Type allowlist bypass vulnerability
  • 2f91bee Version 2.2.4
  • 2f2d77a Merge pull request #2665 from SuperTux88/backport-kwargs-fix
  • 52237f4 fix: ruby 2.7 kwarg warning in uploader process
  • bdb0be0 File.exists? had been deprecated since Ruby 2.1 and has been deleted in Ruby 3.2
  • ed8c518 Forward to 1.x changelog for older changes
  • baf5df7 Version 2.2.3
  • Additional commits viewable in compare view

Updates rdoc from 6.3.2 to 6.3.4.1

Release notes

Sourced from rdoc's releases.

v6.3.3

Full Changelog: ruby/rdoc@v6.3.2...v6.3.3

Commits
  • cbef3cc Bump up 6.3.4.1
  • a5de13b Fix NoMethodError for start_with
  • ee074e9 Bump up 6.3.4
  • 60a6d74 Use safe_load and safe_load_file for .rdoc_options
  • 32ff6ba Filter marshaled objects
  • 4797136 Bump rdoc version to 6.3.3
  • 61414e4 Vertical-bar is disallowed in path names on Windows
  • See full diff in compare view

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

Commits
  • e830011 bump version
  • d9c163a Avoid 2nd degree polynomial regexp in MediaType
  • 6245768 Return an empty array when ranges are too large
  • e4c1177 Fixing ReDoS in header parsing
  • See full diff in compare view

Updates actionpack from 7.0.6 to 7.0.8.4

Release notes

Sourced from actionpack's releases.

7.0.8.4

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • Include the HTTP Permissions-Policy on non-HTML Content-Types [CVE-2024-28103]

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

... (truncated)

Commits
  • ec7f253 Preparing for 7.0.8.4 release
  • f12d5ae update changelog
  • b84cbec include the HTTP Permissions-Policy on non-HTML Content-Types
  • 08bc3ce Preparing for 7.0.8.3 release
  • 7c8d2a1 Preparing for 7.0.8.2 release
  • 506462a Preparing for 7.0.8.1 release
  • 030cd01 update changelog
  • 4c83b33 fix XSS vulnerability when using translation
  • fc734f2 Preparing for 7.0.8 release
  • f9175db Fix webdrivers on 7-0-stable branch for issue #48973. (#48977)
  • Additional commits viewable in compare view

Updates actiontext from 7.0.6 to 7.0.8.4

Release notes

Sourced from actiontext's releases.

7.0.8.4

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • Include the HTTP Permissions-Policy on non-HTML Content-Types [CVE-2024-28103]

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

... (truncated)

Commits

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

| Package | From | To |
| --- | --- | --- |
| [rexml](https://github.com/ruby/rexml) | `3.2.6` | `3.3.2` |
| [carrierwave](https://github.com/carrierwaveuploader/carrierwave) | `1.3.3` | `2.2.6` |
| [rdoc](https://github.com/ruby/rdoc) | `6.3.2` | `6.3.4.1` |
| [rack](https://github.com/rack/rack) | `2.2.8` | `2.2.8.1` |
| [actionpack](https://github.com/rails/rails) | `7.0.6` | `7.0.8.4` |



Updates `rexml` from 3.2.6 to 3.3.2
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.2.6...v3.3.2)

Updates `carrierwave` from 1.3.3 to 2.2.6
- [Release notes](https://github.com/carrierwaveuploader/carrierwave/releases)
- [Changelog](https://github.com/carrierwaveuploader/carrierwave/blob/v2.2.6/CHANGELOG.md)
- [Commits](carrierwaveuploader/carrierwave@v1.3.3...v2.2.6)

Updates `rdoc` from 6.3.2 to 6.3.4.1
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](ruby/rdoc@v6.3.2...v6.3.4.1)

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

Updates `actionpack` from 7.0.6 to 7.0.8.4
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.3.4/actionpack/CHANGELOG.md)
- [Commits](rails/rails@v7.0.6...v7.0.8.4)

Updates `actiontext` from 7.0.6 to 7.0.8.4
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.3.4/actiontext/CHANGELOG.md)
- [Commits](rails/rails@v7.0.6...v7.0.8.4)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: carrierwave
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: rdoc
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: rack
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: actionpack
  dependency-type: direct:development
  dependency-group: bundler
- dependency-name: actiontext
  dependency-type: indirect
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 17, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants