From 3cf3885f4b25a2839fdd9381a9f98f1e546ea2ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 05:13:43 +0000 Subject: [PATCH] chore(deps): bump delayed_job_active_record from 4.1.8 to 4.1.11 Bumps [delayed_job_active_record](https://github.com/collectiveidea/delayed_job_active_record) from 4.1.8 to 4.1.11. - [Release notes](https://github.com/collectiveidea/delayed_job_active_record/releases) - [Commits](https://github.com/collectiveidea/delayed_job_active_record/compare/v4.1.8...v4.1.11) --- updated-dependencies: - dependency-name: delayed_job_active_record dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 031d8421..26b3ddd0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,10 +115,10 @@ GEM irb (~> 1.10) reline (>= 0.3.8) debug_inspector (1.2.0) - delayed_job (4.1.11) - activesupport (>= 3.0, < 8.0) - delayed_job_active_record (4.1.8) - activerecord (>= 3.0, < 8.0) + delayed_job (4.1.13) + activesupport (>= 3.0, < 9.0) + delayed_job_active_record (4.1.11) + activerecord (>= 3.0, < 9.0) delayed_job (>= 3.0, < 5) dockerfile-rails (1.6.20) rails (>= 3.0.0) @@ -355,7 +355,7 @@ GEM tailwindcss-rails (2.6.1-x86_64-linux) railties (>= 7.0.0) thor (1.3.2) - timeout (0.4.1) + timeout (0.4.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0)