From 72c688744858b33133b8b1f482f275a098190a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 05:02:37 +0000 Subject: [PATCH] Build(deps): Bump dalli from 3.2.5 to 3.2.6 Bumps [dalli](https://github.com/petergoldstein/dalli) from 3.2.5 to 3.2.6. - [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md) - [Commits](https://github.com/petergoldstein/dalli/compare/v3.2.5...v3.2.6) --- updated-dependencies: - dependency-name: dalli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 90790543fa..d8f632e413 100644 --- a/Gemfile +++ b/Gemfile @@ -91,7 +91,7 @@ gem 'activejob-uniqueness' gem 'bcrypt', '~> 3.1.19' gem 'cancancan', '~> 3.5.0' gem 'charlock_holmes', '~> 0.7.7' -gem 'dalli', '~> 3.2.5' +gem 'dalli', '~> 3.2.6' gem 'exception_notification', '~> 4.5.0' gem 'fancybox-rails', '~> 0.3.0' gem 'friendly_id', '~> 5.5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 0bb8d501d3..b2b7ef925b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -189,7 +189,7 @@ GEM rexml crass (1.0.6) daemons (1.4.1) - dalli (3.2.5) + dalli (3.2.6) dante (0.2.0) date (3.3.3) declarative (0.0.20) @@ -582,7 +582,7 @@ DEPENDENCIES capistrano (~> 2.15.11) capybara (~> 3.39.2) charlock_holmes (~> 0.7.7) - dalli (~> 3.2.5) + dalli (~> 3.2.6) exception_notification (~> 4.5.0) factory_bot_rails (~> 6.2.0) fancybox-rails (~> 0.3.0)