Commit d0e1a683fbcc84f2ff3cebedae70565ac461d584
1 parent
0f353fe9
Exists in
master
and in
1 other branch
add gitlab to Gemfile.lock
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
Gemfile.lock
| ... | ... | @@ -99,6 +99,8 @@ GEM |
| 99 | 99 | ffi (1.1.4) |
| 100 | 100 | foreman (0.60.2) |
| 101 | 101 | thor (>= 0.13.6) |
| 102 | + gitlab (2.1.0) | |
| 103 | + httparty | |
| 102 | 104 | haml (3.1.6) |
| 103 | 105 | happymapper (0.4.0) |
| 104 | 106 | libxml-ruby (~> 2.0) |
| ... | ... | @@ -337,6 +339,7 @@ DEPENDENCIES |
| 337 | 339 | execjs |
| 338 | 340 | fabrication (~> 1.3.0) |
| 339 | 341 | foreman |
| 342 | + gitlab | |
| 340 | 343 | haml |
| 341 | 344 | hipchat |
| 342 | 345 | hoi | ... | ... |