From 9cea0a2e209818e9a8a1cc35a3e6dd3f7b25ab67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 00:02:55 +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 e6c7a90..f5fcaff 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'creek', '~> 2.5' # Required to run bin/delayed_job: gem 'daemons', '~> 1.4' # mem_cache_store needs this: -gem 'dalli', '~> 2.7' +gem 'dalli', '~> 3.2' # Background jobs: gem 'delayed_job', '~> 4.1' gem 'delayed_job_active_record', '~> 4.1' diff --git a/Gemfile.lock b/Gemfile.lock index 7179701..7d0ebba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,7 +72,7 @@ GEM nokogiri (>= 1.10.0) rubyzip (>= 1.0.0) 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) @@ -381,7 +381,7 @@ DEPENDENCIES byebug (~> 11.1) creek (~> 2.5) daemons (~> 1.4) - dalli (~> 2.7) + dalli (~> 3.2) delayed_job (~> 4.1) delayed_job_active_record (~> 4.1) devise (~> 4.8)