From 23e8b5e72511a74c176647468fde5509f9d901c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 00:06:06 +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 643bb49d22..9a0b106d6e 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ gem 'enumerize', '~> 2.3.1' gem 'ulid', '~> 1.2' gem 'aws-healthcheck' gem 'redis-session-store', '~> 0.11.3' -gem 'dalli', '~> 2.7', '>= 2.7.11' +gem 'dalli', '~> 3.2' group :development, :test do gem 'pry' diff --git a/Gemfile.lock b/Gemfile.lock index fbbabd0e34..427127791d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -155,7 +155,7 @@ GEM colored2 (~> 3.1) crass (1.0.6) daemons (1.3.1) - dalli (2.7.11) + dalli (3.2.3) danger (5.16.1) claide (~> 1.0) claide-plugins (>= 0.9.2) @@ -902,7 +902,7 @@ DEPENDENCIES chartkick (~> 3.4) cocoon (~> 1.2, >= 1.2.9) coffee-rails (~> 4.1.0) - dalli (~> 2.7, >= 2.7.11) + dalli (~> 3.2) danger (~> 5.16, >= 5.16.1) database_cleaner (~> 1.5, >= 1.5.1) datagrid (~> 1.4.2)