relax grape-entity
This commit is contained in:
parent
653f70569c
commit
4110fdec98
2 changed files with 8 additions and 12 deletions
10
debian/patches/0042-relax-grape-entity.patch
vendored
10
debian/patches/0042-relax-grape-entity.patch
vendored
|
@ -1,15 +1,13 @@
|
||||||
allow newer grape-entity already in debian
|
allow newer grape-entity already in debian
|
||||||
|
|
||||||
Index: gitlab/Gemfile
|
--- a/Gemfile
|
||||||
===================================================================
|
+++ b/Gemfile
|
||||||
--- gitlab.orig/Gemfile
|
@@ -68,7 +68,7 @@
|
||||||
+++ gitlab/Gemfile
|
|
||||||
@@ -68,7 +68,7 @@ gem 'github-linguist', '~> 4.7.0', requi
|
|
||||||
|
|
||||||
# API
|
# API
|
||||||
gem 'grape', '~> 0.15.0'
|
gem 'grape', '~> 0.15.0'
|
||||||
-gem 'grape-entity', '~> 0.4.2'
|
-gem 'grape-entity', '~> 0.4.2'
|
||||||
+gem 'grape-entity', '~> 0.5.0'
|
+gem 'grape-entity', '~> 0.6.0'
|
||||||
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
|
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
|
||||||
|
|
||||||
# Pagination
|
# Pagination
|
||||||
|
|
10
debian/patches/052-relax-grape.patch
vendored
10
debian/patches/052-relax-grape.patch
vendored
|
@ -1,15 +1,13 @@
|
||||||
https://gitlab.com/gitlab-org/gitlab-ce/issues/19670
|
https://gitlab.com/gitlab-org/gitlab-ce/issues/19670
|
||||||
|
|
||||||
Index: gitlab/Gemfile
|
--- a/Gemfile
|
||||||
===================================================================
|
+++ b/Gemfile
|
||||||
--- gitlab.orig/Gemfile
|
@@ -68,7 +68,7 @@
|
||||||
+++ gitlab/Gemfile
|
|
||||||
@@ -68,7 +68,7 @@ gem 'gollum-rugged_adapter', '~> 0.4.2',
|
|
||||||
gem 'github-linguist', '~> 4.7', require: 'linguist'
|
gem 'github-linguist', '~> 4.7', require: 'linguist'
|
||||||
|
|
||||||
# API
|
# API
|
||||||
-gem 'grape', '~> 0.15.0'
|
-gem 'grape', '~> 0.15.0'
|
||||||
+gem 'grape', '~> 0.16.0'
|
+gem 'grape', '~> 0.16.0'
|
||||||
gem 'grape-entity', '~> 0.5.0'
|
gem 'grape-entity', '~> 0.6.0'
|
||||||
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
|
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue