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

PLATFORMS
  ruby

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

BUNDLED WITH
1234
   1.17.3