fix Gemfile syntax errors
This commit is contained in:
parent
2bba569340
commit
f8281d6503
2 changed files with 17 additions and 21 deletions
28
debian/patches/0050-relax-stable-libs.patch
vendored
28
debian/patches/0050-relax-stable-libs.patch
vendored
|
@ -1,10 +1,8 @@
|
|||
We should be able to update minor versions of stable libs without breaking
|
||||
gitlab Gemfile
|
||||
|
||||
Index: gitlab/Gemfile
|
||||
===================================================================
|
||||
--- gitlab.orig/Gemfile
|
||||
+++ gitlab/Gemfile
|
||||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -1,16 +1,16 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
|
@ -26,7 +24,7 @@ Index: gitlab/Gemfile
|
|||
|
||||
# Supported DBs
|
||||
gem 'mysql2', '~> 0.3.16', group: :mysql
|
||||
@@ -18,22 +18,22 @@ gem 'pg', '~> 0.18.2', group: :postgres
|
||||
@@ -18,22 +18,22 @@
|
||||
|
||||
# Authentication libraries
|
||||
gem 'devise', '~> 4.2'
|
||||
|
@ -61,7 +59,7 @@ Index: gitlab/Gemfile
|
|||
gem 'jwt'
|
||||
|
||||
# Spam and anti-bot protection
|
||||
@@ -41,9 +41,9 @@ gem 'recaptcha', '~> 3.0', require: 'rec
|
||||
@@ -41,9 +41,9 @@
|
||||
gem 'akismet', '~> 2.0'
|
||||
|
||||
# Two-factor authentication
|
||||
|
@ -73,7 +71,7 @@ Index: gitlab/Gemfile
|
|||
gem 'u2f', '~> 0.2.1'
|
||||
|
||||
# Browser detection
|
||||
@@ -51,12 +51,12 @@ gem 'browser', '~> 2.2'
|
||||
@@ -51,12 +51,12 @@
|
||||
|
||||
# Extracting information from a git repository
|
||||
# Provide access to Gitlab::Git library
|
||||
|
@ -88,7 +86,7 @@ Index: gitlab/Gemfile
|
|||
|
||||
# Git Wiki
|
||||
# Required manually in config/initializers/gollum.rb to control load order
|
||||
@@ -64,7 +64,7 @@ gem 'gollum-lib', '~> 4.2', require: fal
|
||||
@@ -64,7 +64,7 @@
|
||||
gem 'gollum-rugged_adapter', '~> 0.4.2', require: false
|
||||
|
||||
# Language detection
|
||||
|
@ -97,7 +95,7 @@ Index: gitlab/Gemfile
|
|||
|
||||
# API
|
||||
gem 'grape', '~> 0.15.0'
|
||||
@@ -75,7 +75,7 @@ gem 'rack-cors', '~> 0.4.0', require:
|
||||
@@ -75,7 +75,7 @@
|
||||
gem 'kaminari', '~> 0.17.0'
|
||||
|
||||
# HAML
|
||||
|
@ -106,7 +104,7 @@ Index: gitlab/Gemfile
|
|||
|
||||
# Files attachments
|
||||
gem 'carrierwave', '~> 0.10.0'
|
||||
@@ -96,39 +96,39 @@ gem 'fog-rackspace', '~> 0.1.1'
|
||||
@@ -96,39 +96,39 @@
|
||||
gem 'unf', '~> 0.1.4'
|
||||
|
||||
# Seed data
|
||||
|
@ -158,7 +156,7 @@ Index: gitlab/Gemfile
|
|||
|
||||
# Issue tags
|
||||
gem 'acts-as-taggable-on', '~> 4.0'
|
||||
@@ -136,39 +136,39 @@ gem 'acts-as-taggable-on', '~> 4.0'
|
||||
@@ -136,39 +136,39 @@
|
||||
# Background jobs
|
||||
gem 'sidekiq', '~> 4.2'
|
||||
gem 'sidekiq-cron', '~> 0.4.0'
|
||||
|
@ -206,7 +204,7 @@ Index: gitlab/Gemfile
|
|||
|
||||
# Asana integration
|
||||
gem 'asana', '~> 0.4.0'
|
||||
@@ -177,64 +177,64 @@ gem 'asana', '~> 0.4.0'
|
||||
@@ -177,64 +177,64 @@
|
||||
gem 'ruby-fogbugz', '~> 0.2.1'
|
||||
|
||||
# d3
|
||||
|
@ -277,7 +275,7 @@ Index: gitlab/Gemfile
|
|||
-gem 'jquery-rails', '~> 4.1.0'
|
||||
-gem 'jquery-ui-rails', '~> 5.0.0'
|
||||
+gem 'gon', '~> 6.1'
|
||||
+gem 'jquery-atwho-rails', '~> 1.3' '>= 1.3.2'
|
||||
+gem 'jquery-atwho-rails', '~> 1.3', '>= 1.3.2'
|
||||
+gem 'jquery-rails', '~> 4.1'
|
||||
+gem 'jquery-ui-rails', '~> 5.0'
|
||||
gem 'request_store', '~> 1.3'
|
||||
|
@ -298,7 +296,7 @@ Index: gitlab/Gemfile
|
|||
|
||||
# Metrics
|
||||
group :metrics do
|
||||
@@ -324,7 +324,7 @@ end
|
||||
@@ -324,7 +324,7 @@
|
||||
|
||||
gem 'newrelic_rpm', '~> 3.16'
|
||||
|
||||
|
@ -307,7 +305,7 @@ Index: gitlab/Gemfile
|
|||
|
||||
gem 'mail_room', '~> 0.8.1'
|
||||
|
||||
@@ -333,18 +333,18 @@ gem 'email_reply_parser', '~> 0.5.8'
|
||||
@@ -333,18 +333,18 @@
|
||||
gem 'ruby-prof', '~> 0.16.2'
|
||||
|
||||
## CI
|
||||
|
|
10
debian/patches/053-relax-omniauth-facebook.patch
vendored
10
debian/patches/053-relax-omniauth-facebook.patch
vendored
|
@ -1,13 +1,11 @@
|
|||
Index: gitlab/Gemfile
|
||||
===================================================================
|
||||
--- gitlab.orig/Gemfile
|
||||
+++ gitlab/Gemfile
|
||||
@@ -25,7 +25,7 @@ gem 'omniauth-auth0', '~> 1.4',
|
||||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -25,7 +25,7 @@
|
||||
gem 'omniauth-azure-oauth2', '~> 0.0.6'
|
||||
gem 'omniauth-bitbucket', '~> 0.0.2'
|
||||
gem 'omniauth-cas3', '~> 1.1', '>= 1.1.2'
|
||||
-gem 'omniauth-facebook', '~> 4.0'
|
||||
+gem 'omniauth-facebook', '>= 3.0', '<< 5.0'
|
||||
+gem 'omniauth-facebook', '>= 3.0', '< 5.0'
|
||||
gem 'omniauth-github', '~> 1.1', '>= 1.1.1'
|
||||
gem 'omniauth-gitlab', '~> 1.0'
|
||||
gem 'omniauth-google-oauth2', '~> 0.4.1'
|
||||
|
|
Loading…
Reference in a new issue