Merge branch 'master' into fixes/api
Showing
... | @@ -32,9 +32,6 @@ gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" | ... | @@ -32,9 +32,6 @@ gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" |
# Dump db to yml file. Mostly used to migrate from sqlite to mysql | # Dump db to yml file. Mostly used to migrate from sqlite to mysql | ||
gem 'gitlab_yaml_db', '1.0.0', require: "yaml_db" | gem 'gitlab_yaml_db', '1.0.0', require: "yaml_db" | ||
# Gitolite client (for work with gitolite-admin repo) | |||
gem "gitolite", '1.1.0' | |||
# Syntax highlighter | # Syntax highlighter | ||
gem "pygments.rb", git: "https://github.com/gitlabhq/pygments.rb.git", branch: "master" | gem "pygments.rb", git: "https://github.com/gitlabhq/pygments.rb.git", branch: "master" | ||
... | @@ -165,5 +162,5 @@ group :test do | ... | @@ -165,5 +162,5 @@ group :test do |
end | end | ||
group :production do | group :production do | ||
gem "gitlab_meta", '4.0' | gem "gitlab_meta", '5.0' | ||
end | end |
596 Bytes
450 Bytes
doc/api/groups.md
0 → 100644
lib/api/groups.rb
0 → 100644
lib/api/internal.rb
0 → 100644
lib/gitlab/backend/shell.rb
0 → 100644
lib/tasks/gitlab/shell.rake
0 → 100644