From d287b296a5a2ff3fa9c16bcd98716c0c59bc1d14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 23:55:34 +0000 Subject: [PATCH] Bump dalli from 1.1.1 to 3.2.3 Bumps [dalli](https://github.com/petergoldstein/dalli) from 1.1.1 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/v1.1.1...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 d9878e7ba..7ea44b96e 100644 --- a/Gemfile +++ b/Gemfile @@ -120,6 +120,6 @@ group :test do end group :production do - gem "dalli", "1.1.1" + gem "dalli", "3.2.3" gem "newrelic_rpm" end diff --git a/Gemfile.lock b/Gemfile.lock index f34f7ac5a..f4c5171db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,7 +140,7 @@ GEM coffee-script-source (1.2.0) connection_pool (0.9.2) daemon-spawn (0.4.2) - dalli (1.1.1) + dalli (3.2.3) devise (1.5.2) bcrypt-ruby (~> 3.0) orm_adapter (~> 0.0.3) @@ -377,7 +377,7 @@ DEPENDENCIES coffee-rails (~> 3.2.1) css3buttons! daemon-spawn (~> 0.4.2) - dalli (= 1.1.1) + dalli (= 3.2.3) devise (= 1.5.2) factory_girl_rails gollum!