Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updates the requirements on psych to permit the latest version.

Release notes

Sourced from psych's releases.

v5.1.2

What's Changed

New Contributors

Full Changelog: ruby/psych@v5.1.1.1...v5.1.2

Commits
  • a9ab74d Bump up 5.1.2
  • 21f051b Merge pull request #663 from amomchilov/optimize-object_id-use
  • 0dc25a9 Use assert_same in tests where applicable
  • df69e4a Use compare_by_identity instead of object_id
  • 02b7ef3 Merge pull request #662 from Maumagnaguagno/deserialize_each_char_option
  • 5fe714b Prefer each_char in Psych::Visitors::Visitor::ToRuby#deserialize
  • 51cc86f Bump up v5.1.1.1
  • f306512 Bump up v5.1.1
  • cc5daad Merge pull request #653 from headius/remove_ineffective_snakeyaml_settings
  • 307c368 Remove SnakeYAML settings that don't work
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner August 5, 2024 11:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 5, 2024
@yuokada
Copy link
Collaborator

yuokada commented Nov 11, 2024

@dependabot rebase

@yuokada
Copy link
Collaborator

yuokada commented Dec 17, 2024

@dependabot recreate

1 similar comment
@yuokada
Copy link
Collaborator

yuokada commented Jan 15, 2025

@dependabot recreate

@yuokada
Copy link
Collaborator

yuokada commented Jan 15, 2025

@dependabot rebase

@yuokada yuokada requested a review from Copilot March 18, 2025 06:33

This comment was marked as outdated.

@yuokada
Copy link
Collaborator

yuokada commented Mar 18, 2025

@dependabot rebase

@yuokada
Copy link
Collaborator

yuokada commented Mar 18, 2025

@dependabot recreate

1 similar comment
@yuokada
Copy link
Collaborator

yuokada commented Aug 4, 2025

@dependabot recreate

Updates the requirements on [psych](https://github.com/ruby/psych) to permit the latest version.
- [Release notes](https://github.com/ruby/psych/releases)
- [Commits](ruby/psych@v3.0.0...v5.1.2)

---
updated-dependencies:
- dependency-name: psych
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@yuokada yuokada force-pushed the dependabot/bundler/psych-tw-5 branch from 12ae134 to d5f4324 Compare August 4, 2025 06:13
@yuokada yuokada requested a review from a team as a code owner August 4, 2025 06:13
@yuokada yuokada requested a review from Copilot August 4, 2025 07:56
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the psych dependency requirement from version ~> 3 to ~> 4, allowing the project to use newer versions of the psych YAML library while maintaining compatibility.

  • Updates psych dependency constraint to allow version 4.x instead of being limited to 3.x
  • Enables access to performance improvements and bug fixes in newer psych versions
Comments suppressed due to low confidence (1)

trino-client.gemspec:35

  • The PR title mentions updating to ~> 5, but the code shows > 4. According to the PR description, psych v5.1.2 is available. The version constraint should be "> 5" to match the PR title and allow the latest version.
  gem.add_development_dependency "psych", "~> 4"

@yuokada yuokada closed this Aug 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/bundler/psych-tw-5 branch August 4, 2025 08:34
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