From 77635539674696ce7992faabc76c1bfca0939a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 04:02:26 +0000 Subject: [PATCH] chore(deps): bump the ruby-deps group with 3 updates 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](https://github.com/collectiveidea/delayed_job/compare/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](https://github.com/ged/ruby-pg/compare/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](https://github.com/rubocop/rubocop-rails/compare/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] --- Gemfile.lock | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f7adbcfc7..81e0d1062 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -178,8 +178,10 @@ GEM database_cleaner-core (2.0.1) date (3.5.1) debug_inspector (1.2.0) - delayed_job (4.1.13) + delayed_job (4.2.0) activesupport (>= 3.0, < 9.0) + benchmark + logger delayed_job_active_record (4.1.11) activerecord (>= 3.0, < 9.0) delayed_job (>= 3.0, < 5) @@ -284,7 +286,7 @@ GEM mini_magick (5.3.0) logger mini_mime (1.1.5) - minitest (6.0.0) + minitest (6.0.1) prism (~> 1.5) multi_xml (0.6.0) mutex_m (0.3.0) @@ -337,10 +339,10 @@ GEM parser (3.3.10.0) ast (~> 2.4.1) racc - pg (1.6.2-aarch64-linux) - pg (1.6.2-arm64-darwin) - pg (1.6.2-x86_64-darwin) - pg (1.6.2-x86_64-linux) + pg (1.6.3-aarch64-linux) + pg (1.6.3-arm64-darwin) + pg (1.6.3-x86_64-darwin) + pg (1.6.3-x86_64-linux) pickadate-rails (3.5.6.1) railties (>= 3.1.0) popper_js (2.11.8) @@ -483,7 +485,7 @@ GEM lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) - rubocop-rails (2.34.2) + rubocop-rails (2.34.3) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1)