Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <mail@zjvandeweg.nl>2015-09-17 21:24:47 +0300
committerZeger-Jan van de Weg <mail@zjvandeweg.nl>2015-09-23 23:15:16 +0300
commit3d177a818f1c623704df94d6ab6649cf9f70dbbc (patch)
tree22a8166cb36cc7e6faee8111b3aec2713f76442e /Gemfile
parentfd6b5099fbb0198cbf02ffcb647cb93253a42c0f (diff)
Add links to first and/or last page with kaminari
Also update Kaminari gem to the latest version
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 924ee382f4d..b29846f738a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -77,7 +77,7 @@ gem "stamp", '~> 0.5.0'
gem 'enumerize', '~> 0.7.0'
# Pagination
-gem "kaminari", "~> 0.15.1"
+gem "kaminari", "~> 0.16.3"
# HAML
gem "haml-rails", '~> 0.5.3'