From 66dd4eded3dc48c3ca6aa3a902c8023d48097c13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 02:00:39 +0000 Subject: [PATCH] Update dependency bundler to '>= 2.5.10' (#3392) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 64d919154b..4ef71bc57e 100644 --- a/Gemfile +++ b/Gemfile @@ -90,7 +90,7 @@ end gem 'ace-rails-ap' gem 'bootsnap', require: false gem 'bootstrap-kaminari-views', '~> 0.0.5' -gem 'bundler', '>= 2.5.9' +gem 'bundler', '>= 2.5.10' gem 'coffee-rails', '~> 5' gem 'daemons', '~> 1.4.1' gem 'delayed_job' diff --git a/Gemfile.lock b/Gemfile.lock index c755b08ebc..f6c1ca0481 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -856,7 +856,7 @@ DEPENDENCIES binding_of_caller bootsnap bootstrap-kaminari-views (~> 0.0.5) - bundler (>= 2.5.9) + bundler (>= 2.5.10) capistrano capistrano-bundler capistrano-rails @@ -969,4 +969,4 @@ RUBY VERSION ruby 3.2.4p170 BUNDLED WITH - 2.5.9 + 2.5.10