From 1b42a06c369faa29ad1e7e41e971ee0ace36e00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 20:17:36 +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 e59ee24a..83cbffb7 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' ruby '~> 2.7.5' gem 'actionmailer', '~> 6.1' gem 'compass-rails' -gem 'dalli', '~> 2.7.1' +gem 'dalli', '~> 3.2.3' gem 'faraday', '~> 0.8' gem 'faraday-http-cache', '~> 2.0' gem 'figaro' diff --git a/Gemfile.lock b/Gemfile.lock index ffb79b13..a2c62e99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,7 +74,7 @@ GEM crack (0.4.5) rexml crass (1.0.6) - dalli (2.7.11) + dalli (3.2.3) declarative (0.0.20) declarative-option (0.1.0) derailed (0.1.0) @@ -379,7 +379,7 @@ DEPENDENCIES bummr capybara compass-rails - dalli (~> 2.7.1) + dalli (~> 3.2.3) derailed email_spec faraday (~> 0.8)