From 875c053482bfdefbb161451a1c57001b10255f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 11:19:43 +0000 Subject: [PATCH] Bump will_paginate from 2.3.15 to 3.0.5 Bumps will_paginate from 2.3.15 to 3.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 32bf0af..09c0976 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'recaptcha', '~> 0.2.3', :require => 'recaptcha/rails' gem 'rpx_now', '~> 0.6.23' gem 'timeline_fu', '~> 0.3.0' gem 'treetop-dcf', '~> 0.2.1' -gem 'will_paginate', '~> 2.3.15' +gem 'will_paginate', '~> 3.0.5' gem 'yajl-ruby', '~> 0.7.8', :require => 'yajl' group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index d72efec..94ef7fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,7 +124,7 @@ GEM nokogiri (>= 1.2.0) rack (>= 1.0) rack-test (>= 0.5.3) - will_paginate (2.3.15) + will_paginate (3.0.5) wirble (0.1.3) yajl-ruby (0.7.9) @@ -162,6 +162,6 @@ DEPENDENCIES timeline_fu (~> 0.3.0) treetop-dcf (~> 0.2.1) webrat (~> 0.7.2) - will_paginate (~> 2.3.15) + will_paginate (~> 3.0.5) wirble yajl-ruby (~> 0.7.8)