From b1a847e50145d3d0da9bb8cdbe15317088eb5ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 00:02:33 +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 b908d37..94c3b31 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'bootstrap-datepicker-rails', '1.9.0.1' gem 'simple_form', '5.1.0' gem 'mysql2', '0.5.3' -gem 'dalli', '2.7.11' +gem 'dalli', '3.2.3' gem 'elasticsearch-model', '7.1.1' gem 'elasticsearch-rails', '7.1.1' gem 'daemons', '1.3.1' diff --git a/Gemfile.lock b/Gemfile.lock index 6d7ee27..169b40f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,7 +116,7 @@ GEM concurrent-ruby (1.1.8) crass (1.0.6) daemons (1.3.1) - dalli (2.7.11) + dalli (3.2.3) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) database_cleaner-active_record (2.0.0) @@ -369,7 +369,7 @@ DEPENDENCIES caxlsx_rails (= 0.6.2) coffee-rails (= 5.0.0) daemons (= 1.3.1) - dalli (= 2.7.11) + dalli (= 3.2.3) database_cleaner delayed_job_active_record (= 4.1.6) elasticsearch-model (= 7.1.1)