aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
blob: db32b3748eaf77a07d240d13ba1b26579aad86be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
GIT
  remote: https://github.com/QueueClassic/queue_classic.git
  revision: 4cdc9b8e804badf7dea7078dd81092972d292c14
  specs:
    queue_classic (3.2.0.RC1)
      pg (>= 0.17, < 2.0)

GIT
  remote: https://github.com/matthewd/websocket-client-simple.git
  revision: e161305f1a466b9398d86df3b1731b03362da91b
  branch: close-race
  specs:
    websocket-client-simple (0.3.0)
      event_emitter
      websocket

PATH
  remote: .
  specs:
    actioncable (6.1.0.alpha)
      actionpack (= 6.1.0.alpha)
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
    actionmailbox (6.1.0.alpha)
      actionpack (= 6.1.0.alpha)
      activejob (= 6.1.0.alpha)
      activerecord (= 6.1.0.alpha)
      activestorage (= 6.1.0.alpha)
      activesupport (= 6.1.0.alpha)
      mail (>= 2.7.1)
    actionmailer (6.1.0.alpha)
      actionpack (= 6.1.0.alpha)
      actionview (= 6.1.0.alpha)
      activejob (= 6.1.0.alpha)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (6.1.0.alpha)
      actionview (= 6.1.0.alpha)
      activesupport (= 6.1.0.alpha)
      rack (~> 2.0)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actiontext (6.1.0.alpha)
      actionpack (= 6.1.0.alpha)
      activerecord (= 6.1.0.alpha)
      activestorage (= 6.1.0.alpha)
      activesupport (= 6.1.0.alpha)
      nokogiri (>= 1.8.5)
    actionview (6.1.0.alpha)
      activesupport (= 6.1.0.alpha)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
    activejob (6.1.0.alpha)
      activesupport (= 6.1.0.alpha)
      globalid (>= 0.3.6)
    activemodel (6.1.0.alpha)
      activesupport (= 6.1.0.alpha)
    activerecord (6.1.0.alpha)
      activemodel (= 6.1.0.alpha)
      activesupport (= 6.1.0.alpha)
    activestorage (6.1.0.alpha)
      actionpack (= 6.1.0.alpha)
      activejob (= 6.1.0.alpha)
      activerecord (= 6.1.0.alpha)
      marcel (~> 0.3.1)
    activesupport (6.1.0.alpha)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
      zeitwerk (~> 2.1, >= 2.1.8)
    rails (6.1.0.alpha)
      actioncable (= 6.1.0.alpha)
      actionmailbox (= 6.1.0.alpha)
      actionmailer (= 6.1.0.alpha)
      actionpack (= 6.1.0.alpha)
      actiontext (= 6.1.0.alpha)
      actionview (= 6.1.0.alpha)
      activejob (= 6.1.0.alpha)
      activemodel (= 6.1.0.alpha)
      activerecord (= 6.1.0.alpha)
      activestorage (= 6.1.0.alpha)
      activesupport (= 6.1.0.alpha)
      bundler (>= 1.3.0)
      railties (= 6.1.0.alpha)
      sprockets-rails (>= 2.0.0)
    railties (6.1.0.alpha)
      actionpack (= 6.1.0.alpha)
      activesupport (= 6.1.0.alpha)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.20.3, < 2.0)

GEM
  remote: https://rubygems.org/
  specs:
    activerecord-jdbc-adapter (52.1-java)
      activerecord (~> 5.2.0)
    activerecord-jdbcmysql-adapter (52.1-java)
      activerecord-jdbc-adapter (= 52.1)
      jdbc-mysql (~> 5.1.36)
    activerecord-jdbcpostgresql-adapter (52.1-java)
      activerecord-jdbc-adapter (= 52.1)
      jdbc-postgres (>= 9.4, < 43)
    activerecord-jdbcsqlite3-adapter (52.1-java)
      activerecord-jdbc-adapter (= 52.1)
      jdbc-sqlite3 (~> 3.8, < 3.30)
    addressable (2.6.0)
      public_suffix (>= 2.0.2, < 4.0)
    amq-protocol (2.3.0)
    ansi (1.5.0)
    ast (2.4.0)
    aws-eventstream (1.0.1)
    aws-partitions (1.111.0)
    aws-sdk-core (3.37.0)
      aws-eventstream (~> 1.0)
      aws-partitions (~> 1.0)
      aws-sigv4 (~> 1.0)
      jmespath (~> 1.0)
    aws-sdk-kms (1.11.0)
      aws-sdk-core (~> 3, >= 3.26.0)
      aws-sigv4 (~> 1.0)
    aws-sdk-s3 (1.23.1)
      aws-sdk-core (~> 3, >= 3.26.0)
      aws-sdk-kms (~> 1)
      aws-sigv4 (~> 1.0)
    aws-sdk-sns (1.8.1)
      aws-sdk-core (~> 3, >= 3.37.0)
      aws-sigv4 (~> 1.0)
    aws-sigv4 (1.0.3)
    azure-core (0.1.14)
      faraday (~> 0.9)
      faraday_middleware (~> 0.10)
      nokogiri (~> 1.6)
    azure-storage (0.15.0.preview)
      azure-core (~> 0.1)
      faraday (~> 0.9)
      faraday_middleware (~> 0.10)
      nokogiri (~> 1.6, >= 1.6.8)
    backburner (1.5.0)
      beaneater (~> 1.0)
      concurrent-ruby (~> 1.0, >= 1.0.1)
      dante (> 0.1.5)
    bcrypt (3.1.12)
    bcrypt (3.1.12-java)
    bcrypt (3.1.12-x64-mingw32)
    bcrypt (3.1.12-x86-mingw32)
    beaneater (1.0.0)
    benchmark-ips (2.7.2)
    blade (0.7.1)
      activesupport (>= 3.0.0)
      blade-qunit_adapter (~> 2.0.1)
      coffee-script
      coffee-script-source
      curses (~> 1.0.0)
      eventmachine
      faye
      sprockets (>= 3.0)
      thin (>= 1.6.0)
      thor (>= 0.19.1)
      useragent (~> 0.16.7)
    blade-qunit_adapter (2.0.1)
    blade-sauce_labs_plugin (0.7.3)
      childprocess
      faraday
      selenium-webdriver
    bootsnap (1.4.4)
      msgpack (~> 1.0)
    bootsnap (1.4.4-java)
      msgpack (~> 1.0)
    builder (3.2.3)
    bunny (2.13.0)
      amq-protocol (~> 2.3, >= 2.3.0)
    byebug (10.0.2)
    capybara (3.26.0)
      addressable
      mini_mime (>= 0.1.3)
      nokogiri (~> 1.8)
      rack (>= 1.6.0)
      rack-test (>= 0.6.3)
      regexp_parser (~> 1.5)
      xpath (~> 3.2)
    childprocess (1.0.1)
      rake (< 13.0)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.12.2)
    concurrent-ruby (1.1.4)
    connection_pool (2.2.2)
    cookiejar (0.3.3)
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    crass (1.0.4)
    curses (1.0.2)
    daemons (1.2.6)
    dalli (2.7.9)
    dante (0.2.0)
    declarative (0.0.10)
    declarative-option (0.1.0)
    delayed_job (4.1.5)
      activesupport (>= 3.0, < 5.3)
    delayed_job_active_record (4.1.3)
      activerecord (>= 3.0, < 5.3)
      delayed_job (>= 3.0, < 5)
    digest-crc (0.4.1)
    em-http-request (1.1.5)
      addressable (>= 2.3.4)
      cookiejar (!= 0.3.1)
      em-socksify (>= 0.3)
      eventmachine (>= 1.0.3)
      http_parser.rb (>= 0.6.0)
    em-socksify (0.3.2)
      eventmachine (>= 1.0.0.beta.4)
    erubi (1.8.0)
    et-orbi (1.2.1)
      tzinfo
    event_emitter (0.2.6)
    eventmachine (1.2.7)
    execjs (2.7.0)
    faraday (0.15.3)
      multipart-post (>= 1.2, < 3)
    faraday_middleware (0.12.2)
      faraday (>= 0.7.4, < 1.0)
    faye (1.2.4)
      cookiejar (>= 0.3.0)
      em-http-request (>= 0.3.0)
      eventmachine (>= 0.12.0)
      faye-websocket (>= 0.9.1)
      multi_json (>= 1.0.0)
      rack (>= 1.0.0)
      websocket-driver (>= 0.5.1)
    faye-websocket (0.10.7)
      eventmachine (>= 0.12.0)
      websocket-driver (>= 0.5.1)
    ffi (1.11.1)
    ffi (1.11.1-java)
    ffi (1.11.1-x64-mingw32)
    ffi (1.11.1-x86-mingw32)
    fugit (1.2.1)
      et-orbi (~> 1.1, >= 1.1.8)
      raabro (~> 1.1)
    globalid (0.4.2)
      activesupport (>= 4.2.0)
    google-api-client (0.25.0)
      addressable (~> 2.5, >= 2.5.1)
      googleauth (>= 0.5, < 0.7.0)
      httpclient (>= 2.8.1, < 3.0)
      mime-types (~> 3.0)
      representable (~> 3.0)
      retriable (>= 2.0, < 4.0)
      signet (~> 0.10)
    google-cloud-core (1.2.7)
      google-cloud-env (~> 1.0)
    google-cloud-env (1.0.5)
      faraday (~> 0.11)
    google-cloud-storage (1.15.0)
      digest-crc (~> 0.4)
      google-api-client (~> 0.23)
      google-cloud-core (~> 1.2)
      googleauth (~> 0.6.2)
    googleauth (0.6.7)
      faraday (~> 0.12)
      jwt (>= 1.4, < 3.0)
      memoist (~> 0.16)
      multi_json (~> 1.11)
      os (>= 0.9, < 2.0)
      signet (~> 0.7)
    hashdiff (0.3.7)
    hiredis (0.6.3)
    hiredis (0.6.3-java)
    http_parser.rb (0.6.0)
    httpclient (2.8.3)
    i18n (1.6.0)
      concurrent-ruby (~> 1.0)
    image_processing (1.7.1)
      mini_magick (~> 4.0)
      ruby-vips (>= 2.0.13, < 3)
    jaro_winkler (1.5.2)
    jaro_winkler (1.5.2-java)
    jdbc-mysql (5.1.46)
    jdbc-postgres (42.1.4)
    jdbc-sqlite3 (3.20.1)
    jmespath (1.4.0)
    json (2.1.0)
    json (2.1.0-java)
    jwt (2.1.0)
    kindlerb (1.2.0)
      mustache
      nokogiri
    libxml-ruby (3.1.0)
    listen (3.1.5)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
      ruby_dep (~> 1.2)
    loofah (2.2.3)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mail (2.7.1)
      mini_mime (>= 0.1.1)
    marcel (0.3.3)
      mimemagic (~> 0.3.2)
    memoist (0.16.0)
    method_source (0.9.2)
    mime-types (3.2.2)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2018.0812)
    mimemagic (0.3.3)
    mini_magick (4.9.2)
    mini_mime (1.0.1)
    mini_portile2 (2.4.0)
    minitest (5.11.3)
    minitest-bisect (1.4.0)
      minitest-server (~> 1.0)
      path_expander (~> 1.0)
    minitest-reporters (1.3.6)
      ansi
      builder
      minitest (>= 5.0)
      ruby-progressbar
    minitest-retry (0.1.9)
      minitest (>= 5.0)
    minitest-server (1.0.5)
      minitest (~> 5.0)
    mono_logger (1.1.0)
    msgpack (1.2.10)
    msgpack (1.2.10-java)
    msgpack (1.2.10-x64-mingw32)
    msgpack (1.2.10-x86-mingw32)
    multi_json (1.13.1)
    multipart-post (2.0.0)
    mustache (1.1.0)
    mustermann (1.0.3)
    mysql2 (0.5.2)
    mysql2 (0.5.2-x64-mingw32)
    mysql2 (0.5.2-x86-mingw32)
    nio4r (2.3.1)
    nio4r (2.3.1-java)
    nokogiri (1.10.3)
      mini_portile2 (~> 2.4.0)
    nokogiri (1.10.3-java)
    nokogiri (1.10.3-x64-mingw32)
      mini_portile2 (~> 2.4.0)
    nokogiri (1.10.3-x86-mingw32)
      mini_portile2 (~> 2.4.0)
    os (1.0.0)
    parallel (1.17.0)
    parser (2.6.3.0)
      ast (~> 2.4.0)
    path_expander (1.0.3)
    pg (1.1.3)
    pg (1.1.3-x64-mingw32)
    pg (1.1.3-x86-mingw32)
    psych (3.1.0)
    public_suffix (3.0.3)
    puma (3.12.1)
    puma (3.12.1-java)
    que (0.14.3)
    qunit-selenium (0.0.4)
      selenium-webdriver
      thor
    raabro (1.1.6)
    racc (1.4.15)
    rack (2.0.7)
    rack-cache (1.8.0)
      rack (>= 0.4)
    rack-protection (2.0.5)
      rack
    rack-proxy (0.6.5)
      rack
    rack-test (1.1.0)
      rack (>= 1.0, < 3)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.1.0)
      loofah (~> 2.2, >= 2.2.2)
    rainbow (3.0.0)
    rake (12.3.2)
    rb-fsevent (0.10.3)
    rb-inotify (0.10.0)
      ffi (~> 1.0)
    rdoc (6.0.4)
    redcarpet (3.2.3)
    redis (4.1.1)
    redis-namespace (1.6.0)
      redis (>= 3.0.4)
    regexp_parser (1.6.0)
    representable (3.0.4)
      declarative (< 0.1.0)
      declarative-option (< 0.2.0)
      uber (< 0.2.0)
    resque (2.0.0)
      mono_logger (~> 1.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.6)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)
    resque-scheduler (4.4.0)
      mono_logger (~> 1.0)
      redis (>= 3.3)
      resque (>= 1.26)
      rufus-scheduler (~> 3.2)
    retriable (3.1.2)
    rubocop (0.71.0)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.6)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 1.7)
    rubocop-performance (1.1.0)
      rubocop (>= 0.67.0)
    rubocop-rails (2.0.0)
      rack (>= 2.0)
      rubocop (>= 0.70.0)
    ruby-progressbar (1.10.1)
    ruby-vips (2.0.13)
      ffi (~> 1.9)
    ruby_dep (1.5.0)
    rubyzip (1.2.3)
    rufus-scheduler (3.6.0)
      fugit (~> 1.1, >= 1.1.6)
    safe_yaml (1.0.4)
    sass (3.7.2)
      sass-listen (~> 4.0.0)
    sass-listen (4.0.0)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
    sass-rails (5.0.7)
      railties (>= 4.0.0, < 6)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
    sdoc (1.0.0)
      rdoc (>= 5.0)
    selenium-webdriver (3.142.3)
      childprocess (>= 0.5, < 2.0)
      rubyzip (~> 1.2, >= 1.2.2)
    sequel (5.14.0)
    serverengine (2.0.7)
      sigdump (~> 0.2.2)
    sidekiq (5.2.3)
      connection_pool (~> 2.2, >= 2.2.2)
      rack-protection (>= 1.5.0)
      redis (>= 3.3.5, < 5)
    sigdump (0.2.4)
    signet (0.11.0)
      addressable (~> 2.3)
      faraday (~> 0.9)
      jwt (>= 1.5, < 3.0)
      multi_json (~> 1.10)
    sinatra (2.0.5)
      mustermann (~> 1.0)
      rack (~> 2.0)
      rack-protection (= 2.0.5)
      tilt (~> 2.0)
    sneakers (2.11.0)
      bunny (~> 2.12)
      concurrent-ruby (~> 1.0)
      rake
      serverengine (~> 2.0.5)
      thor
    sprockets (3.7.2)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-export (1.0.0)
    sprockets-rails (3.2.1)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
    sqlite3 (1.4.0)
    stackprof (0.2.12)
    sucker_punch (2.1.1)
      concurrent-ruby (~> 1.0)
    thin (1.7.2)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
    thor (0.20.3)
    thread_safe (0.3.6)
    thread_safe (0.3.6-java)
    tilt (2.0.9)
    turbolinks (5.2.0)
      turbolinks-source (~> 5.2)
    turbolinks-source (5.2.0)
    tzinfo (1.2.5)
      thread_safe (~> 0.1)
    tzinfo-data (1.2018.7)
      tzinfo (>= 1.0.0)
    uber (0.1.0)
    uglifier (4.1.19)
      execjs (>= 0.3.0, < 3)
    unicode-display_width (1.6.0)
    useragent (0.16.10)
    vegas (0.1.11)
      rack (>= 1.0.0)
    w3c_validators (1.3.4)
      json (>= 1.8)
      nokogiri (~> 1.6)
    wdm (0.1.1)
    webdrivers (4.0.0)
      nokogiri (~> 1.6)
      rubyzip (~> 1.0)
      selenium-webdriver (~> 3.0)
    webmock (3.4.2)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff
    webpacker (4.0.2)
      activesupport (>= 4.2)
      rack-proxy (>= 0.6.1)
      railties (>= 4.2)
    websocket (1.2.8)
    websocket-driver (0.7.0)
      websocket-extensions (>= 0.1.0)
    websocket-driver (0.7.0-java)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.3)
    xpath (3.2.0)
      nokogiri (~> 1.8)
    zeitwerk (2.1.8)

PLATFORMS
  java
  ruby
  x64-mingw32
  x86-mingw32

DEPENDENCIES
  activerecord-jdbcmysql-adapter (>= 1.3.0)
  activerecord-jdbcpostgresql-adapter (>= 1.3.0)
  activerecord-jdbcsqlite3-adapter (>= 1.3.0)
  aws-sdk-s3
  aws-sdk-sns
  azure-storage
  backburner
  bcrypt (~> 3.1.11)
  benchmark-ips
  blade
  blade-sauce_labs_plugin
  bootsnap (>= 1.4.4)
  byebug
  capybara (>= 3.26)
  connection_pool
  dalli
  delayed_job
  delayed_job_active_record
  google-cloud-storage (~> 1.11)
  hiredis
  image_processing (~> 1.2)
  json (>= 2.0.0)
  kindlerb (~> 1.2.0)
  libxml-ruby
  listen (>= 3.0.5, < 3.2)
  minitest-bisect
  minitest-reporters
  minitest-retry
  mysql2 (>= 0.4.10)
  nokogiri (>= 1.8.1)
  pg (>= 0.18.0)
  psych (~> 3.0)
  puma
  que
  queue_classic!
  qunit-selenium
  racc (>= 1.4.6)
  rack-cache (~> 1.2)
  rails!
  rake (>= 11.1)
  redcarpet (~> 3.2.3)
  redis (~> 4.0)
  redis-namespace
  resque
  resque-scheduler
  rubocop (>= 0.47)
  rubocop-performance
  rubocop-rails
  sass-rails
  sdoc (~> 1.0)
  selenium-webdriver (>= 3.141.592)
  sequel
  sidekiq
  sneakers
  sprockets-export
  sqlite3 (~> 1.4)
  stackprof
  sucker_punch
  turbolinks (~> 5)
  tzinfo-data
  uglifier (>= 1.3.0)
  w3c_validators
  wdm (>= 0.1.0)
  webdrivers
  webmock
  webpacker (~> 4.0)
  websocket-client-simple!

BUNDLED WITH
   1.17.3