gitlab_meta gem to 6.0
This commit is contained in:
parent
7b87fcbad4
commit
248ece76e5
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -198,5 +198,5 @@ group :test do
|
||||||
end
|
end
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
gem "gitlab_meta", '5.0'
|
gem "gitlab_meta", '6.0'
|
||||||
end
|
end
|
||||||
|
|
|
@ -168,7 +168,7 @@ GEM
|
||||||
activesupport (~> 3.2.13)
|
activesupport (~> 3.2.13)
|
||||||
github-linguist (~> 2.3.4)
|
github-linguist (~> 2.3.4)
|
||||||
gitlab-grit (~> 2.5.1)
|
gitlab-grit (~> 2.5.1)
|
||||||
gitlab_meta (5.0)
|
gitlab_meta (6.0)
|
||||||
gitlab_omniauth-ldap (1.0.3)
|
gitlab_omniauth-ldap (1.0.3)
|
||||||
net-ldap (~> 0.3.1)
|
net-ldap (~> 0.3.1)
|
||||||
omniauth (~> 1.0)
|
omniauth (~> 1.0)
|
||||||
|
@ -545,7 +545,7 @@ DEPENDENCIES
|
||||||
gitlab-grack (~> 1.0.1)
|
gitlab-grack (~> 1.0.1)
|
||||||
gitlab-pygments.rb (~> 0.3.2)
|
gitlab-pygments.rb (~> 0.3.2)
|
||||||
gitlab_git (~> 1.3.0)
|
gitlab_git (~> 1.3.0)
|
||||||
gitlab_meta (= 5.0)
|
gitlab_meta (= 6.0)
|
||||||
gitlab_omniauth-ldap (= 1.0.3)
|
gitlab_omniauth-ldap (= 1.0.3)
|
||||||
gon
|
gon
|
||||||
grape (~> 0.4.1)
|
grape (~> 0.4.1)
|
||||||
|
|
Loading…
Reference in a new issue