From 43e4d590c00c1a7fd48a311b146d8320437b7b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 02:13:49 +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 b59f205..cf59285 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'mime-types', '~> 1.18', :require => 'mime/types' # Search gem 'squeel', '~> 1.0.5' -gem 'will_paginate', '~> 3.0.3' +gem 'will_paginate', '~> 3.0.5' gem 'acts-as-taggable-on', '~> 2.3.1' diff --git a/Gemfile.lock b/Gemfile.lock index 27c0bb2..170d8cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -205,7 +205,7 @@ GEM multi_json (~> 1.3) warden (1.2.1) rack (>= 1.0) - will_paginate (3.0.3) + will_paginate (3.0.5) yajl-ruby (1.1.0) yajl-ruby (1.1.0-x86-mingw32) yaml_db (0.2.3) @@ -248,6 +248,6 @@ DEPENDENCIES thin (~> 1.3.1) timecop (~> 0.3.5) uglifier (~> 1.2.4) - will_paginate (~> 3.0.3) + will_paginate (~> 3.0.5) yajl-ruby (~> 1.1.0) yaml_db