From d16ca761d9226045b13827b60fa04b1256ff6087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 15:00:38 +0000 Subject: [PATCH] Bump will_paginate from 3.3.0 to 3.3.1 Bumps [will_paginate](https://github.com/mislav/will_paginate) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/mislav/will_paginate/releases) - [Commits](https://github.com/mislav/will_paginate/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: will_paginate dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c470f1e..c48978c 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ gem 'font-awesome-sass', '~> 5.15.1' gem 'diffy' gem 'diff-lcs' -gem 'will_paginate', '~> 3.3.0' +gem 'will_paginate', '~> 3.3.1' gem 'will_paginate-bootstrap4', '~> 0.2.2' gem 'devise', '~> 4.8.0' diff --git a/Gemfile.lock b/Gemfile.lock index 38b1294..d603dad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -258,7 +258,7 @@ GEM websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - will_paginate (3.3.0) + will_paginate (3.3.1) will_paginate-bootstrap4 (0.2.2) will_paginate (~> 3.0, >= 3.0.0) zeitwerk (2.4.2) @@ -294,7 +294,7 @@ DEPENDENCIES uglifier (~> 4.2.0) web-console (~> 4.1.0) webmock - will_paginate (~> 3.3.0) + will_paginate (~> 3.3.1) will_paginate-bootstrap4 (~> 0.2.2) BUNDLED WITH