From dccaadd9923e22d60828b84864f8cb698d2e26f5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 12:30:13 +0000 Subject: [PATCH] Bump dalli from 2.7.6 to 2.7.10 Bumps [dalli](https://github.com/petergoldstein/dalli) from 2.7.6 to 2.7.10. - [Release notes](https://github.com/petergoldstein/dalli/releases) - [Changelog](https://github.com/petergoldstein/dalli/blob/master/History.md) - [Commits](https://github.com/petergoldstein/dalli/compare/v2.7.6...v2.7.10) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1d7caa83b..b592e4795 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "caxlsx_rails", "~> 0.6.2" gem "ckeditor", "~> 4.3.0" gem "cocoon", "~> 1.2.15" gem "daemons", "~> 1.3.1" -gem "dalli", "~> 2.7.6" +gem "dalli", "~> 2.7.10" gem "delayed_job_active_record", "~> 4.1.4" gem "devise", "~> 4.7.3" gem "devise-async", "~> 1.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index 80e834918..2517c0cd1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -163,7 +163,7 @@ GEM tins (~> 1.6) crass (1.0.6) daemons (1.3.1) - dalli (2.7.6) + dalli (2.7.10) database_cleaner (1.8.5) delayed_job (4.1.8) activesupport (>= 3.0, < 6.1) @@ -653,7 +653,7 @@ DEPENDENCIES cocoon (~> 1.2.15) coveralls (~> 0.8.23) daemons (~> 1.3.1) - dalli (~> 2.7.6) + dalli (~> 2.7.10) database_cleaner (~> 1.8.5) delayed_job_active_record (~> 4.1.4) devise (~> 4.7.3)