From e8057e97798c0e218c1e8631c4127f8efbb1d84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 00:13:19 +0000 Subject: [PATCH] Bump dalli from 2.7.6 to 3.2.3 Bumps [dalli](https://github.com/petergoldstein/dalli) from 2.7.6 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.6...v3.2.3) --- updated-dependencies: - dependency-name: dalli dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 1eb555f88..a46759a74 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "cancancan", "~> 2.3.0" gem "ckeditor", "~> 4.3.0" gem "cocoon", "~> 1.2.9" gem "daemons", "~> 1.2.4" -gem "dalli", "~> 2.7.6" +gem "dalli", "~> 3.2.3" gem "delayed_job_active_record", "~> 4.1.3" gem "devise", "~> 4.7.1" gem "devise-async", "~> 1.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index 6408ccb76..f4c839dc4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,8 +7,13 @@ GIT railties (>= 3.2.6, < 6.0) GEM - remote: https://rubygems.org/ remote: https://rails-assets.org/ + specs: + rails-assets-leaflet (1.2.0) + rails-assets-markdown-it (8.2.2) + +GEM + remote: https://rubygems.org/ specs: actioncable (5.0.7.2) actionpack (= 5.0.7.2) @@ -152,7 +157,7 @@ GEM tins (~> 1.6) crass (1.0.5) daemons (1.2.6) - dalli (2.7.6) + dalli (3.2.3) database_cleaner (1.7.0) debug_inspector (0.0.3) delayed_job (4.1.5) @@ -420,8 +425,6 @@ GEM bundler (>= 1.3.0) railties (= 5.0.7.2) sprockets-rails (>= 2.0.0) - rails-assets-leaflet (1.2.0) - rails-assets-markdown-it (8.2.2) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) @@ -616,7 +619,7 @@ DEPENDENCIES cocoon (~> 1.2.9) coveralls (~> 0.8.22) daemons (~> 1.2.4) - dalli (~> 2.7.6) + dalli (~> 3.2.3) database_cleaner (~> 1.7.0) delayed_job_active_record (~> 4.1.3) devise (~> 4.7.1)