Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps the ruby-deps group with 3 updates: delayed_job, pg and rubocop-rails.

Updates delayed_job from 4.1.13 to 4.2.0

Release notes

Sourced from delayed_job's releases.

v4.2.0

What's Changed

Full Changelog: collectiveidea/delayed_job@v4.1.13...v4.2.0

Changelog

Sourced from delayed_job's changelog.

4.2.0 - 2025-12-29

  • Add dependencies for benchmark and logger which are moving out of stdlib.
  • Pull ActiveJob adapter from rails into DJ for future rails release.
  • Add Ruby 4.0 and Rails 8.1 to test matrix.
Commits
  • eaef62d Merge pull request #1242 from collectiveidea/release-4-2-0
  • 43b800c Prepare release 4.2.0
  • 80beb5e Merge pull request #1241 from collectiveidea/test-matrix-updates-4-0
  • 6b92441 Add ruby 4 and rails 8.1
  • 357b12d Merge pull request #1236 from collectiveidea/inhouse-active-job-adapter
  • dd07c8d Remove ruby 2.2 for now
  • d52ba75 Need to use a slightly more complex skip for older ruby
  • ca5f14a Confirm broken state of 22.04
  • 4dfeade Refactor ActiveJob adapter specs for speed
  • 4ad3152 Only run ActiveJob adapter specs in Rails 8.1+
  • Additional commits viewable in compare view

Updates pg from 1.6.2 to 1.6.3

Changelog

Sourced from pg's changelog.

v1.6.3 [2025-12-29] Lars Kanis [email protected]

Added:

  • Add binary gems for ruby-4.0, now providing ruby-3.0 to 4.0. #682
  • Update fat binary gem to OpenSSL-3.6.0 and PostgreSQL-18.1.
  • Improve documentation of PG::Result and README. #676
  • Update errorcodes to PostgreSQL-18.
  • Use rb_hash_new_capa on Ruby-3.2+ . #674
  • Deny any server communication on a frozen PG::Connection . #677
  • Fix possible race condition in PG::Result in Ractor context. #674

Removed:

  • Drop binary gem support for platform x86-mingw32. #682
  • Drop binary gems for ruby-2.7.
Commits
  • d4539c2 Bump VERSION to pg-1.6.3 and add release notes
  • 720900d Merge pull request #682 from larskanis/ruby-4.0
  • f605b59 Remove x86-mingw32 from binary builds
  • 5c69000 Update to ruby-4.0
  • 2acaf3d CI: workaround missing ruby-4.0 on Window
  • b500ded fix comment
  • bc3f2f8 CI: Macos-13 on Intel is deprecated
  • 77667eb Merge pull request #678 from larskanis/ci-update
  • 6e52ce5 CI: Update PostgreSQL on Macos
  • 6d40f50 CI: Print mkmf.log on failure on Macos
  • Additional commits viewable in compare view

Updates rubocop-rails from 2.34.2 to 2.34.3

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails v2.34.3

Bug fixes

  • #1473: Fix an error for Rails/SelectMap when select(:column_name).map(&:column_name) with parentheses. (@​koic)
  • #1569: Fix an error in Rails/SelectMap when multiple select calls are present before map. (@​koic)
Changelog

Sourced from rubocop-rails's changelog.

2.34.3 (2026-01-03)

Bug fixes

  • #1473: Fix an error for Rails/SelectMap when select(:column_name).map(&:column_name) with parentheses. ([@​koic][])
  • #1569: Fix an error in Rails/SelectMap when multiple select calls are present before map. ([@​koic][])
Commits
  • 31e5404 Cut 2.34.3
  • ef1a374 Update Changelog
  • ab178ab Bump license years to 2026
  • 6415859 Merge pull request #1575 from ydakuka/fix-typos-and-improve-naming-inclusive-...
  • 54fcb88 Fix typos and improve Naming/InclusiveLanguage configuration
  • 2923a13 CI against Ruby 4.0
  • 9447337 Use RuboCop RSpec 3.8.0 for development
  • 3e89a64 Reset the docs version
  • 4df528f Merge pull request #1573 from koic/fix_an_error_for_rails_select_map
  • 15c4c74 Fix an error for Rails/SelectMap
  • Additional commits viewable 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 3 updates: [delayed_job](https://github.com/collectiveidea/delayed_job), [pg](https://github.com/ged/ruby-pg) and [rubocop-rails](https://github.com/rubocop/rubocop-rails).


Updates `delayed_job` from 4.1.13 to 4.2.0
- [Release notes](https://github.com/collectiveidea/delayed_job/releases)
- [Changelog](https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md)
- [Commits](collectiveidea/delayed_job@v4.1.13...v4.2.0)

Updates `pg` from 1.6.2 to 1.6.3
- [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md)
- [Commits](ged/ruby-pg@v1.6.2...v1.6.3)

Updates `rubocop-rails` from 2.34.2 to 2.34.3
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.34.2...v2.34.3)

---
updated-dependencies:
- dependency-name: delayed_job
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: pg
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: rubocop-rails
  dependency-version: 2.34.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant