From 6ac8455e8baa237ab0fa6684215e5218af264463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:48:16 +0000 Subject: [PATCH] Bump dalli from 3.2.6 to 3.2.8 Bumps [dalli](https://github.com/petergoldstein/dalli) from 3.2.6 to 3.2.8. - [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md) - [Commits](https://github.com/petergoldstein/dalli/compare/v3.2.6...v3.2.8) --- 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 725829a79..866149f62 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.6" +gem "dalli", "~> 3.2.8" gem "delayed_job_active_record", "~> 4.1.8" gem "devise", "~> 4.9.3" gem "devise-security", "~> 0.18.0" diff --git a/Gemfile.lock b/Gemfile.lock index 4e7032f8e..eba26fcda 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -178,7 +178,7 @@ GEM concurrent-ruby (1.2.3) crass (1.0.6) daemons (1.4.1) - dalli (3.2.6) + dalli (3.2.8) date (3.3.4) delayed_job (4.1.11) activesupport (>= 3.0, < 8.0) @@ -725,7 +725,7 @@ DEPENDENCIES ckeditor (~> 4.3.0) cocoon (~> 1.2.15) daemons (~> 1.4.1) - dalli (~> 3.2.6) + dalli (~> 3.2.8) delayed_job_active_record (~> 4.1.8) devise (~> 4.9.3) devise-security (~> 0.18.0)