From 73e01b635e3fbbd24f5a806fb7712ef0c060bbb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 14:40:55 +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 909ff90..01ce2ea 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '3.2.11' gem 'bootstrap-sass', '2.0.0' gem 'bcrypt-ruby', '3.0.1' gem 'faker', '1.0.1' -gem 'will_paginate', '3.0.3' +gem 'will_paginate', '3.0.5' gem 'bootstrap-will_paginate', '0.0.6' gem 'bootstrap-wysihtml5-rails' gem 'jquery-rails' diff --git a/Gemfile.lock b/Gemfile.lock index c42adbf..f2c35ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -186,7 +186,7 @@ GEM execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) websocket (1.0.6) - will_paginate (3.0.3) + will_paginate (3.0.5) xpath (1.0.0) nokogiri (~> 1.3) @@ -217,4 +217,4 @@ DEPENDENCIES spork sqlite3 (= 1.3.5) uglifier (>= 1.2.3) - will_paginate (= 3.0.3) + will_paginate (= 3.0.5)