Gemfile.lock 30.5 KB
Newer Older
G
gitlabhq 已提交
1
GEM
2
  remote: https://rubygems.org/
G
gitlabhq 已提交
3
  specs:
4
    RedCloth (4.3.2)
5
    abstract_type (0.0.7)
S
Sean McGivern 已提交
6
    ace-rails-ap (4.1.2)
V
Vladimir Shushlin 已提交
7 8
    acme-client (2.0.2)
      faraday (~> 0.9, >= 0.9.1)
H
Heinrich Lee Yu 已提交
9 10
    actioncable (5.1.7)
      actionpack (= 5.1.7)
J
Jasper Maes 已提交
11
      nio4r (~> 2.0)
J
Jan Provaznik 已提交
12
      websocket-driver (~> 0.6.1)
H
Heinrich Lee Yu 已提交
13 14 15 16
    actionmailer (5.1.7)
      actionpack (= 5.1.7)
      actionview (= 5.1.7)
      activejob (= 5.1.7)
V
Vinnie Okada 已提交
17
      mail (~> 2.5, >= 2.5.4)
J
Jan Provaznik 已提交
18
      rails-dom-testing (~> 2.0)
H
Heinrich Lee Yu 已提交
19 20 21
    actionpack (5.1.7)
      actionview (= 5.1.7)
      activesupport (= 5.1.7)
J
Jan Provaznik 已提交
22
      rack (~> 2.0)
J
Jasper Maes 已提交
23
      rack-test (>= 0.6.3)
J
Jan Provaznik 已提交
24
      rails-dom-testing (~> 2.0)
V
Valery Sizov 已提交
25
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
H
Heinrich Lee Yu 已提交
26 27
    actionview (5.1.7)
      activesupport (= 5.1.7)
M
Marin Jankovski 已提交
28
      builder (~> 3.1)
J
Jasper Maes 已提交
29
      erubi (~> 1.4)
J
Jan Provaznik 已提交
30
      rails-dom-testing (~> 2.0)
Z
Z.J. van de Weg 已提交
31
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
H
Heinrich Lee Yu 已提交
32 33
    activejob (5.1.7)
      activesupport (= 5.1.7)
J
Jan Provaznik 已提交
34
      globalid (>= 0.3.6)
H
Heinrich Lee Yu 已提交
35 36 37 38 39
    activemodel (5.1.7)
      activesupport (= 5.1.7)
    activerecord (5.1.7)
      activemodel (= 5.1.7)
      activesupport (= 5.1.7)
J
Jasper Maes 已提交
40
      arel (~> 8.0)
J
Jan Provaznik 已提交
41 42
    activerecord_sane_schema_dumper (1.0)
      rails (>= 5, < 6)
H
Heinrich Lee Yu 已提交
43
    activesupport (5.1.7)
J
Jan Provaznik 已提交
44 45
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
M
Marin Jankovski 已提交
46 47
      minitest (~> 5.1)
      tzinfo (~> 1.1)
48 49
    acts-as-taggable-on (6.0.0)
      activerecord (~> 5.0)
50 51 52
    adamantium (0.2.0)
      ice_nine (~> 0.11.0)
      memoizable (~> 0.4.0)
53 54
    addressable (2.5.2)
      public_suffix (>= 2.0.2, < 4.0)
55
    aes_key_wrap (1.0.1)
56
    akismet (2.0.0)
57 58 59
    apollo_upload_server (2.0.0.beta.3)
      graphql (>= 1.8)
      rails (>= 4.2)
J
Jasper Maes 已提交
60
    arel (8.0.0)
T
Takuya Noguchi 已提交
61
    asana (0.8.1)
R
Robert Speicher 已提交
62 63 64 65
      faraday (~> 0.9)
      faraday_middleware (~> 0.9)
      faraday_middleware-multi_json (~> 0.0)
      oauth2 (~> 1.0)
T
Takuya Noguchi 已提交
66
    asciidoctor (1.5.8)
67
    asciidoctor-plantuml (0.0.8)
68
      asciidoctor (~> 1.5)
69
    ast (2.4.0)
70
    atomic (1.1.99)
71
    attr_encrypted (3.1.0)
72
      encryptor (~> 3.0.0)
73
    attr_required (1.0.1)
T
Takuya Noguchi 已提交
74
    awesome_print (1.8.0)
D
Douwe Maan 已提交
75 76 77 78
    axiom-types (0.1.1)
      descendants_tracker (~> 0.0.4)
      ice_nine (~> 0.11.0)
      thread_safe (~> 0.3, >= 0.3.1)
79
    babosa (1.0.2)
K
Kamil Trzcinski 已提交
80
    base32 (0.3.2)
81
    batch-loader (1.4.0)
82
    bcrypt (3.1.12)
83
    bcrypt_pbkdf (1.0.0)
84
    benchmark-ips (2.3.0)
A
Ash McKenzie 已提交
85 86
    benchmark-memory (0.1.2)
      memory_profiler (~> 0.9)
S
Stan Hu 已提交
87
    better_errors (2.5.0)
88
      coderay (>= 1.0.0)
S
Stan Hu 已提交
89
      erubi (>= 1.0.0)
90
      rack (>= 0.9.0)
91
    bindata (2.4.3)
92
    binding_ninja (0.2.3)
93
    binding_of_caller (0.8.0)
94
      debug_inspector (>= 0.0.1)
S
Stan Hu 已提交
95
    bootsnap (1.4.1)
96
      msgpack (~> 1.0)
E
Enrique Alcantara 已提交
97 98 99
    bootstrap_form (4.2.0)
      actionpack (>= 5.0)
      activemodel (>= 5.0)
T
Takuya Noguchi 已提交
100
    brakeman (4.2.1)
S
Stan Hu 已提交
101
    browser (2.5.3)
Z
Z.J. van de Weg 已提交
102
    builder (3.2.3)
R
Robert Speicher 已提交
103
    bullet (5.5.1)
Y
Yorick Peterse 已提交
104
      activesupport (>= 3.0.0)
105
      uniform_notifier (~> 1.10.0)
106
    bundler-audit (0.5.0)
D
Dmitriy Zaporozhets 已提交
107 108
      bundler (~> 1.2)
      thor (~> 0.18)
109
    byebug (9.1.0)
110
    capybara (2.18.0)
S
Stan Hu 已提交
111
      addressable
112
      mini_mime (>= 0.1.3)
G
gitlabhq 已提交
113 114 115
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
116
      xpath (>= 2.0, < 4.0)
117 118
    capybara-screenshot (1.0.22)
      capybara (>= 1.0, < 4)
R
Robert Speicher 已提交
119
      launchy
S
Stan Hu 已提交
120
    carrierwave (1.3.1)
121 122
      activemodel (>= 4.0.0)
      activesupport (>= 4.0.0)
R
Rubén Dávila 已提交
123
      mime-types (>= 1.16)
124
    cause (0.1)
R
Roger Rüttimann 已提交
125
    character_set (1.1.2)
126
    charlock_holmes (0.7.6)
127
    childprocess (0.9.0)
128
      ffi (~> 1.0, >= 1.0.11)
R
Rémy Coutable 已提交
129
    chronic (0.10.2)
130 131
    chronic_duration (0.10.6)
      numerizer (~> 0.1.1)
V
Valery Sizov 已提交
132
    chunky_png (1.3.5)
133
    citrus (3.0.2)
134
    coderay (1.1.2)
135
    coercible (1.0.0)
136
      descendants_tracker (~> 0.0.1)
137
    commonmarker (0.17.13)
B
blackst0ne 已提交
138
      ruby-enum (~> 0.5)
139 140 141
    concord (0.1.5)
      adamantium (~> 0.2.0)
      equalizer (~> 0.0.9)
142 143 144
    concurrent-ruby (1.1.5)
    concurrent-ruby-ext (1.1.5)
      concurrent-ruby (= 1.1.5)
S
Stan Hu 已提交
145
    connection_pool (2.2.2)
146
    crack (0.4.3)
147
      safe_yaml (~> 1.0.0)
P
Pirate Praveen 已提交
148
    crass (1.0.4)
R
Robert Speicher 已提交
149
    creole (0.5.0)
150
    css_parser (1.5.0)
D
Douwe Maan 已提交
151
      addressable
G
Gabriel Mazetto 已提交
152
    daemons (1.2.6)
J
Jan Provaznik 已提交
153
    database_cleaner (1.7.0)
154
    debug_inspector (0.0.3)
155
    debugger-ruby_core_source (1.3.8)
F
Fatih Acet 已提交
156
    deckar01-task_list (2.2.0)
157
      html-pipeline
158 159
    declarative (0.0.10)
    declarative-option (0.1.0)
160 161 162 163 164 165 166 167
    derailed_benchmarks (1.3.5)
      benchmark-ips (~> 2)
      get_process_mem (~> 0)
      heapy (~> 0)
      memory_profiler (~> 0)
      rack (>= 1)
      rake (> 10, < 13)
      thor (~> 0.19)
D
Douwe Maan 已提交
168 169
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
170
    device_detector (1.0.0)
U
Utkarsh Gupta 已提交
171
    devise (4.6.2)
M
Marin Jankovski 已提交
172
      bcrypt (~> 3.0)
N
Nihad Abbasov 已提交
173
      orm_adapter (~> 0.1)
P
Pirate Praveen 已提交
174
      railties (>= 4.1.0, < 6.0)
R
Robert Speicher 已提交
175
      responders
176
      warden (~> 1.2.3)
177
    devise-two-factor (3.0.0)
178
      activesupport
179 180
      attr_encrypted (>= 1.3, < 4, != 2)
      devise (~> 4.0)
D
Douwe Maan 已提交
181
      railties
182
      rotp (~> 2.0)
R
Robert Speicher 已提交
183
    diff-lcs (1.3)
M
Manuel Rüger 已提交
184
    diffy (3.1.0)
B
blackst0ne 已提交
185 186
    discordrb-webhooks-blackst0ne (3.3.0)
      rest-client (~> 2.0)
187
    docile (1.3.1)
188
    domain_name (0.5.20180417)
189
      unf (>= 0.0.5, < 1.0.0)
L
Lin Jen-Shin 已提交
190
    doorkeeper (4.3.2)
191
      railties (>= 4.2)
192
    doorkeeper-openid_connect (1.5.0)
193
      doorkeeper (~> 4.3)
194
      json-jwt (~> 1.6)
195
    ed25519 (1.2.4)
196
    email_reply_trimmer (0.1.6)
T
Takuya Noguchi 已提交
197 198
    email_spec (2.2.0)
      htmlentities (~> 4.3.3)
R
Riyad Preukschas 已提交
199
      launchy (~> 2.1)
T
Takuya Noguchi 已提交
200
      mail (~> 2.7)
201
    encryptor (3.0.0)
D
Douwe Maan 已提交
202
    equalizer (0.0.11)
H
Heinrich Lee Yu 已提交
203
    erubi (1.8.0)
S
Stan Hu 已提交
204
    escape_utils (1.2.1)
205
    et-orbi (1.2.1)
206
      tzinfo
G
Gabriel Mazetto 已提交
207
    eventmachine (1.2.7)
208
    excon (0.62.0)
D
Douwe Maan 已提交
209
    execjs (2.6.0)
R
Robert Schilling 已提交
210
    expression_parser (0.9.0)
211
    factory_bot (4.8.2)
R
Robert Speicher 已提交
212
      activesupport (>= 3.0.0)
213 214
    factory_bot_rails (4.8.2)
      factory_bot (~> 4.8.2)
R
Robert Speicher 已提交
215
      railties (>= 3.0.0)
216
    faraday (0.12.2)
R
Robert Speicher 已提交
217
      multipart-post (>= 1.2, < 3)
218
    faraday_middleware (0.12.2)
D
Douglas Barbosa Alexandre 已提交
219
      faraday (>= 0.7.4, < 1.0)
R
Robert Speicher 已提交
220 221 222
    faraday_middleware-multi_json (0.0.6)
      faraday_middleware
      multi_json
D
dosire 已提交
223
    fast_blank (1.0.0)
224
    fast_gettext (1.6.0)
T
Takuya Noguchi 已提交
225
    ffaker (2.10.0)
S
Stan Hu 已提交
226
    ffi (1.10.0)
P
Pirate Praveen 已提交
227 228
    flipper (0.13.0)
    flipper-active_record (0.13.0)
229
      activerecord (>= 3.2, < 6)
P
Pirate Praveen 已提交
230 231
      flipper (~> 0.13.0)
    flipper-active_support_cache_store (0.13.0)
232
      activesupport (>= 3.2, < 6)
P
Pirate Praveen 已提交
233
      flipper (~> 0.13.0)
V
Valery Sizov 已提交
234
    flowdock (0.7.1)
235 236
      httparty (~> 0.7)
      multi_json
S
Stan Hu 已提交
237
    fog-aliyun (0.3.3)
238 239
      fog-core
      fog-json
240 241
      ipaddress (~> 0.8)
      xml-simple (~> 1.1)
242 243 244
    fog-aws (3.3.0)
      fog-core (~> 2.1)
      fog-json (~> 1.1)
S
Stan Hu 已提交
245 246
      fog-xml (~> 0.1)
      ipaddress (~> 0.8)
247
    fog-core (2.1.0)
248
      builder
P
Pirate Praveen 已提交
249
      excon (~> 0.58)
250
      formatador (~> 0.2)
251 252 253 254 255
      mime-types
    fog-google (1.8.2)
      fog-core (<= 2.1.0)
      fog-json (~> 1.2)
      fog-xml (~> 0.1.0)
256
      google-api-client (~> 0.23.0)
257 258
    fog-json (1.2.0)
      fog-core
259
      multi_json (~> 1.10)
260 261 262 263
    fog-local (0.6.0)
      fog-core (>= 1.27, < 3.0)
    fog-openstack (1.0.8)
      fog-core (~> 2.1)
S
Stan Hu 已提交
264 265
      fog-json (>= 1.0)
      ipaddress (>= 0.8)
266 267 268 269 270
    fog-rackspace (0.1.1)
      fog-core (>= 1.35)
      fog-json (>= 1.0)
      fog-xml (>= 0.1)
      ipaddress (>= 0.8)
271
    fog-xml (0.1.3)
272
      fog-core
273
      nokogiri (>= 1.5.11, < 2.0.0)
J
Jasper Maes 已提交
274 275
    font-awesome-rails (4.7.0.4)
      railties (>= 3.2, < 6.0)
276
    foreman (0.84.0)
D
Douwe Maan 已提交
277
      thor (~> 0.19.1)
278
    formatador (0.2.5)
279 280
    fugit (1.2.1)
      et-orbi (~> 1.1, >= 1.1.8)
281
      raabro (~> 1.1)
R
Robert Speicher 已提交
282 283
    fuubar (2.2.0)
      rspec-core (~> 3.0)
R
Robert Speicher 已提交
284
      ruby-progressbar (~> 1.4)
285
    gemojione (3.3.0)
286
      json
S
Stan Hu 已提交
287
    get_process_mem (0.2.3)
288
    gettext (3.2.9)
R
Ruben Davila 已提交
289 290 291 292
      locale (>= 2.0.5)
      text (>= 1.3.0)
    gettext_i18n_rails (1.8.0)
      fast_gettext (>= 0.9.0)
293
    gettext_i18n_rails_js (1.3.0)
294 295 296 297
      gettext (>= 3.0.2)
      gettext_i18n_rails (>= 0.7.1)
      po_to_json (>= 1.0.0)
      rails (>= 3.2.0)
298
    gitaly-proto (1.27.0)
299
      grpc (~> 1.0)
300
    github-markup (1.7.0)
301 302
    gitlab-default_value_for (3.1.1)
      activerecord (>= 3.2.0, < 6.0)
303
    gitlab-labkit (0.2.0)
304 305 306 307 308
      actionpack (~> 5)
      activesupport (~> 5)
      grpc (~> 1.15)
      jaeger-client (~> 0.10)
      opentracing (~> 0.4)
309
    gitlab-markup (1.7.0)
V
Valery Sizov 已提交
310
    gitlab-sidekiq-fetcher (0.4.0)
V
Valery Sizov 已提交
311
      sidekiq (~> 5)
312 313
    gitlab-styles (2.7.0)
      rubocop (~> 0.69.0)
R
Rémy Coutable 已提交
314
      rubocop-gitlab-security (~> 0.1.0)
S
Stan Hu 已提交
315
      rubocop-performance (~> 1.1.0)
R
Rémy Coutable 已提交
316
      rubocop-rspec (~> 1.19)
317
    gitlab_omniauth-ldap (2.1.1)
318 319 320 321
      net-ldap (~> 0.16)
      omniauth (~> 1.3)
      pyu-ruby-sasl (>= 0.0.3.3, < 0.1)
      rubyntlm (~> 0.5)
322
    globalid (0.4.2)
R
Rémy Coutable 已提交
323
      activesupport (>= 4.2.0)
P
Pirate Praveen 已提交
324
    gon (6.2.0)
R
Robert Speicher 已提交
325 326 327
      actionpack (>= 3.0)
      multi_json
      request_store (>= 1.0)
328
    google-api-client (0.23.4)
329
      addressable (~> 2.5, >= 2.5.1)
P
Pirate Praveen 已提交
330
      googleauth (>= 0.5, < 0.7.0)
331 332 333 334
      httpclient (>= 2.8.1, < 3.0)
      mime-types (~> 3.0)
      representable (~> 3.0)
      retriable (>= 2.0, < 4.0)
335 336
    google-protobuf (3.7.1)
    googleapis-common-protos-types (1.0.4)
J
Jacob Vosmaer 已提交
337
      google-protobuf (~> 3.0)
A
Alejandro Rodríguez 已提交
338
    googleauth (0.6.6)
339
      faraday (~> 0.12)
A
Ahmad Sherif 已提交
340
      jwt (>= 1.4, < 3.0)
341 342
      memoist (~> 0.12)
      multi_json (~> 1.11)
A
Alejandro Rodríguez 已提交
343
      os (>= 0.9, < 2.0)
344
      signet (~> 0.7)
345 346
    gpgme (2.0.18)
      mini_portile2 (~> 2.3)
347
    grape (1.1.0)
R
Riyad Preukschas 已提交
348
      activesupport
349
      builder
D
Dmitriy Zaporozhets 已提交
350
      mustermann-grape (~> 1.0.0)
D
Dmitriy Zaporozhets 已提交
351
      rack (>= 1.3.0)
R
Riyad Preukschas 已提交
352
      rack-accept
J
Jeroen van Baarsen 已提交
353
      virtus (>= 1.0.0)
354 355
    grape-entity (0.7.1)
      activesupport (>= 4.0)
D
Dmitriy Zaporozhets 已提交
356
      multi_json (>= 1.3.2)
J
Jasper Maes 已提交
357 358
    grape-path-helpers (1.1.0)
      activesupport
359 360
      grape (~> 1.0)
      rake (~> 12)
361
    grape_logging (1.7.0)
362
      grape
N
Nick Thomas 已提交
363 364 365
    graphiql-rails (1.4.10)
      railties
      sprockets-rails
366
    graphql (1.8.1)
367
    grpc (1.19.0)
368
      google-protobuf (~> 3.1)
J
Jacob Vosmaer 已提交
369
      googleapis-common-protos-types (~> 1.0.0)
S
Stan Hu 已提交
370 371
    haml (5.0.4)
      temple (>= 0.8.0)
R
Rémy Coutable 已提交
372
      tilt
373
    haml_lint (0.31.0)
374 375
      haml (>= 4.0, < 5.1)
      rainbow
376
      rake (>= 10, < 13)
T
Takuya Noguchi 已提交
377
      rubocop (>= 0.50.0)
R
Rémy Coutable 已提交
378
      sysexits (~> 1.1)
379 380
    hamlit (2.8.8)
      temple (>= 0.8.0)
C
connorshea 已提交
381
      thor
382
      tilt
383
    hangouts-chat (0.0.5)
S
Stan Hu 已提交
384
    hashdiff (0.3.8)
385
    hashie (3.5.7)
386 387
    hashie-forbidden_attributes (0.1.1)
      hashie (>= 3.0)
388
    health_check (2.6.0)
389
      rails (>= 4.0)
390
    heapy (0.1.4)
391 392 393
    hipchat (1.5.2)
      httparty
      mimemagic
S
Stan Hu 已提交
394
    html-pipeline (2.8.4)
395
      activesupport (>= 2)
B
blackst0ne 已提交
396
      nokogiri (>= 1.4)
397 398
    html2text (0.2.0)
      nokogiri (~> 1.6)
D
Douwe Maan 已提交
399
    htmlentities (4.3.4)
T
Thong Kuah 已提交
400
    http (3.3.0)
401 402
      addressable (~> 2.3)
      http-cookie (~> 1.0)
T
Thong Kuah 已提交
403
      http-form_data (~> 2.0)
404 405 406
      http_parser.rb (~> 0.6.0)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
T
Thong Kuah 已提交
407
    http-form_data (2.1.1)
408
    http_parser.rb (0.6.0)
409 410
    httparty (0.16.4)
      mime-types (~> 3.0)
D
Dmitriy Zaporozhets 已提交
411
      multi_xml (>= 0.5.2)
P
Pirate Praveen 已提交
412
    httpclient (2.8.3)
413
    i18n (1.6.0)
R
Rémy Coutable 已提交
414
      concurrent-ruby (~> 1.0)
415
    icalendar (2.4.1)
416
    ice_nine (0.11.2)
417 418 419
    influxdb (0.2.3)
      cause
      json
S
Stan Hu 已提交
420
    ipaddress (0.8.3)
421 422 423
    jaeger-client (0.10.0)
      opentracing (~> 0.3)
      thrift
S
Stan Hu 已提交
424
    jaro_winkler (1.5.2)
425
    jira-ruby (1.4.1)
F
Felipe Artur 已提交
426
      activesupport
427
      multipart-post
F
Felipe Artur 已提交
428
      oauth (~> 0.5, >= 0.5.0)
R
Roger Rüttimann 已提交
429 430 431 432
    js_regex (3.1.1)
      character_set (~> 1.1)
      regexp_parser (~> 1.1)
      regexp_property_values (~> 0.3)
Z
Z.J. van de Weg 已提交
433
    json (1.8.6)
434
    json-jwt (1.9.4)
435
      activesupport
436
      aes_key_wrap
437
      bindata
438 439
    json-schema (2.8.0)
      addressable (>= 2.4)
440
    jwt (2.1.0)
441 442 443 444 445 446 447 448 449 450 451 452
    kaminari (1.0.1)
      activesupport (>= 4.1.0)
      kaminari-actionview (= 1.0.1)
      kaminari-activerecord (= 1.0.1)
      kaminari-core (= 1.0.1)
    kaminari-actionview (1.0.1)
      actionview
      kaminari-core (= 1.0.1)
    kaminari-activerecord (1.0.1)
      activerecord
      kaminari-core (= 1.0.1)
    kaminari-core (1.0.1)
S
Stan Hu 已提交
453
    kgio (2.11.2)
454
    knapsack (1.17.0)
K
Kamil Trzcinski 已提交
455
      rake
456
    kubeclient (4.2.2)
T
Thong Kuah 已提交
457
      http (~> 3.0)
458
      recursive-open-struct (~> 1.0, >= 1.0.4)
P
Pirate Praveen 已提交
459
      rest-client (~> 2.0)
R
Robert Speicher 已提交
460
    launchy (2.4.3)
R
Riyad Preukschas 已提交
461
      addressable (~> 2.3)
462
    letter_opener (1.7.0)
463
      launchy (~> 2.2)
464
    letter_opener_web (1.3.4)
R
Robert Speicher 已提交
465 466 467
      actionmailer (>= 3.2)
      letter_opener (~> 1.0)
      railties (>= 3.2)
468
    license_finder (5.4.0)
C
Connor Shea 已提交
469 470 471
      bundler
      rubyzip
      thor
472 473
      toml (= 0.2.0)
      with_env (= 1.1.0)
C
Connor Shea 已提交
474
      xml-simple
P
Pirate Praveen 已提交
475
    licensee (8.9.2)
476
      rugged (~> 0.24)
R
Ruben Davila 已提交
477
    locale (2.1.2)
478 479 480 481 482
    lograge (0.10.0)
      actionpack (>= 4)
      activesupport (>= 4)
      railties (>= 4)
      request_store (~> 1.0)
483
    loofah (2.2.3)
484
      crass (~> 1.0.2)
V
Valery Sizov 已提交
485
      nokogiri (>= 1.5.9)
B
blackst0ne 已提交
486
    mail (2.7.1)
R
Rémy Coutable 已提交
487
      mini_mime (>= 0.1.1)
488
    mail_room (0.9.1)
489
    memoist (0.16.0)
490 491
    memoizable (0.4.2)
      thread_safe (~> 0.3, >= 0.3.1)
492
    memory_profiler (0.9.13)
493
    method_source (0.9.2)
S
Stan Hu 已提交
494
    mime-types (3.2.2)
495
      mime-types-data (~> 3.2015)
S
Stan Hu 已提交
496
    mime-types-data (3.2018.0812)
497
    mimemagic (0.3.2)
498
    mini_magick (4.8.0)
G
Gabriel Mazetto 已提交
499
    mini_mime (1.0.1)
B
Brett Walker 已提交
500
    mini_portile2 (2.4.0)
501
    minitest (5.11.3)
S
Stan Hu 已提交
502
    msgpack (1.2.6)
A
Ahmad Sherif 已提交
503
    multi_json (1.13.1)
504
    multi_xml (0.6.0)
R
Robert Speicher 已提交
505
    multipart-post (2.0.0)
506
    mustermann (1.0.3)
D
Dmitriy Zaporozhets 已提交
507 508
    mustermann-grape (1.0.0)
      mustermann (~> 1.0.0)
509
    mysql2 (0.4.10)
510
    nakayoshi_fork (0.0.4)
511
    net-ldap (0.16.0)
512
    net-ssh (5.0.1)
513
    netrc (0.11.0)
J
Jan Provaznik 已提交
514
    nio4r (2.3.1)
S
Stan Hu 已提交
515
    nokogiri (1.10.3)
B
Brett Walker 已提交
516
      mini_portile2 (~> 2.4.0)
517 518
    nokogumbo (1.5.0)
      nokogiri
519
    numerizer (0.1.1)
520
    oauth (0.5.4)
521 522 523
    oauth2 (1.4.1)
      faraday (>= 0.8, < 0.16.0)
      jwt (>= 1.0, < 3.0)
D
Douwe Maan 已提交
524 525
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
526
      rack (>= 1.2, < 3)
A
Ash McKenzie 已提交
527
    octokit (4.9.0)
M
Manuel Rüger 已提交
528
      sawyer (~> 0.8.0, >= 0.5.3)
529 530
    omniauth (1.9.0)
      hashie (>= 3.4.6, < 3.7.0)
531
      rack (>= 1.6.2, < 3)
532 533
    omniauth-auth0 (2.0.0)
      omniauth-oauth2 (~> 1.4)
534 535 536
    omniauth-authentiq (0.3.3)
      jwt (>= 1.5)
      omniauth-oauth2 (>= 1.5)
537 538
    omniauth-azure-oauth2 (0.0.10)
      jwt (>= 1.0, < 3.0)
J
Jacob Schatz 已提交
539
      omniauth (~> 1.0)
540
      omniauth-oauth2 (~> 1.4)
541
    omniauth-cas3 (1.1.4)
T
tduehr 已提交
542
      addressable (~> 2.3)
543
      nokogiri (~> 1.7, >= 1.7.1)
T
tduehr 已提交
544
      omniauth (~> 1.2)
545
    omniauth-facebook (4.0.0)
D
Douwe Maan 已提交
546
      omniauth-oauth2 (~> 1.2)
547 548 549
    omniauth-github (1.3.0)
      omniauth (~> 1.5)
      omniauth-oauth2 (>= 1.4.0, < 2.0)
S
Stan Hu 已提交
550
    omniauth-gitlab (1.0.3)
V
Valery Sizov 已提交
551 552
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
553 554
    omniauth-google-oauth2 (0.6.0)
      jwt (>= 2.0)
V
Valery Sizov 已提交
555
      omniauth (>= 1.1.1)
556
      omniauth-oauth2 (>= 1.5)
557
    omniauth-kerberos (0.3.0)
V
Valery Sizov 已提交
558 559
      omniauth-multipassword
      timfel-krb5-auth (~> 0.8)
D
Douwe Maan 已提交
560
    omniauth-multipassword (0.4.2)
V
Valery Sizov 已提交
561
      omniauth (~> 1.0)
D
Douwe Maan 已提交
562
    omniauth-oauth (1.1.0)
D
Dmitriy Zaporozhets 已提交
563 564
      oauth
      omniauth (~> 1.0)
565
    omniauth-oauth2 (1.6.0)
566
      oauth2 (~> 1.1)
567
      omniauth (~> 1.9)
J
Joe Marty 已提交
568 569
    omniauth-oauth2-generic (0.2.2)
      omniauth-oauth2 (~> 1.0)
G
Gosia Ksionek 已提交
570 571 572
    omniauth-salesforce (1.0.5)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
573 574 575
    omniauth-saml (1.10.0)
      omniauth (~> 1.3, >= 1.3.2)
      ruby-saml (~> 1.7)
576
    omniauth-shibboleth (1.3.0)
577
      omniauth (>= 1.0.0)
578
    omniauth-twitter (1.4.0)
579
      omniauth-oauth (~> 1.1)
580
      rack
581 582
    omniauth-ultraauth (0.0.2)
      omniauth_openid_connect (~> 0.3.0)
V
Valery Sizov 已提交
583 584 585 586
    omniauth_crowd (2.2.3)
      activesupport
      nokogiri (>= 1.4.4)
      omniauth (~> 1.0)
587
    omniauth_openid_connect (0.3.0)
588 589 590 591 592 593 594 595 596 597 598 599 600
      addressable (~> 2.5)
      omniauth (~> 1.3)
      openid_connect (~> 1.1)
    openid_connect (1.1.6)
      activemodel
      attr_required (>= 1.0.0)
      json-jwt (>= 1.5.0)
      rack-oauth2 (>= 1.6.1)
      swd (>= 1.0.0)
      tzinfo
      validate_email
      validate_url
      webfinger (>= 1.0.1)
601
    opentracing (0.5.0)
S
Stan Hu 已提交
602
    optimist (3.0.0)
C
Chulki Lee 已提交
603
    org-ruby (0.9.12)
R
Robert Schilling 已提交
604
      rubypants (~> 0.2)
605
    orm_adapter (0.5.0)
A
Alejandro Rodríguez 已提交
606
    os (1.0.0)
S
Stan Hu 已提交
607
    parallel (1.17.0)
608
    parser (2.6.3.0)
609
      ast (~> 2.4.0)
610
    parslet (1.8.2)
611 612 613 614 615 616
    peek (1.0.1)
      concurrent-ruby (>= 0.9.0)
      concurrent-ruby-ext (>= 0.9.0)
      railties (>= 4.0.0)
    peek-gc (0.0.2)
      peek
617 618 619
    peek-mysql2 (1.2.0)
      concurrent-ruby
      concurrent-ruby-ext
620 621 622 623 624 625 626 627 628 629 630 631 632 633
      mysql2
      peek
    peek-pg (1.3.0)
      concurrent-ruby
      concurrent-ruby-ext
      peek
      pg
    peek-rblineprof (0.2.0)
      peek
      rblineprof
    peek-redis (1.2.0)
      atomic (>= 1.0.0)
      peek
      redis
S
Stan Hu 已提交
634
    pg (1.1.4)
635 636
    po_to_json (1.0.1)
      json (>= 1.6.0)
637 638 639
    premailer (1.10.4)
      addressable
      css_parser (>= 1.4.10)
D
Douwe Maan 已提交
640
      htmlentities (>= 4.0.0)
641
    premailer-rails (1.9.7)
642
      actionmailer (>= 3, < 6)
D
Douwe Maan 已提交
643
      premailer (~> 1.7, >= 1.7.9)
644 645 646 647 648
    proc_to_ast (0.1.0)
      coderay
      parser
      unparser
    procto (0.0.3)
S
Stan Hu 已提交
649
    prometheus-client-mmap (0.9.4)
650
    pry (0.11.3)
D
Douwe Maan 已提交
651
      coderay (~> 1.1.0)
652
      method_source (~> 0.9.0)
653 654
    pry-byebug (3.5.1)
      byebug (~> 9.1)
S
Semyon Pupkov 已提交
655
      pry (~> 0.10)
G
Gabriel Mazetto 已提交
656 657 658
    pry-rails (0.3.6)
      pry (>= 0.10.4)
    public_suffix (3.0.3)
659 660 661 662
    puma (3.12.0)
    puma_worker_killer (0.1.0)
      get_process_mem (~> 0.2)
      puma (>= 2.7, < 4)
V
Valery Sizov 已提交
663
    pyu-ruby-sasl (0.0.3.3)
664
    raabro (1.1.6)
S
Stan Hu 已提交
665
    rack (2.0.7)
R
Riyad Preukschas 已提交
666 667
    rack-accept (0.4.5)
      rack (>= 0.4)
M
Manuel Rüger 已提交
668
    rack-attack (4.4.1)
M
Marin Jankovski 已提交
669
      rack
670
    rack-cors (1.0.2)
671 672 673 674 675 676
    rack-oauth2 (1.9.3)
      activesupport
      attr_required
      httpclient
      json-jwt (>= 1.9.0)
      rack
S
Stan Hu 已提交
677
    rack-protection (2.0.5)
G
gitlabhq 已提交
678
      rack
679 680
    rack-proxy (0.6.0)
      rack
J
Jasper Maes 已提交
681 682
    rack-test (1.1.0)
      rack (>= 1.0, < 3)
J
Jan Provaznik 已提交
683
    rack-timeout (0.5.1)
H
Heinrich Lee Yu 已提交
684 685 686 687 688 689 690 691 692
    rails (5.1.7)
      actioncable (= 5.1.7)
      actionmailer (= 5.1.7)
      actionpack (= 5.1.7)
      actionview (= 5.1.7)
      activejob (= 5.1.7)
      activemodel (= 5.1.7)
      activerecord (= 5.1.7)
      activesupport (= 5.1.7)
J
Jan Provaznik 已提交
693
      bundler (>= 1.3.0)
H
Heinrich Lee Yu 已提交
694
      railties (= 5.1.7)
J
Jan Provaznik 已提交
695 696 697 698 699 700 701 702
      sprockets-rails (>= 2.0.0)
    rails-controller-testing (1.0.2)
      actionpack (~> 5.x, >= 5.0.1)
      actionview (~> 5.x, >= 5.0.1)
      activesupport (~> 5.x)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
703 704
    rails-html-sanitizer (1.0.4)
      loofah (~> 2.2, >= 2.2.2)
J
Jan Provaznik 已提交
705 706 707
    rails-i18n (5.1.1)
      i18n (>= 0.7, < 2)
      railties (>= 5.0, < 6)
H
Heinrich Lee Yu 已提交
708 709 710
    railties (5.1.7)
      actionpack (= 5.1.7)
      activesupport (= 5.1.7)
J
Jan Provaznik 已提交
711
      method_source
G
gitlabhq 已提交
712
      rake (>= 0.8.7)
713
      thor (>= 0.18.1, < 2.0)
714
    rainbow (3.0.0)
S
Stan Hu 已提交
715
    raindrops (0.19.0)
B
blackst0ne 已提交
716
    rake (12.3.2)
T
Takuya Noguchi 已提交
717 718 719
    rb-fsevent (0.10.2)
    rb-inotify (0.9.10)
      ffi (>= 0.5.0, < 2)
720 721
    rblineprof (0.3.6)
      debugger-ruby_core_source (~> 1.3)
S
Stan Hu 已提交
722
    rbtrace (0.4.11)
S
Stan Hu 已提交
723 724
      ffi (>= 1.0.6)
      msgpack (>= 0.4.3)
S
Stan Hu 已提交
725
      optimist (>= 3.0.0)
T
Takuya Noguchi 已提交
726
    rdoc (6.0.4)
727
    re2 (1.1.1)
T
Toon Claes 已提交
728
    recaptcha (4.13.1)
729
      json
730
    recursive-open-struct (1.1.0)
S
Stan Hu 已提交
731
    redis (3.3.5)
732
    redis-actionpack (5.0.2)
733 734
      actionpack (>= 4.0, < 6)
      redis-rack (>= 1, < 3)
735 736
      redis-store (>= 1.1.0, < 2)
    redis-activesupport (5.0.4)
737
      activesupport (>= 3, < 6)
738
      redis-store (>= 1.3, < 2)
T
Takuya Noguchi 已提交
739 740
    redis-namespace (1.6.0)
      redis (>= 3.0.4)
Y
Yorick Peterse 已提交
741
    redis-rack (2.0.4)
742 743 744 745 746 747
      rack (>= 1.5, < 3)
      redis-store (>= 1.2, < 2)
    redis-rails (5.0.2)
      redis-actionpack (>= 5.0, < 6)
      redis-activesupport (>= 5.0, < 6)
      redis-store (>= 1.2, < 2)
S
Stan Hu 已提交
748
    redis-store (1.6.0)
749
      redis (>= 2.2, < 5)
750
    regexp_parser (1.4.0)
R
Roger Rüttimann 已提交
751
    regexp_property_values (0.3.4)
752 753 754 755
    representable (3.0.4)
      declarative (< 0.1.0)
      declarative-option (< 0.2.0)
      uber (< 0.2.0)
C
Connor Shea 已提交
756
    request_store (1.3.1)
P
Pirate Praveen 已提交
757 758 759
    responders (2.4.0)
      actionpack (>= 4.2.0, < 5.3)
      railties (>= 4.2.0, < 5.3)
P
Pirate Praveen 已提交
760
    rest-client (2.0.2)
761 762 763
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
764
    retriable (3.1.2)
P
Paco Guzman 已提交
765
    rinku (2.0.0)
766
    rotp (2.1.2)
767
    rouge (3.3.0)
D
Douwe Maan 已提交
768 769
    rqrcode (0.7.0)
      chunky_png
770 771
    rqrcode-rails3 (0.1.7)
      rqrcode (>= 0.4.2)
R
Robert Speicher 已提交
772 773 774 775 776 777 778
    rspec (3.7.0)
      rspec-core (~> 3.7.0)
      rspec-expectations (~> 3.7.0)
      rspec-mocks (~> 3.7.0)
    rspec-core (3.7.1)
      rspec-support (~> 3.7.0)
    rspec-expectations (3.7.0)
779
      diff-lcs (>= 1.2.0, < 2.0)
R
Robert Speicher 已提交
780 781
      rspec-support (~> 3.7.0)
    rspec-mocks (3.7.0)
R
Robert Speicher 已提交
782
      diff-lcs (>= 1.2.0, < 2.0)
R
Robert Speicher 已提交
783
      rspec-support (~> 3.7.0)
784 785
    rspec-parameterized (0.4.2)
      binding_ninja (>= 0.2.3)
786 787 788 789
      parser
      proc_to_ast
      rspec (>= 2.13, < 4)
      unparser
R
Robert Speicher 已提交
790
    rspec-rails (3.7.2)
791 792 793
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
R
Robert Speicher 已提交
794 795 796 797
      rspec-core (~> 3.7.0)
      rspec-expectations (~> 3.7.0)
      rspec-mocks (~> 3.7.0)
      rspec-support (~> 3.7.0)
K
Kamil Trzcinski 已提交
798 799
    rspec-retry (0.4.5)
      rspec-core
800
    rspec-set (0.1.3)
R
Robert Speicher 已提交
801
    rspec-support (3.7.1)
J
Jan Provaznik 已提交
802
    rspec_junit_formatter (0.4.1)
803
      rspec-core (>= 2, < 4, != 2.12.0)
804
    rspec_profiling (0.0.5)
805 806 807 808
      activerecord
      pg
      rails
      sqlite3
809
    rubocop (0.69.0)
S
Stan Hu 已提交
810
      jaro_winkler (~> 1.5.1)
811
      parallel (~> 1.10)
812
      parser (>= 2.6)
R
Rémy Coutable 已提交
813
      rainbow (>= 2.2.2, < 4.0)
814
      ruby-progressbar (~> 1.7)
815
      unicode-display_width (>= 1.4.0, < 1.7)
R
Rémy Coutable 已提交
816 817
    rubocop-gitlab-security (0.1.1)
      rubocop (>= 0.51)
S
Stan Hu 已提交
818 819
    rubocop-performance (1.1.0)
      rubocop (>= 0.67.0)
L
Lin Jen-Shin 已提交
820
    rubocop-rspec (1.22.2)
821
      rubocop (>= 0.52.1)
B
blackst0ne 已提交
822 823
    ruby-enum (0.7.2)
      i18n
J
Jared Szechy 已提交
824
    ruby-fogbugz (0.2.1)
J
Jared Szechy 已提交
825
      crack (~> 0.4)
826
    ruby-prof (0.17.0)
S
Stan Hu 已提交
827
    ruby-progressbar (1.10.0)
828
    ruby-saml (1.7.2)
R
Robert Speicher 已提交
829
      nokogiri (>= 1.5.10)
L
Luke Bennett 已提交
830
    ruby_parser (3.13.1)
831
      sexp_processor (~> 4.9)
832
    rubyntlm (0.6.2)
833
    rubypants (0.2.0)
834
    rubyzip (1.2.2)
S
Stan Hu 已提交
835
    rugged (0.28.1)
836
    safe_yaml (1.0.4)
837
    sanitize (4.6.6)
838
      crass (~> 1.0.2)
839
      nokogiri (>= 1.4.4)
840
      nokogumbo (~> 1.4)
T
Takuya Noguchi 已提交
841 842 843 844 845
    sass (3.5.5)
      sass-listen (~> 4.0.0)
    sass-listen (4.0.0)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
846 847 848 849 850 851 852 853 854
    sassc (2.0.1)
      ffi (~> 1.9)
      rake
    sassc-rails (2.1.0)
      railties (>= 4.0.0)
      sassc (>= 2.0)
      sprockets (> 3.0)
      sprockets-rails
      tilt
M
Manuel Rüger 已提交
855 856
    sawyer (0.8.1)
      addressable (>= 2.3.5, < 2.6)
857
      faraday (~> 0.8, < 1.0)
T
Takuya Noguchi 已提交
858
    scss_lint (0.56.0)
T
Takuya Noguchi 已提交
859
      rake (>= 0.9, < 13)
T
Takuya Noguchi 已提交
860
      sass (~> 3.5.3)
861
    seed-fu (2.3.7)
862 863
      activerecord (>= 3.1)
      activesupport (>= 3.1)
864
    selenium-webdriver (3.141.0)
865
      childprocess (~> 0.5)
866
      rubyzip (~> 1.2, >= 1.2.2)
867
    sentry-raven (2.9.0)
868
      faraday (>= 0.7.6, < 1.0)
869
    settingslogic (2.0.9)
L
Luke Bennett 已提交
870
    sexp_processor (4.12.0)
J
Jared Szechy 已提交
871 872
    sham_rack (1.3.6)
      rack
S
Stan Hu 已提交
873 874
    shoulda-matchers (4.0.1)
      activesupport (>= 4.2.0)
S
Stan Hu 已提交
875
    sidekiq (5.2.7)
S
Stan Hu 已提交
876
      connection_pool (~> 2.2, >= 2.2.2)
S
Stan Hu 已提交
877
      rack (>= 1.5.0)
C
Connor Shea 已提交
878
      rack-protection (>= 1.5.0)
P
Pirate Praveen 已提交
879
      redis (>= 3.3.5, < 5)
880 881
    sidekiq-cron (1.0.4)
      fugit (~> 1.1)
882
      sidekiq (>= 4.2.1)
A
Alejandro Rodríguez 已提交
883
    signet (0.11.0)
884 885
      addressable (~> 2.3)
      faraday (~> 0.9)
A
Ahmad Sherif 已提交
886
      jwt (>= 1.5, < 3.0)
887
      multi_json (~> 1.10)
B
Bob Van Landuyt 已提交
888
    simple_po_parser (1.1.2)
889 890
    simplecov (0.16.1)
      docile (~> 1.1)
K
Kamil Trzcinski 已提交
891
      json (>= 1.8, < 3)
892
      simplecov-html (~> 0.10.0)
893
    simplecov-html (0.10.2)
894
    slack-notifier (1.5.1)
G
Gabriel Mazetto 已提交
895
    spring (2.0.2)
R
Robert Speicher 已提交
896
      activesupport (>= 4.2)
J
Jeroen van Baarsen 已提交
897
    spring-commands-rspec (1.0.4)
J
Jeroen van Baarsen 已提交
898
      spring (>= 0.9.1)
899
    sprockets (3.7.2)
900
      concurrent-ruby (~> 1.0)
R
Robert Speicher 已提交
901
      rack (> 1, < 3)
R
Rémy Coutable 已提交
902
    sprockets-rails (3.2.1)
R
Robert Speicher 已提交
903 904 905
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
906
    sqlite3 (1.3.13)
N
Nick Thomas 已提交
907
    sshkey (2.0.0)
908
    stackprof (0.2.10)
909 910 911 912 913 914 915
    state_machines (0.5.0)
    state_machines-activemodel (0.5.1)
      activemodel (>= 4.1, < 6.0)
      state_machines (>= 0.5.0)
    state_machines-activerecord (0.5.1)
      activerecord (>= 4.1, < 6.0)
      state_machines-activemodel (>= 0.5.0)
916 917 918 919
    swd (1.1.2)
      activesupport (>= 3)
      attr_required (>= 0.0.5)
      httpclient (>= 2.4)
920 921
    sys-filesystem (1.1.6)
      ffi
R
Rémy Coutable 已提交
922
    sysexits (1.2.0)
923
    temple (0.8.0)
R
Rémy Coutable 已提交
924
    test-prof (0.2.5)
R
Ruben Davila 已提交
925
    text (1.3.1)
G
Gabriel Mazetto 已提交
926
    thin (1.7.2)
D
Douwe Maan 已提交
927
      daemons (~> 1.0, >= 1.0.9)
V
Valery Sizov 已提交
928
      eventmachine (~> 1.0, >= 1.0.4)
C
Connor Shea 已提交
929
      rack (>= 1, < 3)
Z
Z.J. van de Weg 已提交
930
    thor (0.19.4)
931
    thread_safe (0.3.6)
932
    thrift (0.11.0.0)
933
    tilt (2.0.8)
K
Kamil Trzcinski 已提交
934
    timecop (0.8.1)
935
    timfel-krb5-auth (0.8.3)
936 937
    toml (0.2.0)
      parslet (~> 1.8.0)
K
Ken 已提交
938
    toml-rb (1.0.0)
939
      citrus (~> 3.0, > 3.0)
B
Brett Walker 已提交
940
    truncato (0.7.11)
941
      htmlentities (~> 4.3.1)
B
Brett Walker 已提交
942
      nokogiri (>= 1.7.0, <= 2.0)
943
    tzinfo (1.2.5)
M
Marin Jankovski 已提交
944
      thread_safe (~> 0.1)
945
    u2f (0.2.1)
946
    uber (0.1.0)
R
Robert Speicher 已提交
947
    uglifier (2.7.2)
G
gitlabhq 已提交
948
      execjs (>= 0.3.0)
949
      json (>= 1.8.0)
950 951
    unf (0.1.4)
      unf_ext
P
Pirate Praveen 已提交
952
    unf_ext (0.0.7.5)
953
    unicode-display_width (1.6.0)
S
Stan Hu 已提交
954
    unicorn (5.4.1)
955 956
      kgio (~> 2.6)
      raindrops (~> 0.7)
V
Valery Sizov 已提交
957
    unicorn-worker-killer (0.4.4)
D
Douwe Maan 已提交
958
      get_process_mem (~> 0)
V
Valery Sizov 已提交
959
      unicorn (>= 4, < 6)
960
    uniform_notifier (1.10.0)
961
    unparser (0.4.5)
962 963 964 965 966
      abstract_type (~> 0.0.7)
      adamantium (~> 0.2.0)
      concord (~> 0.1.5)
      diff-lcs (~> 1.3)
      equalizer (~> 0.0.9)
967
      parser (~> 2.6.3)
968
      procto (~> 0.0.2)
969 970 971 972 973 974
    validate_email (0.1.6)
      activemodel (>= 3.0)
      mail (>= 2.2.5)
    validate_url (1.0.8)
      activemodel (>= 3.0.0)
      public_suffix
975
    validates_hostname (1.0.6)
976 977
      activerecord (>= 3.0)
      activesupport (>= 3.0)
978
    version_sorter (2.2.4)
D
Douwe Maan 已提交
979 980
    virtus (1.0.5)
      axiom-types (~> 0.1)
981
      coercible (~> 1.0)
D
Douwe Maan 已提交
982 983
      descendants_tracker (~> 0.0, >= 0.0.3)
      equalizer (~> 0.0, >= 0.0.9)
C
Chris Wilson 已提交
984
    vmstat (2.3.0)
P
Pirate Praveen 已提交
985
    warden (1.2.7)
G
gitlabhq 已提交
986
      rack (>= 1.0)
987 988 989
    webfinger (1.1.0)
      activesupport
      httpclient (>= 2.4)
S
Stan Hu 已提交
990
    webmock (3.5.1)
991
      addressable (>= 2.3.6)
D
Dmitriy Zaporozhets 已提交
992
      crack (>= 0.3.2)
993
      hashdiff
G
Gabriel Mazetto 已提交
994
    webpack-rails (0.9.11)
M
Mike Greiling 已提交
995
      railties (>= 3.2.0)
J
Jan Provaznik 已提交
996 997 998
    websocket-driver (0.6.5)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.3)
V
Valery Sizov 已提交
999
    wikicloth (0.8.1)
R
Robert Schilling 已提交
1000 1001
      builder
      expression_parser
V
Valery Sizov 已提交
1002
      rinku
W
Winnie Hellmann 已提交
1003
    with_env (1.1.0)
1004
    xml-simple (1.1.5)
1005 1006
    xpath (3.2.0)
      nokogiri (~> 1.8)
G
gitlabhq 已提交
1007 1008 1009 1010 1011

PLATFORMS
  ruby

DEPENDENCIES
1012
  RedCloth (~> 4.3.2)
1013
  ace-rails-ap (~> 4.1.0)
V
Vladimir Shushlin 已提交
1014
  acme-client (~> 2.0.2)
J
Jan Provaznik 已提交
1015
  activerecord_sane_schema_dumper (= 1.0)
1016
  acts-as-taggable-on (~> 6.0)
1017
  addressable (~> 2.5.2)
1018
  akismet (~> 2.0)
1019
  apollo_upload_server (~> 2.0.0.beta3)
T
Takuya Noguchi 已提交
1020
  asana (~> 0.8.1)
T
Takuya Noguchi 已提交
1021
  asciidoctor (~> 1.5.8)
1022
  asciidoctor-plantuml (= 0.0.8)
1023
  attr_encrypted (~> 3.1.0)
1024
  awesome_print
1025
  babosa (~> 1.0.2)
K
Kamil Trzcinski 已提交
1026
  base32 (~> 0.3.0)
1027
  batch-loader (~> 1.4.0)
1028
  bcrypt_pbkdf (~> 1.0)
1029
  benchmark-ips (~> 2.3.0)
A
Ash McKenzie 已提交
1030
  benchmark-memory (~> 0.1)
S
Stan Hu 已提交
1031
  better_errors (~> 2.5.0)
1032
  binding_of_caller (~> 0.8.0)
S
Stan Hu 已提交
1033
  bootsnap (~> 1.4)
E
Enrique Alcantara 已提交
1034
  bootstrap_form (~> 4.2.0)
T
Takuya Noguchi 已提交
1035
  brakeman (~> 4.2)
S
Stan Hu 已提交
1036
  browser (~> 2.5)
R
Robert Speicher 已提交
1037
  bullet (~> 5.5.0)
1038
  bundler-audit (~> 0.5.0)
1039 1040
  capybara (~> 2.18.0)
  capybara-screenshot (~> 1.0.22)
1041
  carrierwave (~> 1.3)
J
Jacob Vosmaer 已提交
1042
  charlock_holmes (~> 0.7.5)
R
Rémy Coutable 已提交
1043
  chronic (~> 0.10.2)
1044
  chronic_duration (~> 0.10.6)
B
blackst0ne 已提交
1045
  commonmarker (~> 0.17)
1046
  concurrent-ruby (~> 1.1)
1047
  connection_pool (~> 2.0)
R
Robert Speicher 已提交
1048
  creole (~> 0.5.0)
J
Jan Provaznik 已提交
1049
  database_cleaner (~> 1.7.0)
F
Fatih Acet 已提交
1050
  deckar01-task_list (= 2.2.0)
1051
  derailed_benchmarks
1052
  device_detector
U
Utkarsh Gupta 已提交
1053
  devise (~> 4.6)
1054
  devise-two-factor (~> 3.0.0)
M
Manuel Rüger 已提交
1055
  diffy (~> 3.1.0)
B
blackst0ne 已提交
1056
  discordrb-webhooks-blackst0ne (~> 3.3)
1057
  doorkeeper (~> 4.3)
1058
  doorkeeper-openid_connect (~> 1.5)
1059
  ed25519 (~> 1.2)
1060
  email_reply_trimmer (~> 0.1)
T
Takuya Noguchi 已提交
1061
  email_spec (~> 2.2.0)
1062
  escape_utils (~> 1.1)
1063
  factory_bot_rails (~> 4.8.2)
1064
  faraday (~> 0.12)
D
dosire 已提交
1065
  fast_blank
T
Takuya Noguchi 已提交
1066
  ffaker (~> 2.10)
P
Pirate Praveen 已提交
1067 1068 1069
  flipper (~> 0.13.0)
  flipper-active_record (~> 0.13.0)
  flipper-active_support_cache_store (~> 0.13.0)
1070
  flowdock (~> 0.7)
1071 1072
  fog-aliyun (~> 0.3)
  fog-aws (~> 3.3)
1073
  fog-core (= 2.1.0)
1074 1075 1076
  fog-google (~> 1.8)
  fog-local (~> 0.6)
  fog-openstack (~> 1.0)
1077
  fog-rackspace (~> 0.1.1)
1078
  font-awesome-rails (~> 4.7)
1079
  foreman (~> 0.84.0)
1080
  fugit (~> 1.2.1)
R
Robert Speicher 已提交
1081
  fuubar (~> 2.2.0)
1082
  gemojione (~> 3.3)
R
Ruben Davila 已提交
1083 1084
  gettext (~> 3.2.2)
  gettext_i18n_rails (~> 1.8.0)
1085
  gettext_i18n_rails_js (~> 1.3)
1086
  gitaly-proto (~> 1.27.0)
1087
  github-markup (~> 1.7.0)
1088
  gitlab-default_value_for (~> 3.1.1)
1089
  gitlab-labkit (~> 0.2.0)
1090
  gitlab-markup (~> 1.7.0)
V
Valery Sizov 已提交
1091
  gitlab-sidekiq-fetcher (~> 0.4.0)
1092
  gitlab-styles (~> 2.7)
1093
  gitlab_omniauth-ldap (~> 2.1.1)
P
Pirate Praveen 已提交
1094
  gon (~> 6.2)
1095
  google-api-client (~> 0.23)
1096
  google-protobuf (~> 3.7.1)
1097
  gpgme (~> 2.0.18)
1098
  grape (~> 1.1.0)
1099
  grape-entity (~> 0.7.1)
J
Jasper Maes 已提交
1100
  grape-path-helpers (~> 1.1)
1101
  grape_logging (~> 1.7)
N
Nick Thomas 已提交
1102
  graphiql-rails (~> 1.4.10)
1103
  graphql (~> 1.8.0)
1104
  grpc (~> 1.19.0)
1105
  haml_lint (~> 0.31.0)
1106
  hamlit (~> 2.8.8)
1107
  hangouts-chat (~> 0.0.5)
1108
  hashie-forbidden_attributes
1109
  health_check (~> 2.6.0)
1110
  hipchat (~> 1.5.0)
1111
  html-pipeline (~> 2.8)
1112
  html2text
1113
  httparty (~> 0.16.4)
1114
  icalendar
1115
  influxdb (~> 0.2)
1116
  jira-ruby (~> 1.4)
R
Roger Rüttimann 已提交
1117
  js_regex (~> 3.1)
1118
  json-schema (~> 2.8.0)
1119
  jwt (~> 2.1.0)
1120
  kaminari (~> 1.0)
1121
  knapsack (~> 1.17)
1122
  kubeclient (~> 4.2.2)
1123
  letter_opener_web (~> 1.3.4)
1124
  license_finder (~> 5.4)
P
Pirate Praveen 已提交
1125
  licensee (~> 8.9)
1126
  lograge (~> 0.5)
1127
  loofah (~> 2.2)
1128
  mail_room (~> 0.9.1)
A
Ash McKenzie 已提交
1129
  memory_profiler (~> 0.9)
1130
  method_source (~> 0.8)
1131
  mimemagic (~> 0.3.2)
1132
  mini_magick
1133
  minitest (~> 5.11.0)
1134
  mysql2 (~> 0.4.10)
1135
  nakayoshi_fork (~> 0.0.4)
1136
  net-ldap
1137
  net-ssh (~> 5.0)
S
Stan Hu 已提交
1138
  nokogiri (~> 1.10.3)
1139
  oauth2 (~> 1.4)
A
Ash McKenzie 已提交
1140
  octokit (~> 4.9)
P
Pirate Praveen 已提交
1141
  omniauth (~> 1.8)
1142
  omniauth-auth0 (~> 2.0.0)
1143
  omniauth-authentiq (~> 0.3.3)
1144
  omniauth-azure-oauth2 (~> 0.0.9)
1145
  omniauth-cas3 (~> 1.1.4)
1146
  omniauth-facebook (~> 4.0.0)
1147
  omniauth-github (~> 1.3)
1148
  omniauth-gitlab (~> 1.0.2)
1149
  omniauth-google-oauth2 (~> 0.6.0)
1150
  omniauth-kerberos (~> 0.3.0)
J
Joe Marty 已提交
1151
  omniauth-oauth2-generic (~> 0.2.2)
G
Gosia Ksionek 已提交
1152
  omniauth-salesforce (~> 1.0.5)
P
Pirate Praveen 已提交
1153
  omniauth-saml (~> 1.10)
1154
  omniauth-shibboleth (~> 1.3.0)
1155
  omniauth-twitter (~> 1.4)
1156
  omniauth-ultraauth (~> 0.0.2)
1157
  omniauth_crowd (~> 2.2.0)
1158
  omniauth_openid_connect (~> 0.3.0)
D
Douwe Maan 已提交
1159
  org-ruby (~> 0.9.12)
1160 1161
  peek (~> 1.0.1)
  peek-gc (~> 0.0.2)
1162
  peek-mysql2 (~> 1.2.0)
1163 1164 1165
  peek-pg (~> 1.3.0)
  peek-rblineprof (~> 0.2.0)
  peek-redis (~> 1.2.0)
P
Pirate Praveen 已提交
1166
  pg (~> 1.1)
1167
  premailer-rails (~> 1.9.7)
S
Stan Hu 已提交
1168
  prometheus-client-mmap (~> 0.9.4)
1169
  pry-byebug (~> 3.5.1)
1170
  pry-rails (~> 0.3.4)
1171 1172
  puma (~> 3.12)
  puma_worker_killer
S
Stan Hu 已提交
1173
  rack (~> 2.0.7)
M
Manuel Rüger 已提交
1174
  rack-attack (~> 4.4.1)
1175
  rack-cors (~> 1.0.0)
1176
  rack-oauth2 (~> 1.9.3)
1177
  rack-proxy (~> 0.6.0)
J
Jan Provaznik 已提交
1178
  rack-timeout
H
Heinrich Lee Yu 已提交
1179
  rails (= 5.1.7)
J
Jan Provaznik 已提交
1180 1181
  rails-controller-testing
  rails-i18n (~> 5.1)
1182
  rainbow (~> 3.0)
1183
  raindrops (~> 0.18)
1184
  rblineprof (~> 0.3.6)
S
Stan Hu 已提交
1185
  rbtrace (~> 0.4)
T
Takuya Noguchi 已提交
1186
  rdoc (~> 6.0)
1187
  re2 (~> 1.1.1)
P
Pirate Praveen 已提交
1188
  recaptcha (~> 4.11)
1189
  redis (~> 3.2)
T
Takuya Noguchi 已提交
1190
  redis-namespace (~> 1.6.0)
1191
  redis-rails (~> 5.0.2)
1192
  request_store (~> 1.3)
V
Valery Sizov 已提交
1193
  responders (~> 2.0)
1194
  rouge (~> 3.1)
D
Douwe Maan 已提交
1195
  rqrcode-rails3 (~> 0.1.7)
1196
  rspec-parameterized
R
Robert Speicher 已提交
1197
  rspec-rails (~> 3.7.0)
1198
  rspec-retry (~> 0.4.5)
1199
  rspec-set (~> 0.1.3)
1200
  rspec_junit_formatter
1201
  rspec_profiling (~> 0.0.5)
1202
  rubocop (~> 0.69.0)
S
Stan Hu 已提交
1203
  rubocop-performance (~> 1.1.0)
1204
  rubocop-rspec (~> 1.22.1)
J
Jared Szechy 已提交
1205
  ruby-fogbugz (~> 0.2.1)
1206
  ruby-prof (~> 0.17.0)
1207
  ruby-progressbar
1208
  ruby_parser (~> 3.8)
1209
  rubyzip (~> 1.2.2)
S
Stan Hu 已提交
1210
  rugged (~> 0.28)
1211
  sanitize (~> 4.6)
1212
  sassc-rails (~> 2.1.0)
T
Takuya Noguchi 已提交
1213
  scss_lint (~> 0.56.0)
1214
  seed-fu (~> 2.3.7)
1215
  selenium-webdriver (~> 3.141)
1216
  sentry-raven (~> 2.7)
D
Douwe Maan 已提交
1217
  settingslogic (~> 2.0.9)
1218
  sham_rack (~> 1.3.6)
S
Stan Hu 已提交
1219
  shoulda-matchers (~> 4.0.1)
S
Stan Hu 已提交
1220
  sidekiq (~> 5.2.7)
1221
  sidekiq-cron (~> 1.0)
B
Bob Van Landuyt 已提交
1222
  simple_po_parser (~> 1.1.2)
1223
  simplecov (~> 0.16.1)
1224
  slack-notifier (~> 1.5.1)
R
Robert Speicher 已提交
1225
  spring (~> 2.0.0)
D
Douwe Maan 已提交
1226
  spring-commands-rspec (~> 1.0.4)
U
ubudzisz 已提交
1227
  sprockets (~> 3.7.0)
N
Nick Thomas 已提交
1228
  sshkey (~> 2.0)
1229
  stackprof (~> 0.2.10)
1230
  state_machines-activerecord (~> 0.5.1)
1231
  sys-filesystem (~> 1.1.6)
R
Rémy Coutable 已提交
1232
  test-prof (~> 0.2.5)
C
Connor Shea 已提交
1233
  thin (~> 1.7.0)
1234
  timecop (~> 0.8.0)
K
Ken 已提交
1235
  toml-rb (~> 1.0.0)
B
Brett Walker 已提交
1236
  truncato (~> 0.7.11)
1237
  u2f (~> 0.2.1)
R
Robert Speicher 已提交
1238
  uglifier (~> 2.7.2)
D
Douwe Maan 已提交
1239
  unf (~> 0.1.4)
S
Stan Hu 已提交
1240
  unicorn (~> 5.4.1)
1241
  unicorn-worker-killer (~> 0.4.4)
1242
  validates_hostname (~> 1.0.6)
1243
  version_sorter (~> 2.2.4)
D
Douwe Maan 已提交
1244
  virtus (~> 1.0.1)
C
Chris Wilson 已提交
1245
  vmstat (~> 2.3.0)
S
Stan Hu 已提交
1246
  webmock (~> 3.5.1)
M
Mike Greiling 已提交
1247
  webpack-rails (~> 0.9.10)
V
Valery Sizov 已提交
1248
  wikicloth (= 0.8.1)
C
connorshea 已提交
1249 1250

BUNDLED WITH
1251
   1.17.3