From d64b8029669a17663ea0d5e5e8184c0e6e63bfb2 Mon Sep 17 00:00:00 2001 From: Philipp Fischbeck Date: Thu, 10 Sep 2015 12:23:09 +0200 Subject: [PATCH] Add will-paginate-i18n gem --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 92a4e0e..81816bc 100644 --- a/Gemfile +++ b/Gemfile @@ -37,6 +37,7 @@ gem 'autoprefixer-rails' gem 'bh', '~> 1.3.4' gem 'will_paginate', '~> 3.0.7' +gem 'will-paginate-i18n' gem 'will_paginate-bootstrap' gem 'mathjax-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 9cad272..1321da0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,6 +193,7 @@ GEM binding_of_caller (>= 0.7.2) railties (>= 4.0) sprockets-rails (>= 2.0, < 4.0) + will-paginate-i18n (0.1.15) will_paginate (3.0.7) will_paginate-bootstrap (1.0.1) will_paginate (>= 3.0.3) @@ -221,5 +222,6 @@ DEPENDENCIES tzinfo-data uglifier (~> 2.7.2) web-console (~> 2.0) + will-paginate-i18n will_paginate (~> 3.0.7) will_paginate-bootstrap