From f9227ef4935d5f7e845c64aa15b72f60f8e81d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 14:55:29 +0000 Subject: [PATCH] Bump will_paginate from 3.0.4 to 3.2.1 Bumps [will_paginate](https://github.com/mislav/will_paginate) from 3.0.4 to 3.2.1. - [Release notes](https://github.com/mislav/will_paginate/releases) - [Commits](https://github.com/mislav/will_paginate/compare/v3.0.4...v3.2.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 21156a7..2a35375 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'bootstrap-sass', '2.3.2.0' gem 'sprockets', '2.11.0' gem 'bcrypt-ruby', '3.1.2' gem 'faker', '1.1.2' -gem 'will_paginate', '3.0.4' +gem 'will_paginate', '3.2.1' gem 'bootstrap-will_paginate', '0.0.9' group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index c2544d0..f328afd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -209,7 +209,7 @@ GEM execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) websocket (1.0.7) - will_paginate (3.0.4) + will_paginate (3.2.1) xpath (2.0.0) nokogiri (~> 1.3) @@ -244,4 +244,4 @@ DEPENDENCIES sqlite3 (= 1.3.8) turbolinks (= 1.1.1) uglifier (= 2.1.1) - will_paginate (= 3.0.4) + will_paginate (= 3.2.1)