From 5dfdb54662b9bce14855f05d0625de4f7b71db1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 12:48:51 +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 eda10dc..4de8c2d 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'jquery-rails', '~> 2.1.2' gem 'bootstrap-sass', '~> 2.1.0.0' gem 'haml', '~> 3.1.7' gem 'simple_form', '~> 2.0.2' -gem 'will_paginate', '~> 3.0.3' +gem 'will_paginate', '~> 3.0.5' gem 'will_paginate_mongoid', '~> 1.0.5' gem 'bootstrap-will_paginate', '~> 0.0.8' gem 'bson_ext', '~> 1.7.0' diff --git a/Gemfile.lock b/Gemfile.lock index b7404fc..41cc10a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -264,7 +264,7 @@ GEM webmock (1.8.9) addressable (>= 2.2.7) crack (>= 0.1.7) - will_paginate (3.0.3) + will_paginate (3.0.5) will_paginate_mongoid (1.0.5) mongoid (~> 2.4) will_paginate (~> 3.0.2) @@ -322,5 +322,5 @@ DEPENDENCIES thin uglifier (~> 1.3.0) webmock (~> 1.8.9) - will_paginate (~> 3.0.3) + will_paginate (~> 3.0.5) will_paginate_mongoid (~> 1.0.5)