Commit a94b2d1ccfa17f92d2d17f20a23ab86e4456291e
1 parent
6428d4dd
Exists in
master
and in
4 other branches
Fix meta gem version
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -172,7 +172,7 @@ GEM |
172 | 172 | gherkin (2.11.0) |
173 | 173 | json (>= 1.4.6) |
174 | 174 | git (1.2.5) |
175 | - gitlab_meta (2.8.1) | |
175 | + gitlab_meta (2.8) | |
176 | 176 | grape (0.2.1) |
177 | 177 | hashie (~> 1.2) |
178 | 178 | multi_json |
... | ... | @@ -395,7 +395,7 @@ DEPENDENCIES |
395 | 395 | ffaker |
396 | 396 | foreman |
397 | 397 | git |
398 | - gitlab_meta | |
398 | + gitlab_meta (= 2.8) | |
399 | 399 | gitolite! |
400 | 400 | grack! |
401 | 401 | grape (~> 0.2.1) | ... | ... |