From 5135547326a0eb0675612cafda931270ba7b390c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 13:14:24 +0000 Subject: [PATCH] Bump will_paginate from 3.0.pre2 to 3.0.5 Bumps [will_paginate](https://github.com/mislav/will_paginate) from 3.0.pre2 to 3.0.5. - [Release notes](https://github.com/mislav/will_paginate/releases) - [Commits](https://github.com/mislav/will_paginate/compare/v3.0.pre2...v3.0.5) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 0a3e394..3ce4aee 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'mysql2', '0.2.7' gem "authlogic" gem "rails3-generators" gem "paperclip" -gem 'will_paginate', '~> 3.0.beta' +gem 'will_paginate', '~> 3.0' gem "paperclip" diff --git a/Gemfile.lock b/Gemfile.lock index 957d65e..8e80fb2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,7 +31,6 @@ GEM arel (2.0.10) authlogic (3.0.3) activerecord (>= 3.0.7) - activerecord (>= 3.0.7) builder (2.1.2) cocaine (0.1.0) daemons (1.1.4) @@ -83,7 +82,7 @@ GEM treetop (1.4.9) polyglot (>= 0.3.1) tzinfo (0.3.28) - will_paginate (3.0.pre2) + will_paginate (3.0.5) PLATFORMS ruby @@ -95,4 +94,4 @@ DEPENDENCIES rails (= 3.0.9) rails3-generators thin - will_paginate (~> 3.0.beta) + will_paginate (~> 3.0)