From 7d0dd55de8b7dfaa371a9fff8fe454470569f816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 23:59:48 +0000 Subject: [PATCH] Bump dalli from 2.7.10 to 3.2.3 Bumps [dalli](https://github.com/petergoldstein/dalli) from 2.7.10 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.10...v3.2.3) --- updated-dependencies: - dependency-name: dalli dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6d056dd..529dba8 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 5.2.4' # Use sqlite3 as the database for Active Record # gem 'sqlite3' gem 'mysql2', '~> 0.4.10' -gem 'dalli', '~> 2.7.6' +gem 'dalli', '~> 3.2.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0.7' diff --git a/Gemfile.lock b/Gemfile.lock index 1071a63..068a58a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,7 +95,7 @@ GEM coffee-script-source (1.12.2) concurrent-ruby (1.1.6) crass (1.0.6) - dalli (2.7.10) + dalli (3.2.3) diff-lcs (1.3) erubi (1.9.0) erubis (2.7.0) @@ -138,7 +138,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) @@ -279,7 +281,7 @@ DEPENDENCIES capistrano-rbenv capybara (~> 2.15) coffee-rails (~> 4.2.2) - dalli (~> 2.7.6) + dalli (~> 3.2.3) factory_bot_rails (~> 5.2.0) haml-rails (~> 1.0.0) listen