diff options
author | Zeger-Jan van de Weg <mail@zjvandeweg.nl> | 2015-09-17 20:24:47 +0200 |
---|---|---|
committer | Zeger-Jan van de Weg <mail@zjvandeweg.nl> | 2015-09-23 22:15:16 +0200 |
commit | 3d177a818f1c623704df94d6ab6649cf9f70dbbc (patch) | |
tree | 22a8166cb36cc7e6faee8111b3aec2713f76442e /Gemfile | |
parent | fd6b5099fbb0198cbf02ffcb647cb93253a42c0f (diff) | |
download | gitlab-ce-3d177a818f1c623704df94d6ab6649cf9f70dbbc.tar.gz |
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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |