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
Gemfile
... ... @@ -33,6 +33,7 @@ gem 'errbit_lighthouse_plugin'
33 33 gem 'errbit_redmine_plugin'
34 34 gem 'errbit_bitbucket_plugin'
35 35 gem 'errbit_pivotal_plugin'
  36 +gem 'errbit_gitlab_plugin'
36 37  
37 38 # Notification services
38 39 # ---------------------------------------
... ...
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
... ...