From b3e7b8d8f7fca559a3e513bdb728f96a54a8ff19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 19:20:34 +0000 Subject: [PATCH] Bump will_paginate from 3.0.3 to 3.0.5 Bumps [will_paginate](https://github.com/mislav/will_paginate) from 3.0.3 to 3.0.5. - [Release notes](https://github.com/mislav/will_paginate/releases) - [Commits](https://github.com/mislav/will_paginate/compare/v3.0.3...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 c679621..a6f5987 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'mysql2', '0.3.11' gem 'rails-i18n', '0.5.1' -gem 'will_paginate', '3.0.3' +gem 'will_paginate', '3.0.5' gem 'best_in_place', '1.0.6' diff --git a/Gemfile.lock b/Gemfile.lock index 79b1ea4..9e0753c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -221,7 +221,7 @@ GEM whenever (0.7.3) activesupport (>= 2.3.4) chronic (~> 0.6.3) - will_paginate (3.0.3) + will_paginate (3.0.5) PLATFORMS ruby @@ -256,4 +256,4 @@ DEPENDENCIES uglifier (>= 1.0.3) watu_table_builder whenever (= 0.7.3) - will_paginate (= 3.0.3) + will_paginate (= 3.0.5)