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

bundle(deps-dev): bump the ruby-deps group with 2 updates #633

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the ruby-deps group with 2 updates: connection_pool and logger.

Updates connection_pool from 2.4.1 to 2.5.0

Changelog

Sourced from connection_pool's changelog.

2.5.0

  • Reap idle connections #187
idle_timeout = 60
pool = ConnectionPool.new ...
pool.reap(idle_timeout, &:close)
  • ConnectionPool#idle returns the count of connections not in use #187
Commits

Updates logger from 1.6.4 to 1.6.5

Release notes

Sourced from logger's releases.

v1.6.5

What's Changed

New Contributors

Full Changelog: ruby/logger@v1.6.4...v1.6.5

Commits
  • ef3a128 Bump up v1.6.5
  • e9af529 Merge pull request #114 from andrykonchin/ak/workaround-missing-SHARE_DELETE-...
  • 663a27f Merge pull request #113 from ruby/support-bundled-gems
  • 9f0afd8 Add workaround for TruffleRuby and do not use File::SHARE_DELETE
  • fba3ee3 Dir.glob is not working with bundled gems installation
  • b9daad7 Added lib path to in assert_in_out_err
  • b2c481c Merge pull request #111 from mark-young-atg/provide_changelog_link_on_rubygems
  • c6c64b0 Provide a 'Changelog' link on rubygems.org/gems/logger
  • 4666118 Merge pull request #109 from ruby/dependabot/github_actions/rubygems/release-...
  • b785aaa Bump rubygems/release-gem from 1.1.0 to 1.1.1
  • 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-deps group with 2 updates: [connection_pool](https://github.com/mperham/connection_pool) and [logger](https://github.com/ruby/logger).


Updates `connection_pool` from 2.4.1 to 2.5.0
- [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md)
- [Commits](mperham/connection_pool@v2.4.1...v2.5.0)

Updates `logger` from 1.6.4 to 1.6.5
- [Release notes](https://github.com/ruby/logger/releases)
- [Commits](ruby/logger@v1.6.4...v1.6.5)

---
updated-dependencies:
- dependency-name: connection_pool
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: logger
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@kjaymiller kjaymiller merged commit b7e5103 into gh-pages Jan 15, 2025
5 checks passed
@kjaymiller kjaymiller deleted the dependabot/bundler/ruby-deps-c78841165e branch January 15, 2025 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant