From 82ab2f11b92a3c1ed154a008ac81286fd5598fc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 00:01:00 +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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 01722e8..3f38156 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'capistrano-bundler', '~> 1.6' gem "capistrano-foreman", "~> 1.4" gem 'capistrano-rbenv', '~> 2.1' gem "concurrent-ruby", require: "concurrent" -gem "dalli", "~> 2.7" +gem "dalli", "~> 3.2" gem "feedjira", "3.1.0" gem "foreman", "~> 0.87.0" gem "httparty", "0.17.3" diff --git a/Gemfile.lock b/Gemfile.lock index 577a67c..6319dc6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM concurrent-ruby (1.1.5) crass (1.0.5) daemons (1.3.1) - dalli (2.7.10) + dalli (3.2.3) eventmachine (1.2.7) feedjira (3.1.0) loofah (>= 2.3.1) @@ -82,7 +82,7 @@ DEPENDENCIES capistrano-foreman (~> 1.4) capistrano-rbenv (~> 2.1) concurrent-ruby - dalli (~> 2.7) + dalli (~> 3.2) feedjira (= 3.1.0) foreman (~> 0.87.0) httparty (= 0.17.3)