From 0ca7e71d506cddf578d6e5ae32e841f58dab7883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 09:31:33 +0000 Subject: [PATCH] Bump will_paginate from 3.3.1 to 4.0.1 Bumps [will_paginate](https://github.com/mislav/will_paginate) from 3.3.1 to 4.0.1. - [Release notes](https://github.com/mislav/will_paginate/releases) - [Commits](https://github.com/mislav/will_paginate/compare/v3.3.1...v4.0.1) --- updated-dependencies: - dependency-name: will_paginate dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a49f6044..b34a5405 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ gem 'chunky_png' gem 'rqrcode' # Pagination -gem 'will_paginate', '~> 3.0' +gem 'will_paginate', '~> 4.0' gem 'will_paginate-bootstrap' # WYSIYW HTML Editor diff --git a/Gemfile.lock b/Gemfile.lock index 7ea3ab00..f75d76a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -471,7 +471,7 @@ GEM websocket-extensions (0.1.5) whenever (1.0.0) chronic (>= 0.6.3) - will_paginate (3.3.1) + will_paginate (4.0.1) will_paginate-bootstrap (1.0.2) will_paginate (>= 3.0.3) xpath (3.2.0) @@ -542,7 +542,7 @@ DEPENDENCIES web-console webmock whenever - will_paginate (~> 3.0) + will_paginate (~> 4.0) will_paginate-bootstrap BUNDLED WITH