Merge branch 'master' into fix-personal-snippet-access-workflow
Showing
... | ... | @@ -19,6 +19,7 @@ gem 'devise-async', '~> 0.9.0' |
gem 'doorkeeper', '~> 2.1.3' | ||
gem 'omniauth', '~> 1.2.2' | ||
gem 'omniauth-bitbucket', '~> 0.0.2' | ||
gem 'omniauth-facebook', '~> 3.0.0' | ||
gem 'omniauth-github', '~> 1.1.1' | ||
gem 'omniauth-gitlab', '~> 1.0.0' | ||
gem 'omniauth-google-oauth2', '~> 0.2.0' | ||
... | ... | @@ -39,7 +40,7 @@ gem "browser", '~> 1.0.0' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 7.2.19' | ||
gem "gitlab_git", '~> 7.2.20' | ||
# LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
... | ... | @@ -50,11 +51,7 @@ gem 'gitlab_omniauth-ldap', '~> 1.2.1', require: "omniauth-ldap" |
gem 'gollum-lib', '~> 4.0.2' | ||
# Language detection | ||
# GitLab fork of linguist does not require pygments/python dependency. | ||
# New version of original gem also dropped pygments support but it has strict | ||
# dependency to unstable rugged version. We have internal issue for replacing | ||
# fork with original gem when we meet on same rugged version - https://dev.gitlab.org/gitlab/gitlabhq/issues/2052. | ||
gem "gitlab-linguist", "~> 3.0.1", require: "linguist" | ||
gem "github-linguist", "~> 4.7.0", require: "linguist" | ||
# API | ||
gem 'grape', '~> 0.6.1' | ||
... | ... | @@ -63,7 +60,7 @@ gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' |
# Format dates and times | ||
# based on human-friendly examples | ||
gem "stamp", '~> 0.5.0' | ||
gem "stamp", '~> 0.6.0' | ||
# Enumeration fields | ||
gem 'enumerize', '~> 0.7.0' | ||
... | ... | @@ -184,7 +181,7 @@ gem 'ace-rails-ap', '~> 2.0.1' |
gem 'mousetrap-rails', '~> 1.4.6' | ||
# Detect and convert string character encoding | ||
gem 'charlock_holmes', '~> 0.6.9.4' | ||
gem 'charlock_holmes', '~> 0.7.3' | ||
gem "sass-rails", '~> 4.0.5' | ||
gem "coffee-rails", '~> 4.1.0' | ||
... | ... | @@ -214,11 +211,9 @@ group :development do |
gem "annotate", "~> 2.6.0" | ||
gem "letter_opener", '~> 1.1.2' | ||
gem 'quiet_assets', '~> 1.0.2' | ||
gem 'rack-mini-profiler', '~> 0.9.0', require: false | ||
gem 'rerun', '~> 0.10.0' | ||
gem 'bullet', require: false | ||
gem 'active_record_query_trace', require: false | ||
gem 'rack-lineprof', platform: :mri | ||
gem 'rblineprof', platform: :mri, require: false | ||
# Better errors handler | ||
gem 'better_errors', '~> 1.0.1' | ||
... | ... |
2.9 KB
doc/integration/facebook.md
0 → 100644
123 KB
131 KB
41.3 KB
lib/gitlab/sherlock.rb
0 → 100644
lib/gitlab/sherlock/query.rb
0 → 100644