From f222f97ac41d78ca184ec02fec59bf84a3d7db57 Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 31 May 2023 16:37:30 +0200 Subject: [PATCH] bump will_paginate --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b06bc6852a4..9a31753ca93 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem 'request_store', '~> 1.5.0' gem 'warden', '~> 1.2' gem 'warden-basic_auth', '~> 0.2.1' -gem 'will_paginate', '~> 3.3.0' +gem 'will_paginate', '~> 4.0.0' gem 'friendly_id', '~> 5.5.0' diff --git a/Gemfile.lock b/Gemfile.lock index f47d0dde8e3..5a49cab27a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -969,7 +969,7 @@ GEM websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - will_paginate (3.3.1) + will_paginate (4.0.0) with_advisory_lock (4.6.0) activerecord (>= 4.2) xpath (3.2.0) @@ -1154,7 +1154,7 @@ DEPENDENCIES warden-basic_auth (~> 0.2.1) webdrivers (~> 5.2.0) webmock (~> 3.12) - will_paginate (~> 3.3.0) + will_paginate (~> 4.0.0) with_advisory_lock (~> 4.6.0) RUBY VERSION