From b3133e6f2ba5753f84ef0527c76a907f30d6da54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 18:12:43 +0000 Subject: [PATCH] Bump dalli from 3.2.3 to 3.2.5 Bumps [dalli](https://github.com/petergoldstein/dalli) from 3.2.3 to 3.2.5. - [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md) - [Commits](https://github.com/petergoldstein/dalli/compare/v3.2.3...v3.2.5) --- 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 9e278b99d..af719dc77 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.3" +gem "dalli", "~> 3.2.5" gem "delayed_job_active_record", "~> 4.1.7" gem "devise", "~> 4.8.1" gem "devise-security", "~> 0.17.0" diff --git a/Gemfile.lock b/Gemfile.lock index 9a8ba18e4..fa3295793 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -167,7 +167,7 @@ GEM concurrent-ruby (1.2.2) crass (1.0.6) daemons (1.4.1) - dalli (3.2.3) + dalli (3.2.5) delayed_job (4.1.10) activesupport (>= 3.0, < 8.0) delayed_job_active_record (4.1.7) @@ -673,7 +673,7 @@ DEPENDENCIES ckeditor (~> 4.3.0) cocoon (~> 1.2.15) daemons (~> 1.4.1) - dalli (~> 3.2.3) + dalli (~> 3.2.5) delayed_job_active_record (~> 4.1.7) devise (~> 4.8.1) devise-security (~> 0.17.0)