From 6f451cca819e6ff5ca2605fac029817b90479e2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 00:02:41 +0000 Subject: [PATCH] Bump dalli from 2.7.11 to 3.2.3 Bumps [dalli](https://github.com/petergoldstein/dalli) from 2.7.11 to 3.2.3. - [Release notes](https://github.com/petergoldstein/dalli/releases) - [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md) - [Commits](https://github.com/petergoldstein/dalli/compare/v2.7.11...v3.2.3) --- updated-dependencies: - dependency-name: dalli dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7cc13c7fe..9b752642f 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "caxlsx_rails", "~> 0.6.3" gem "ckeditor", "~> 4.3.0" gem "cocoon", "~> 1.2.15" gem "daemons", "~> 1.4.1" -gem "dalli", "~> 2.7.11" +gem "dalli", "~> 3.2.3" gem "delayed_job_active_record", "~> 4.1.7" gem "devise", "~> 4.8.1" gem "devise-security", "~> 0.16.0" diff --git a/Gemfile.lock b/Gemfile.lock index 9693b05ca..ce716d9cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -167,7 +167,7 @@ GEM tins (~> 1.6) crass (1.0.6) daemons (1.4.1) - dalli (2.7.11) + dalli (3.2.3) delayed_job (4.1.10) activesupport (>= 3.0, < 8.0) delayed_job_active_record (4.1.7) @@ -737,7 +737,7 @@ DEPENDENCIES cocoon (~> 1.2.15) coveralls (~> 0.8.23) daemons (~> 1.4.1) - dalli (~> 2.7.11) + dalli (~> 3.2.3) delayed_job_active_record (~> 4.1.7) devise (~> 4.8.1) devise-security (~> 0.16.0)