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

PLATFORMS
  ruby

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

BUNDLED WITH
1261
   1.17.3