From 5f9295db18a8d9c62d0de9648b1c214131926cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 17:31:14 +0000 Subject: [PATCH] Bump dalli from 3.2.5 to 3.2.6 Bumps [dalli](https://github.com/petergoldstein/dalli) from 3.2.5 to 3.2.6. - [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md) - [Commits](https://github.com/petergoldstein/dalli/compare/v3.2.5...v3.2.6) --- updated-dependencies: - dependency-name: dalli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 83b726e93..0837d4c9a 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "caxlsx_rails", "~> 0.6.3" gem "ckeditor", "~> 4.3.0" gem "cocoon", "~> 1.2.15" gem "daemons", "~> 1.4.1" -gem "dalli", "~> 3.2.5" +gem "dalli", "~> 3.2.6" gem "delayed_job_active_record", "~> 4.1.7" gem "devise", "~> 4.9.2" gem "devise-security", "~> 0.18.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3c4de1336..81874233e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,7 +172,7 @@ GEM concurrent-ruby (1.2.2) crass (1.0.6) daemons (1.4.1) - dalli (3.2.5) + dalli (3.2.6) date (3.3.3) delayed_job (4.1.10) activesupport (>= 3.0, < 8.0) @@ -702,7 +702,7 @@ DEPENDENCIES ckeditor (~> 4.3.0) cocoon (~> 1.2.15) daemons (~> 1.4.1) - dalli (~> 3.2.5) + dalli (~> 3.2.6) delayed_job_active_record (~> 4.1.7) devise (~> 4.9.2) devise-security (~> 0.18.0)