Commit ad85849ba5ec265df0056318e181019b7c562ac3
Exists in
master
and in
1 other branch
Merge pull request #773 from errbit/remove_other_issue_trackers
Just leave github issue tracker as default
Showing
2 changed files
with
0 additions
and
90 deletions
Show diff stats
Gemfile
... | ... | @@ -28,15 +28,7 @@ gem 'hoptoad_notifier', "~> 2.4" |
28 | 28 | gem 'draper', :require => false |
29 | 29 | |
30 | 30 | gem 'errbit_plugin' |
31 | -gem 'errbit_bitbucket_plugin' | |
32 | -gem 'errbit_fogbugz_plugin' | |
33 | 31 | gem 'errbit_github_plugin' |
34 | -gem 'errbit_gitlab_plugin' | |
35 | -gem 'errbit_jira_plugin' | |
36 | -gem 'errbit_lighthouse_plugin' | |
37 | -gem 'errbit_pivotal_plugin' | |
38 | -gem 'errbit_redmine_plugin' | |
39 | -gem 'errbit_unfuddle_plugin' | |
40 | 32 | |
41 | 33 | # Notification services |
42 | 34 | # --------------------------------------- | ... | ... |
Gemfile.lock
... | ... | @@ -23,10 +23,6 @@ GEM |
23 | 23 | activesupport (= 4.0.12) |
24 | 24 | arel (~> 4.0.0) |
25 | 25 | activerecord-deprecated_finders (1.0.3) |
26 | - activeresource (4.0.0) | |
27 | - activemodel (~> 4.0) | |
28 | - activesupport (~> 4.0) | |
29 | - rails-observers (~> 0.1.1) | |
30 | 26 | activesupport (4.0.12) |
31 | 27 | i18n (~> 0.6, >= 0.6.9) |
32 | 28 | minitest (~> 4.2) |
... | ... | @@ -44,13 +40,6 @@ GEM |
44 | 40 | erubis (>= 2.6.6) |
45 | 41 | binding_of_caller (0.7.2) |
46 | 42 | debug_inspector (>= 0.0.1) |
47 | - bitbucket_rest_api (0.1.5) | |
48 | - faraday (~> 0.8.1) | |
49 | - faraday_middleware (~> 0.9.0) | |
50 | - hashie (~> 2.0.5) | |
51 | - multi_json (~> 1.3) | |
52 | - nokogiri (>= 1.5.2) | |
53 | - simple_oauth | |
54 | 43 | bson (2.3.0) |
55 | 44 | builder (3.1.4) |
56 | 45 | callsite (0.0.11) |
... | ... | @@ -99,53 +88,23 @@ GEM |
99 | 88 | email_spec (1.5.0) |
100 | 89 | launchy (~> 2.1) |
101 | 90 | mail (~> 2.2) |
102 | - errbit_bitbucket_plugin (0.1.0) | |
103 | - bitbucket_rest_api | |
104 | - errbit_plugin | |
105 | - faraday (~> 0.8.1) | |
106 | - errbit_fogbugz_plugin (0.1.0) | |
107 | - errbit_plugin (~> 0.4, >= 0.4.0) | |
108 | - ruby-fogbugz (~> 0.1, >= 0.1) | |
109 | 91 | errbit_github_plugin (0.1.0) |
110 | 92 | errbit_plugin |
111 | 93 | octokit |
112 | - errbit_gitlab_plugin (0.1.0) | |
113 | - errbit_plugin (~> 0.4, >= 0.4.0) | |
114 | - gitlab (~> 3.0.0, >= 3.0.0) | |
115 | - errbit_jira_plugin (0.2.0) | |
116 | - errbit_plugin | |
117 | - jira-ruby | |
118 | - errbit_lighthouse_plugin (0.1.0) | |
119 | - errbit_plugin (~> 0) | |
120 | - lighthouse-api (~> 2) | |
121 | - errbit_pivotal_plugin (0.2.0) | |
122 | - errbit_plugin (~> 0.4, >= 0.4.0) | |
123 | - pivotal-tracker (~> 0.5, >= 0.5.0) | |
124 | 94 | errbit_plugin (0.4.0) |
125 | - errbit_redmine_plugin (0.3.0) | |
126 | - errbit_plugin (~> 0) | |
127 | - oruen_redmine_client (~> 0) | |
128 | - errbit_unfuddle_plugin (0.1.0) | |
129 | - errbit_plugin (~> 0.4, >= 0.4.0) | |
130 | 95 | erubis (2.7.0) |
131 | 96 | execjs (2.0.2) |
132 | 97 | fabrication (2.9.0) |
133 | 98 | faraday (0.8.9) |
134 | 99 | multipart-post (~> 1.2.0) |
135 | - faraday_middleware (0.9.1) | |
136 | - faraday (>= 0.7.4, < 0.10) | |
137 | 100 | flowdock (0.3.1) |
138 | 101 | httparty (~> 0.7) |
139 | 102 | multi_json |
140 | 103 | foreman (0.63.0) |
141 | 104 | dotenv (>= 0.7) |
142 | 105 | thor (>= 0.13.6) |
143 | - gitlab (3.0.0) | |
144 | - httparty | |
145 | 106 | haml (4.0.3) |
146 | 107 | tilt |
147 | - happymapper (0.4.1) | |
148 | - libxml-ruby (~> 2.0) | |
149 | 108 | hashie (2.0.5) |
150 | 109 | highline (1.6.20) |
151 | 110 | hike (1.2.3) |
... | ... | @@ -163,10 +122,6 @@ GEM |
163 | 122 | multi_xml (>= 0.5.2) |
164 | 123 | httpauth (0.2.0) |
165 | 124 | i18n (0.6.11) |
166 | - jira-ruby (0.1.10) | |
167 | - activesupport | |
168 | - oauth | |
169 | - railties | |
170 | 125 | jquery-rails (2.1.4) |
171 | 126 | railties (>= 3.0, < 5.0) |
172 | 127 | thor (>= 0.14, < 2.0) |
... | ... | @@ -180,10 +135,6 @@ GEM |
180 | 135 | launchy (2.3.0) |
181 | 136 | addressable (~> 2.3) |
182 | 137 | libv8 (3.16.14.7) |
183 | - libxml-ruby (2.7.0) | |
184 | - lighthouse-api (2.0) | |
185 | - activeresource (>= 3.0.0) | |
186 | - activesupport (>= 3.0.0) | |
187 | 138 | mail (2.6.3) |
188 | 139 | mime-types (>= 1.16, < 3) |
189 | 140 | meta_request (0.2.8) |
... | ... | @@ -224,9 +175,6 @@ GEM |
224 | 175 | net-ssh (>= 2.6.5) |
225 | 176 | nokogiri (1.6.4.1) |
226 | 177 | mini_portile (~> 0.6.0) |
227 | - nokogiri-happymapper (0.5.9) | |
228 | - nokogiri (~> 1.5) | |
229 | - oauth (0.4.7) | |
230 | 178 | oauth2 (0.8.1) |
231 | 179 | faraday (~> 0.8) |
232 | 180 | httpauth (~> 0.1) |
... | ... | @@ -247,18 +195,6 @@ GEM |
247 | 195 | optionable (0.2.0) |
248 | 196 | origin (2.1.1) |
249 | 197 | orm_adapter (0.4.0) |
250 | - oruen_redmine_client (0.0.1) | |
251 | - activeresource (>= 2.3.0) | |
252 | - pivotal-tracker (0.5.12) | |
253 | - builder | |
254 | - builder | |
255 | - crack | |
256 | - happymapper (>= 0.3.2) | |
257 | - nokogiri (>= 1.4.3) | |
258 | - nokogiri (>= 1.5.5) | |
259 | - nokogiri-happymapper (>= 0.5.4) | |
260 | - rest-client (~> 1.6.0) | |
261 | - rest-client (~> 1.6.0) | |
262 | 198 | pjax_rails (0.3.4) |
263 | 199 | jquery-rails |
264 | 200 | poltergeist (1.5.1) |
... | ... | @@ -295,15 +231,8 @@ GEM |
295 | 231 | bundler (>= 1.3.0, < 2.0) |
296 | 232 | railties (= 4.0.12) |
297 | 233 | sprockets-rails (~> 2.0) |
298 | - rails-observers (0.1.2) | |
299 | - activemodel (~> 4.0) | |
300 | - rails_12factor (0.0.3) | |
301 | - rails_serve_static_assets | |
302 | - rails_stdout_logging | |
303 | 234 | rails_autolink (1.1.6) |
304 | 235 | rails (> 3.1) |
305 | - rails_serve_static_assets (0.0.2) | |
306 | - rails_stdout_logging (0.0.3) | |
307 | 236 | railties (4.0.12) |
308 | 237 | actionpack (= 4.0.12) |
309 | 238 | activesupport (= 4.0.12) |
... | ... | @@ -334,8 +263,6 @@ GEM |
334 | 263 | rspec-core (~> 2.14.0) |
335 | 264 | rspec-expectations (~> 2.14.0) |
336 | 265 | rspec-mocks (~> 2.14.0) |
337 | - ruby-fogbugz (0.1.1) | |
338 | - crack | |
339 | 266 | rushover (0.3.0) |
340 | 267 | json |
341 | 268 | rest-client |
... | ... | @@ -343,7 +270,6 @@ GEM |
343 | 270 | sawyer (0.5.5) |
344 | 271 | addressable (~> 2.3.5) |
345 | 272 | faraday (~> 0.8, < 0.10) |
346 | - simple_oauth (0.3.0) | |
347 | 273 | simplecov (0.7.1) |
348 | 274 | multi_json (~> 1.0) |
349 | 275 | simplecov-html (~> 0.7.1) |
... | ... | @@ -408,16 +334,8 @@ DEPENDENCIES |
408 | 334 | devise |
409 | 335 | draper |
410 | 336 | email_spec |
411 | - errbit_bitbucket_plugin | |
412 | - errbit_fogbugz_plugin | |
413 | 337 | errbit_github_plugin |
414 | - errbit_gitlab_plugin | |
415 | - errbit_jira_plugin | |
416 | - errbit_lighthouse_plugin | |
417 | - errbit_pivotal_plugin | |
418 | 338 | errbit_plugin |
419 | - errbit_redmine_plugin | |
420 | - errbit_unfuddle_plugin | |
421 | 339 | execjs |
422 | 340 | fabrication |
423 | 341 | flowdock | ... | ... |