From bae0ec065dee08dd62b2a3f187fcb0537e2db2ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 00:02:56 +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 1d120b0..209c3a1 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "bolognese", "~> 1.0" gem "maremma", "~> 4.1" gem "faraday", "0.17.0" gem "base32-url", "~> 0.5" -gem "dalli", "~> 2.7.6" +gem "dalli", "~> 3.2.3" gem "lograge", "~> 0.11.2" gem "logstash-event", "~> 1.2", ">= 1.2.02" gem "logstash-logger", "~> 0.26.1" diff --git a/Gemfile.lock b/Gemfile.lock index f3c04ff..559cbd8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,7 +111,7 @@ GEM namae (~> 1.0) csl-styles (1.0.1.10) csl (~> 1.0) - dalli (2.7.11) + dalli (3.2.3) debug_inspector (1.1.0) diff-lcs (1.4.4) docile (1.1.5) @@ -366,7 +366,7 @@ DEPENDENCIES cancancan (~> 2.0) capybara codeclimate-test-reporter (~> 1.0.0) - dalli (~> 2.7.6) + dalli (~> 3.2.3) dotenv equivalent-xml (~> 0.6.0) faraday (= 0.17.0)