Commit 26d1c48b963d674c064b490d286d4b397c915b95
1 parent
1547d0a1
Exists in
master
and in
1 other branch
add gitlab issue tracker as a gem
Showing
2 changed files
with
7 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -104,6 +104,9 @@ GEM |
104 | 104 | errbit_github_plugin (0.1.0) |
105 | 105 | errbit_plugin |
106 | 106 | octokit |
107 | + errbit_gitlab_plugin (0.1.0) | |
108 | + errbit_plugin (~> 0.4, >= 0.4.0) | |
109 | + gitlab (~> 3.0.0, >= 3.0.0) | |
107 | 110 | errbit_lighthouse_plugin (0.1.0) |
108 | 111 | errbit_plugin (~> 0) |
109 | 112 | lighthouse-api (~> 2) |
... | ... | @@ -127,6 +130,8 @@ GEM |
127 | 130 | foreman (0.63.0) |
128 | 131 | dotenv (>= 0.7) |
129 | 132 | thor (>= 0.13.6) |
133 | + gitlab (3.0.0) | |
134 | + httparty | |
130 | 135 | haml (4.0.3) |
131 | 136 | tilt |
132 | 137 | happymapper (0.4.1) |
... | ... | @@ -390,6 +395,7 @@ DEPENDENCIES |
390 | 395 | email_spec |
391 | 396 | errbit_bitbucket_plugin |
392 | 397 | errbit_github_plugin |
398 | + errbit_gitlab_plugin | |
393 | 399 | errbit_lighthouse_plugin |
394 | 400 | errbit_pivotal_plugin |
395 | 401 | errbit_plugin | ... | ... |