From 695b47b33643e5734bd6b454b7b49cac96dcaffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 15:51:11 +0000 Subject: [PATCH] Bump will_paginate from 2.3.15 to 3.0.5 Bumps [will_paginate](https://github.com/mislav/will_paginate) from 2.3.15 to 3.0.5. - [Release notes](https://github.com/mislav/will_paginate/releases) - [Commits](https://github.com/mislav/will_paginate/compare/v2.3.15...v3.0.5) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 237f51e..99a8fcc 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'prawn', '0.6.3' gem 'rails', '2.3.18' gem 'rake', '0.8.7' gem 'searchlogic', '2.4.25' -gem 'will_paginate', '2.3.15' +gem 'will_paginate', '3.0.5' group :development, :test do gem 'factory_girl' diff --git a/Gemfile.lock b/Gemfile.lock index ed13103..30d550e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,7 +42,7 @@ GEM rake (0.8.7) searchlogic (2.4.25) activerecord (>= 2.0.0) - will_paginate (2.3.15) + will_paginate (3.0.5) PLATFORMS ruby @@ -58,4 +58,4 @@ DEPENDENCIES rails (= 2.3.18) rake (= 0.8.7) searchlogic (= 2.4.25) - will_paginate (= 2.3.15) + will_paginate (= 3.0.5)