Add support to configure webhook_timeout in gitlab.yaml
Compare changes
Files
2- Dmitriy Zaporozhets authored
+ 11
− 4
@@ -23,7 +23,7 @@ gem 'omniauth-github'
gem "gitlab_git", '2.1.1'
@@ -111,6 +111,9 @@ gem 'tinder', '~> 1.9.2'
@@ -120,6 +123,9 @@ gem "underscore-rails", "~> 1.4.4"
@@ -134,7 +140,7 @@ group :assets do
gem "raphael-rails", git: "https://github.com/gitlabhq/raphael-rails.git"
@@ -142,10 +148,11 @@ group :assets do
gem "annotate", git: "https://github.com/ctran/annotate_models.git"
@@ -187,7 +194,7 @@ group :development, :test do
gem 'poltergeist', '~> 1.3.0'