Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps the ruby group with 3 updates: faraday, json and mime-types-data.

Updates faraday from 2.13.4 to 2.14.0

Release notes

Sourced from faraday's releases.

v2.14.0

What's Changed

New features ✨

Fixes 🐞

Misc/Docs 📄

New Contributors

Full Changelog: lostisland/faraday@v2.13.4...v2.14.0

Commits

Updates json from 2.14.1 to 2.15.0

Release notes

Sourced from json's releases.

v2.15.0

What's Changed

  • JSON::Coder callback now receive a second argument to convey whether the object is a hash key.
  • Tuned the floating point number generator to not use scientific notation as aggressively.

Full Changelog: ruby/json@v2.14.1...v2.15.0

Changelog

Sourced from json's changelog.

2025-09-22 (2.15.0)

  • JSON::Coder callback now receive a second argument to convey whether the object is a hash key.
  • Tuned the floating point number generator to not use scientific notation as aggressively.
Commits
  • 4abfad0 Release 2.15.0
  • bb5db85 Merge pull request #866 from headius/jruby_rakefile_fixes
  • e809fab Merge pull request #865 from samyron/sm/swar-better-bounds-fix
  • 3d1ed18 Add macos platform for JRuby CI
  • b1cc126 Use --release flag on Java 9+
  • a2aa1cb Add JRuby build output to CLEAN and CLOBBER
  • 0a9478a implement a better fix for an out of bounds exception
  • efd67e7 Update changelog
  • 3a98832 Merge pull request #864 from byroot/as-json-key
  • 4d9068c Refactor Truffle generator type checks
  • Additional commits viewable in compare view

Updates mime-types-data from 3.2025.0916 to 3.2025.0924

Changelog

Sourced from mime-types-data's changelog.

3.2025.0924 / 2025-09-24

  • Updated registry entries from the IANA [media registry][registry] and [provisional media registry][provisional] and the [Apache Tika media registry][tika] as of the release date.

NEXT / YYYY-MM—DD

  • Removed the [Apache httpd media registry][httpd] from automatic updates. It is currently failing and no longer provides useful data compared to other sources.
Commits
  • 85ac1a5 Update mime-types-data 3.2025.0924 / 2025-09-24
  • 3f857ea fix: Remove Apache httpd type data from automated update
  • a854234 deps: Bump ruby/setup-ruby from 1.257.0 to 1.262.0
  • a3d677b deps: Bump step-security/harden-runner from 2.13.0 to 2.13.1
  • 2252e5d deps: Bump astral-sh/setup-uv from 6.6.1 to 6.7.0
  • 69fb79b deps: Bump reviewdog/action-actionlint from 1.66.1 to 1.67.0
  • d43cc75 deps: Bump github/codeql-action from 3.30.1 to 3.30.3
  • See full diff in compare view

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

Bumps the ruby group with 3 updates: [faraday](https://github.com/lostisland/faraday), [json](https://github.com/ruby/json) and [mime-types-data](https://github.com/mime-types/mime-types-data).


Updates `faraday` from 2.13.4 to 2.14.0
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v2.13.4...v2.14.0)

Updates `json` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.14.1...v2.15.0)

Updates `mime-types-data` from 3.2025.0916 to 3.2025.0924
- [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md)
- [Commits](mime-types/mime-types-data@v3.2025.0916...v3.2025.0924)

---
updated-dependencies:
- dependency-name: faraday
  dependency-version: 2.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: json
  dependency-version: 2.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: mime-types-data
  dependency-version: 3.2025.0924
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
...

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 Sep 29, 2025
@mergify mergify bot added the queued label Sep 29, 2025
mergify bot added a commit that referenced this pull request Sep 29, 2025
@mergify mergify bot merged commit 779c0fd into main Sep 29, 2025
6 checks passed
@mergify mergify bot deleted the dependabot/bundler/ruby-d03812536b branch September 29, 2025 08:34
@mergify mergify bot removed the queued label Sep 29, 2025
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.

1 participant