From 73d7aae74d5e023e499b6afc10df7ad630be108d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 00:02:52 +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 e6a021f8..85f9a641 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'auto_strip_attributes', '~> 2.0' gem 'bootstrap-sass', '~> 3.4.0' gem 'coffee-rails', '~> 4.1' gem 'csv_shaper' -gem 'dalli', '~> 2.7' +gem 'dalli', '~> 3.2' gem 'devise', '~> 4.1' gem 'enumerize' gem 'figaro', '~> 1.0' diff --git a/Gemfile.lock b/Gemfile.lock index ebbfa7c4..1afe8127 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,7 @@ GEM crass (1.0.6) csv_shaper (1.3.2) activesupport (>= 3.0.0) - dalli (2.7.11) + dalli (3.2.3) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) database_cleaner-active_record (2.0.1) @@ -408,7 +408,7 @@ DEPENDENCIES capybara coffee-rails (~> 4.1) csv_shaper - dalli (~> 2.7) + dalli (~> 3.2) database_cleaner (>= 1.0.0.RC1) derailed devise (~> 4.1)