From b89dfe4469c370f61d7cb9b1c1e2cbe9b02199fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 00:06:10 +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 d5e5918..aacaf13 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ group :development do end group :production do - gem 'dalli', '~> 2.7.10' + gem 'dalli', '~> 3.2.3' gem 'sentry-raven' gem 'sidekiq' end diff --git a/Gemfile.lock b/Gemfile.lock index e4ba266..68e3c56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,7 +121,7 @@ GEM crass (1.0.6) css_parser (1.11.0) addressable - 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) @@ -779,7 +779,7 @@ PLATFORMS DEPENDENCIES byebug - dalli (~> 2.7.10) + dalli (~> 3.2.3) database_cleaner decidim (= 0.23.1) decidim-dev (= 0.23.1)