Commit 26d1c48b963d674c064b490d286d4b397c915b95

Authored by Stephen Crosby
1 parent 1547d0a1
Exists in master and in 1 other branch production

add gitlab issue tracker as a gem

Showing 2 changed files with 7 additions and 0 deletions   Show diff stats
@@ -33,6 +33,7 @@ gem 'errbit_lighthouse_plugin' @@ -33,6 +33,7 @@ gem 'errbit_lighthouse_plugin'
33 gem 'errbit_redmine_plugin' 33 gem 'errbit_redmine_plugin'
34 gem 'errbit_bitbucket_plugin' 34 gem 'errbit_bitbucket_plugin'
35 gem 'errbit_pivotal_plugin' 35 gem 'errbit_pivotal_plugin'
  36 +gem 'errbit_gitlab_plugin'
36 37
37 # Notification services 38 # Notification services
38 # --------------------------------------- 39 # ---------------------------------------
@@ -104,6 +104,9 @@ GEM @@ -104,6 +104,9 @@ GEM
104 errbit_github_plugin (0.1.0) 104 errbit_github_plugin (0.1.0)
105 errbit_plugin 105 errbit_plugin
106 octokit 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 errbit_lighthouse_plugin (0.1.0) 110 errbit_lighthouse_plugin (0.1.0)
108 errbit_plugin (~> 0) 111 errbit_plugin (~> 0)
109 lighthouse-api (~> 2) 112 lighthouse-api (~> 2)
@@ -127,6 +130,8 @@ GEM @@ -127,6 +130,8 @@ GEM
127 foreman (0.63.0) 130 foreman (0.63.0)
128 dotenv (>= 0.7) 131 dotenv (>= 0.7)
129 thor (>= 0.13.6) 132 thor (>= 0.13.6)
  133 + gitlab (3.0.0)
  134 + httparty
130 haml (4.0.3) 135 haml (4.0.3)
131 tilt 136 tilt
132 happymapper (0.4.1) 137 happymapper (0.4.1)
@@ -390,6 +395,7 @@ DEPENDENCIES @@ -390,6 +395,7 @@ DEPENDENCIES
390 email_spec 395 email_spec
391 errbit_bitbucket_plugin 396 errbit_bitbucket_plugin
392 errbit_github_plugin 397 errbit_github_plugin
  398 + errbit_gitlab_plugin
393 errbit_lighthouse_plugin 399 errbit_lighthouse_plugin
394 errbit_pivotal_plugin 400 errbit_pivotal_plugin
395 errbit_plugin 401 errbit_plugin