From a1fe6dae2cfbbdee57e94a49c9da4c34c53cd5ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 20:59:51 +0000 Subject: [PATCH] chore(deps): 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 4bbbb2f05..6ca661a2f 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'net-scp' # group :production, :staging do # gem 'unicorn' - gem 'dalli', '~> 2.7.2' + gem 'dalli', '~> 3.2.3' gem 'rack-cache', '~> 1.2' end # diff --git a/Gemfile.lock b/Gemfile.lock index a2d974c55..0bace7855 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1029,7 +1029,7 @@ GEM crass (1.0.6) css_parser (1.7.1) addressable - dalli (2.7.10) + dalli (3.2.3) database_cleaner (1.8.0) dbf (2.0.13) fastercsv (~> 1.5) @@ -1336,7 +1336,7 @@ DEPENDENCIES capybara (~> 2.3.0) coffee-rails (~> 4.2.2) comfortable_mexican_sofa (~> 2.0.0) - dalli (~> 2.7.2) + dalli (~> 3.2.3) database_cleaner dbf (~> 2.0.7) devise (~> 4.7.1)