relax grape entity
This commit is contained in:
parent
dfa945f163
commit
8bbb8b17df
2 changed files with 14 additions and 0 deletions
13
debian/patches/0042-relax-grape-entity.patch
vendored
Normal file
13
debian/patches/0042-relax-grape-entity.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Index: gitlab/Gemfile
|
||||||
|
===================================================================
|
||||||
|
--- gitlab.orig/Gemfile
|
||||||
|
+++ gitlab/Gemfile
|
||||||
|
@@ -64,7 +64,7 @@ gem "github-linguist", "~> 4.7.0", requi
|
||||||
|
|
||||||
|
# API
|
||||||
|
gem 'grape', '~> 0.13.0'
|
||||||
|
-gem 'grape-entity', '~> 0.4.2'
|
||||||
|
+gem 'grape-entity', '~> 0.5.0'
|
||||||
|
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
|
||||||
|
|
||||||
|
# Pagination
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -11,6 +11,7 @@
|
||||||
0039-relax-nokogiri.patch
|
0039-relax-nokogiri.patch
|
||||||
0040-relax-rails.patch
|
0040-relax-rails.patch
|
||||||
0041-relax-omniauth.patch
|
0041-relax-omniauth.patch
|
||||||
|
0042-relax-grape-entity.patch
|
||||||
0050-relax-stable-libs.patch
|
0050-relax-stable-libs.patch
|
||||||
0100-remove-development-test.patch
|
0100-remove-development-test.patch
|
||||||
0102-loosen-octokit.patch
|
0102-loosen-octokit.patch
|
||||||
|
|
Loading…
Reference in a new issue