Skip to content

Bump tomlrb from 1.3.0 to 2.0.4#15878

Closed
dependabot[bot] wants to merge 1 commit intochef-18from
dependabot/bundler/chef-18/tomlrb-2.0.4
Closed

Bump tomlrb from 1.3.0 to 2.0.4#15878
dependabot[bot] wants to merge 1 commit intochef-18from
dependabot/bundler/chef-18/tomlrb-2.0.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps tomlrb from 1.3.0 to 2.0.4.

Changelog

Sourced from tomlrb's changelog.

2.0.4 - 2025-12-18

  • Update Racc to v1.8.1
  • Code cleanup
  • Fix conformance to TOML v1.0.0

2.0.3 - 2022-05-28

  • Enable symbolize_keys: true for inline tables

2.0.2 - 2022-05-25

  • Conform to TOML v1.0.0

2.0.1 - 2020-12-20

  • Fix error with table nested under array-of-tables
  • Some performance improvements

2.0.0 - 2020-11-26

  • Conform to TOML v1.0.0-rc3

Breanking Changes

TOML v0.5.0 introduced new value types: Local Date-Time, Local Date and Local Time which represent time without time zone information. Tomlrb also introduced corresponding classes starting from v2.0.0. By this change, some table values such as 2020-11-24T20:32:18, 2020-11-24 or 20:32:18 are not treated as strings but as new the classes Tomlrb::LocalDateTime, Tomlrb::LocalDate and Tomlrb::LocalTime respectively. You can get the string values by calling #to_s method on any of those classes. Additionally, You can also get Time objects with the #to_time method. See API documentation for the methods' details.

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tomlrb](https://github.com/fbernier/tomlrb) from 1.3.0 to 2.0.4.
- [Changelog](https://github.com/fbernier/tomlrb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fbernier/tomlrb/commits/v2.0.4)

---
updated-dependencies:
- dependency-name: tomlrb
  dependency-version: 2.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Type: Chore non-critical maintenance of a project. label Apr 13, 2026
@dependabot dependabot bot requested review from a team and jaymzh as code owners April 13, 2026 22:57
@sonarqubecloud
Copy link
Copy Markdown

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2026

Looks like tomlrb is no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot bot closed this Apr 17, 2026
@dependabot dependabot bot deleted the dependabot/bundler/chef-18/tomlrb-2.0.4 branch April 17, 2026 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Chore non-critical maintenance of a project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants