loosen kaminari
This commit is contained in:
parent
8c69f688e0
commit
7e469ef585
2 changed files with 14 additions and 0 deletions
13
debian/patches/0104-loosen-kaminari.patch
vendored
Normal file
13
debian/patches/0104-loosen-kaminari.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Index: gitlab/Gemfile
|
||||||
|
===================================================================
|
||||||
|
--- gitlab.orig/Gemfile
|
||||||
|
+++ gitlab/Gemfile
|
||||||
|
@@ -77,7 +77,7 @@ gem "stamp", '~> 0.6.0'
|
||||||
|
gem 'enumerize', '~> 1.0.0'
|
||||||
|
|
||||||
|
# Pagination
|
||||||
|
-gem "kaminari", "~> 0.15.1"
|
||||||
|
+gem "kaminari", "~> 0.16.3"
|
||||||
|
|
||||||
|
# HAML
|
||||||
|
gem "haml-rails", '~> 0.9.0'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -39,3 +39,4 @@ loosen-rails-version.patch
|
||||||
0101-disable-newrelic.patch
|
0101-disable-newrelic.patch
|
||||||
0102-loosen-octokit.patch
|
0102-loosen-octokit.patch
|
||||||
0103-loosen-whenever.patch
|
0103-loosen-whenever.patch
|
||||||
|
0104-loosen-kaminari.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue