gitlab_meta to 2.9
This commit is contained in:
parent
c80581e49b
commit
ed8912507d
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -120,5 +120,5 @@ group :test do
|
||||||
end
|
end
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
gem "gitlab_meta", '2.8'
|
gem "gitlab_meta", '2.9'
|
||||||
end
|
end
|
||||||
|
|
|
@ -178,7 +178,7 @@ GEM
|
||||||
gherkin (2.11.0)
|
gherkin (2.11.0)
|
||||||
json (>= 1.4.6)
|
json (>= 1.4.6)
|
||||||
git (1.2.5)
|
git (1.2.5)
|
||||||
gitlab_meta (2.8)
|
gitlab_meta (2.9)
|
||||||
grape (0.2.1)
|
grape (0.2.1)
|
||||||
hashie (~> 1.2)
|
hashie (~> 1.2)
|
||||||
multi_json
|
multi_json
|
||||||
|
@ -397,7 +397,7 @@ DEPENDENCIES
|
||||||
ffaker
|
ffaker
|
||||||
foreman
|
foreman
|
||||||
git
|
git
|
||||||
gitlab_meta (= 2.8)
|
gitlab_meta (= 2.9)
|
||||||
gitolite!
|
gitolite!
|
||||||
grack!
|
grack!
|
||||||
grape (~> 0.2.1)
|
grape (~> 0.2.1)
|
||||||
|
|
Loading…
Reference in a new issue