Gemfile.lock 14.2 KB
Newer Older
1 2 3 4 5 6 7
GIT
  remote: https://github.com/erikhuda/thor.git
  revision: 006832ea32480618791f89bb7d9e67b22fc814b9
  ref: 006832ea32480618791f89bb7d9e67b22fc814b9
  specs:
    thor (0.20.0)

8 9 10 11 12 13 14 15
GIT
  remote: https://github.com/matthewd/rb-inotify.git
  revision: 856730aad4b285969e8dd621e44808a7c5af4242
  branch: close-handling
  specs:
    rb-inotify (0.9.9)
      ffi (~> 1.0)

16 17 18 19 20 21 22 23 24
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

25 26 27 28 29 30 31 32
GIT
  remote: https://github.com/rafaelfranca/queue_classic.git
  revision: dee64b361355d56700ad7aa3b151bf653a617526
  branch: update-pg
  specs:
    queue_classic (3.2.0.RC1)
      pg (>= 0.17, < 2.0)

33 34 35
PATH
  remote: .
  specs:
36 37
    actioncable (6.0.0.alpha)
      actionpack (= 6.0.0.alpha)
T
Tony Arcieri 已提交
38
      nio4r (~> 2.0)
39
      websocket-driver (>= 0.6.1)
40 41 42 43
    actionmailer (6.0.0.alpha)
      actionpack (= 6.0.0.alpha)
      actionview (= 6.0.0.alpha)
      activejob (= 6.0.0.alpha)
44
      mail (~> 2.5, >= 2.5.4)
45
      rails-dom-testing (~> 2.0)
46 47 48
    actionpack (6.0.0.alpha)
      actionview (= 6.0.0.alpha)
      activesupport (= 6.0.0.alpha)
49
      rack (~> 2.0)
50
      rack-test (>= 0.6.3)
51
      rails-dom-testing (~> 2.0)
52
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
53 54
    actionview (6.0.0.alpha)
      activesupport (= 6.0.0.alpha)
55
      builder (~> 3.1)
56
      erubi (~> 1.4)
57
      rails-dom-testing (~> 2.0)
A
Akira Matsuda 已提交
58
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
59 60
    activejob (6.0.0.alpha)
      activesupport (= 6.0.0.alpha)
61
      globalid (>= 0.3.6)
62 63 64 65 66 67 68 69
    activemodel (6.0.0.alpha)
      activesupport (= 6.0.0.alpha)
    activerecord (6.0.0.alpha)
      activemodel (= 6.0.0.alpha)
      activesupport (= 6.0.0.alpha)
    activestorage (6.0.0.alpha)
      actionpack (= 6.0.0.alpha)
      activerecord (= 6.0.0.alpha)
70
      marcel (~> 0.3.1)
71
    activesupport (6.0.0.alpha)
72
      concurrent-ruby (~> 1.0, >= 1.0.2)
73
      i18n (>= 0.7, < 2)
74 75
      minitest (~> 5.1)
      tzinfo (~> 1.1)
76 77 78 79 80 81 82 83 84 85
    rails (6.0.0.alpha)
      actioncable (= 6.0.0.alpha)
      actionmailer (= 6.0.0.alpha)
      actionpack (= 6.0.0.alpha)
      actionview (= 6.0.0.alpha)
      activejob (= 6.0.0.alpha)
      activemodel (= 6.0.0.alpha)
      activerecord (= 6.0.0.alpha)
      activestorage (= 6.0.0.alpha)
      activesupport (= 6.0.0.alpha)
R
Rafael Mendonça França 已提交
86
      bundler (>= 1.3.0)
87
      railties (= 6.0.0.alpha)
C
claudiob 已提交
88
      sprockets-rails (>= 2.0.0)
89 90 91
    railties (6.0.0.alpha)
      actionpack (= 6.0.0.alpha)
      activesupport (= 6.0.0.alpha)
92
      method_source
93
      rake (>= 0.8.7)
94
      thor (>= 0.19.0, < 2.0)
95 96 97 98

GEM
  remote: https://rubygems.org/
  specs:
R
Rafael Mendonça França 已提交
99 100 101 102 103 104 105 106 107 108 109
    activerecord-jdbc-adapter (51.1-java)
      activerecord (~> 5.1.0)
    activerecord-jdbcmysql-adapter (51.1-java)
      activerecord-jdbc-adapter (= 51.1)
      jdbc-mysql (~> 5.1.36)
    activerecord-jdbcpostgresql-adapter (51.1-java)
      activerecord-jdbc-adapter (= 51.1)
      jdbc-postgres (>= 9.4, < 43)
    activerecord-jdbcsqlite3-adapter (51.1-java)
      activerecord-jdbc-adapter (= 51.1)
      jdbc-sqlite3 (~> 3.8, < 3.30)
110 111
    addressable (2.5.2)
      public_suffix (>= 2.0.2, < 4.0)
R
Rafael Mendonça França 已提交
112 113
    amq-protocol (2.3.0)
    archive-zip (0.11.0)
114
      io-like (~> 0.3.0)
U
utilum 已提交
115
    ast (2.4.0)
R
Rafael Mendonça França 已提交
116 117 118 119
    aws-eventstream (1.0.0)
    aws-partitions (1.88.0)
    aws-sdk-core (3.21.2)
      aws-eventstream (~> 1.0)
Y
Yuji Yaginuma 已提交
120
      aws-partitions (~> 1.0)
D
David Heinemeier Hansson 已提交
121 122
      aws-sigv4 (~> 1.0)
      jmespath (~> 1.0)
R
Rafael Mendonça França 已提交
123
    aws-sdk-kms (1.5.0)
Y
Yuji Yaginuma 已提交
124 125
      aws-sdk-core (~> 3)
      aws-sigv4 (~> 1.0)
R
Rafael Mendonça França 已提交
126 127
    aws-sdk-s3 (1.13.0)
      aws-sdk-core (~> 3, >= 3.21.2)
Y
Yuji Yaginuma 已提交
128 129
      aws-sdk-kms (~> 1)
      aws-sigv4 (~> 1.0)
R
Rafael Mendonça França 已提交
130 131
    aws-sigv4 (1.0.2)
    azure-core (0.1.14)
D
dixpac 已提交
132 133
      faraday (~> 0.9)
      faraday_middleware (~> 0.10)
134
      nokogiri (~> 1.6)
R
Rafael Mendonça França 已提交
135
    azure-storage (0.15.0.preview)
D
David Heinemeier Hansson 已提交
136 137 138
      azure-core (~> 0.1)
      faraday (~> 0.9)
      faraday_middleware (~> 0.10)
R
Rafael Mendonça França 已提交
139
      nokogiri (~> 1.6, >= 1.6.8)
140
    backburner (1.4.1)
R
Rafael Mendonça França 已提交
141
      beaneater (~> 1.0)
142
      concurrent-ruby (~> 1.0.1)
R
Rafael Mendonça França 已提交
143
      dante (> 0.1.5)
R
Rafael Mendonça França 已提交
144 145 146 147
    bcrypt (3.1.12)
    bcrypt (3.1.12-java)
    bcrypt (3.1.12-x64-mingw32)
    bcrypt (3.1.12-x86-mingw32)
R
Rafael Mendonça França 已提交
148
    beaneater (1.0.0)
149
    benchmark-ips (2.7.2)
Y
yuuji.yaginuma 已提交
150
    blade (0.7.1)
151
      activesupport (>= 3.0.0)
152
      blade-qunit_adapter (~> 2.0.1)
153 154 155 156 157 158 159
      coffee-script
      coffee-script-source
      curses (~> 1.0.0)
      eventmachine
      faye
      sprockets (>= 3.0)
      thin (>= 1.6.0)
Y
yuuji.yaginuma 已提交
160
      thor (>= 0.19.1)
161
      useragent (~> 0.16.7)
162
    blade-qunit_adapter (2.0.1)
R
Rafael Mendonça França 已提交
163
    blade-sauce_labs_plugin (0.7.3)
164 165 166
      childprocess
      faraday
      selenium-webdriver
R
Rafael Mendonça França 已提交
167
    bootsnap (1.3.0)
A
Akira Matsuda 已提交
168
      msgpack (~> 1.0)
R
Rafael Mendonça França 已提交
169
    bootsnap (1.3.0-java)
170
      msgpack (~> 1.0)
171
    builder (3.2.3)
R
Rafael Mendonça França 已提交
172 173 174 175
    bunny (2.9.2)
      amq-protocol (~> 2.3.0)
    byebug (10.0.2)
    capybara (3.1.1)
E
eileencodes 已提交
176
      addressable
177
      mini_mime (>= 0.1.3)
178 179 180 181
      nokogiri (~> 1.8)
      rack (>= 1.6.0)
      rack-test (>= 0.6.3)
      xpath (~> 3.0)
R
Rafael Mendonça França 已提交
182
    childprocess (0.9.0)
183
      ffi (~> 1.0, >= 1.0.11)
R
Rafael Mendonça França 已提交
184 185 186
    chromedriver-helper (1.2.0)
      archive-zip (~> 0.10)
      nokogiri (~> 1.8)
187
    coffee-rails (4.2.2)
188
      coffee-script (>= 2.2.0)
189
      railties (>= 4.0.0)
R
Rafael Mendonça França 已提交
190
    coffee-script (2.4.1)
191 192
      coffee-script-source
      execjs
E
eileencodes 已提交
193
    coffee-script-source (1.12.2)
194
    concurrent-ruby (1.0.5)
A
Akira Matsuda 已提交
195
    concurrent-ruby (1.0.5-java)
R
Rafael Mendonça França 已提交
196
    connection_pool (2.2.2)
197
    cookiejar (0.3.3)
R
Rafael Mendonça França 已提交
198
    crass (1.0.4)
199
    curses (1.0.2)
R
Rafael Mendonça França 已提交
200
    daemons (1.2.6)
Y
yuuji.yaginuma 已提交
201
    dalli (2.7.8)
R
Rafael Mendonça França 已提交
202
    dante (0.2.0)
203
    declarative (0.0.10)
D
David Heinemeier Hansson 已提交
204
    declarative-option (0.1.0)
R
Rafael Mendonça França 已提交
205 206 207 208
    delayed_job (4.1.5)
      activesupport (>= 3.0, < 5.3)
    delayed_job_active_record (4.1.3)
      activerecord (>= 3.0, < 5.3)
209
      delayed_job (>= 3.0, < 5)
D
David Heinemeier Hansson 已提交
210
    digest-crc (0.4.1)
211
    em-http-request (1.1.5)
V
Vipul A M 已提交
212
      addressable (>= 2.3.4)
213
      cookiejar (!= 0.3.1)
V
Vipul A M 已提交
214 215 216
      em-socksify (>= 0.3)
      eventmachine (>= 1.0.3)
      http_parser.rb (>= 0.6.0)
217
    em-socksify (0.3.2)
V
Vipul A M 已提交
218
      eventmachine (>= 1.0.0.beta.4)
R
Rafael Mendonça França 已提交
219
    erubi (1.7.1)
U
utilum 已提交
220
    et-orbi (1.1.2)
221
      tzinfo
222
    event_emitter (0.2.6)
R
Rafael Mendonça França 已提交
223
    eventmachine (1.2.7)
224
    execjs (2.7.0)
R
Rafael Mendonça França 已提交
225
    faraday (0.15.2)
226
      multipart-post (>= 1.2, < 3)
227
    faraday_middleware (0.12.2)
D
David Heinemeier Hansson 已提交
228
      faraday (>= 0.7.4, < 1.0)
229
    faye (1.2.4)
V
Vipul A M 已提交
230 231 232 233 234 235 236
      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)
237
    faye-websocket (0.10.7)
238 239
      eventmachine (>= 0.12.0)
      websocket-driver (>= 0.5.1)
240 241 242 243
    ffi (1.9.21)
    ffi (1.9.21-java)
    ffi (1.9.21-x64-mingw32)
    ffi (1.9.21-x86-mingw32)
U
utilum 已提交
244
    fugit (1.1.3)
R
Rafael Mendonça França 已提交
245 246
      et-orbi (~> 1.1, >= 1.1.1)
      raabro (~> 1.1)
247
    globalid (0.4.1)
248
      activesupport (>= 4.2.0)
249
    google-api-client (0.19.8)
D
David Heinemeier Hansson 已提交
250
      addressable (~> 2.5, >= 2.5.1)
251
      googleauth (>= 0.5, < 0.7.0)
D
David Heinemeier Hansson 已提交
252 253 254 255
      httpclient (>= 2.8.1, < 3.0)
      mime-types (~> 3.0)
      representable (~> 3.0)
      retriable (>= 2.0, < 4.0)
256
    google-cloud-core (1.2.0)
D
David Heinemeier Hansson 已提交
257 258 259
      google-cloud-env (~> 1.0)
    google-cloud-env (1.0.1)
      faraday (~> 0.11)
R
Rafael Mendonça França 已提交
260
    google-cloud-storage (1.12.0)
D
David Heinemeier Hansson 已提交
261
      digest-crc (~> 0.4)
262 263
      google-api-client (~> 0.19.0)
      google-cloud-core (~> 1.2)
264 265
      googleauth (~> 0.6.2)
    googleauth (0.6.2)
D
David Heinemeier Hansson 已提交
266
      faraday (~> 0.12)
267
      jwt (>= 1.4, < 3.0)
D
David Heinemeier Hansson 已提交
268 269 270 271 272
      logging (~> 2.0)
      memoist (~> 0.12)
      multi_json (~> 1.11)
      os (~> 0.9)
      signet (~> 0.7)
273
    hiredis (0.6.1)
A
Akira Matsuda 已提交
274
    hiredis (0.6.1-java)
V
Vipul A M 已提交
275
    http_parser.rb (0.6.0)
D
David Heinemeier Hansson 已提交
276
    httpclient (2.8.3)
R
Rafael Mendonça França 已提交
277
    i18n (1.0.1)
278
      concurrent-ruby (~> 1.0)
279 280 281
    image_processing (1.2.0)
      mini_magick (~> 4.0)
      ruby-vips (>= 2.0.10, < 3)
282
    io-like (0.3.0)
R
Rafael Mendonça França 已提交
283 284 285 286
    jdbc-mysql (5.1.46)
    jdbc-postgres (42.1.4)
    jdbc-sqlite3 (3.20.1)
    jmespath (1.4.0)
287
    json (2.1.0)
A
Akira Matsuda 已提交
288
    json (2.1.0-java)
289
    jwt (2.1.0)
290
    kindlerb (1.2.0)
291 292
      mustache
      nokogiri
R
Rafael Mendonça França 已提交
293
    libxml-ruby (3.1.0)
294
    listen (3.1.5)
295 296
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
297
      ruby_dep (~> 1.2)
D
David Heinemeier Hansson 已提交
298 299 300 301
    little-plugger (1.1.4)
    logging (2.2.2)
      little-plugger (~> 1.1)
      multi_json (~> 1.10)
R
Rafael Mendonça França 已提交
302
    loofah (2.2.2)
303
      crass (~> 1.0.2)
304
      nokogiri (>= 1.5.9)
J
Jeremy Daer 已提交
305 306
    mail (2.7.0)
      mini_mime (>= 0.1.1)
R
Rafael Mendonça França 已提交
307
    marcel (0.3.2)
308
      mimemagic (~> 0.3.2)
D
David Heinemeier Hansson 已提交
309
    memoist (0.16.0)
310
    metaclass (0.0.4)
311
    method_source (0.9.0)
312
    mime-types (3.1)
E
eileencodes 已提交
313
      mime-types-data (~> 3.2015)
314
    mime-types-data (3.2016.0521)
315
    mimemagic (0.3.2)
D
David Heinemeier Hansson 已提交
316
    mini_magick (4.8.0)
317
    mini_mime (1.0.0)
318
    mini_portile2 (2.3.0)
Y
yuuji.yaginuma 已提交
319
    minitest (5.11.3)
320 321 322
    minitest-bisect (1.4.0)
      minitest-server (~> 1.0)
      path_expander (~> 1.0)
Y
yuuji.yaginuma 已提交
323
    minitest-server (1.0.5)
324
      minitest (~> 5.0)
J
James Mead 已提交
325
    mocha (1.5.0)
326 327
      metaclass (~> 0.0.1)
    mono_logger (1.1.0)
328 329 330 331
    msgpack (1.2.4)
    msgpack (1.2.4-java)
    msgpack (1.2.4-x64-mingw32)
    msgpack (1.2.4-x86-mingw32)
R
Rafael Mendonça França 已提交
332
    multi_json (1.13.1)
333
    multipart-post (2.0.0)
334
    mustache (1.0.5)
A
Andrew White 已提交
335
    mustermann (1.0.2)
R
Rafael Mendonça França 已提交
336 337 338 339 340
    mysql2 (0.5.1)
    mysql2 (0.5.1-x64-mingw32)
    mysql2 (0.5.1-x86-mingw32)
    nio4r (2.3.1)
    nio4r (2.3.1-java)
341
    nokogiri (1.8.2)
342
      mini_portile2 (~> 2.3.0)
343 344
    nokogiri (1.8.2-java)
    nokogiri (1.8.2-x64-mingw32)
345
      mini_portile2 (~> 2.3.0)
346
    nokogiri (1.8.2-x86-mingw32)
347
      mini_portile2 (~> 2.3.0)
D
David Heinemeier Hansson 已提交
348
    os (0.9.6)
U
utilum 已提交
349
    parallel (1.12.1)
B
Bart de Water 已提交
350
    parser (2.5.1.0)
U
utilum 已提交
351
      ast (~> 2.4.0)
R
Rafael Mendonça França 已提交
352
    path_expander (1.0.3)
353 354 355
    pg (1.0.0)
    pg (1.0.0-x64-mingw32)
    pg (1.0.0-x86-mingw32)
K
Kir Shatrov 已提交
356
    powerpack (0.1.1)
357
    psych (3.0.2)
358
    public_suffix (3.0.2)
R
Rafael Mendonça França 已提交
359 360 361
    puma (3.11.4)
    puma (3.11.4-java)
    que (0.14.3)
362 363 364
    qunit-selenium (0.0.4)
      selenium-webdriver
      thor
U
utilum 已提交
365
    raabro (1.1.6)
366
    racc (1.4.14)
R
Rafael Mendonça França 已提交
367 368
    rack (2.0.5)
    rack-cache (1.7.2)
369
      rack (>= 0.4)
A
Andrew White 已提交
370
    rack-protection (2.0.1)
371
      rack
Y
Yuji Yaginuma 已提交
372
    rack-test (1.0.0)
373 374 375 376
      rack (>= 1.0, < 3)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
R
Rafael Mendonça França 已提交
377 378
    rails-html-sanitizer (1.0.4)
      loofah (~> 2.2, >= 2.2.2)
U
utilum 已提交
379
    rainbow (3.0.0)
R
Rafael Mendonça França 已提交
380 381 382
    rake (12.3.1)
    rb-fsevent (0.10.3)
    rdoc (6.0.4)
383
    redcarpet (3.2.3)
J
Jeremy Daer 已提交
384
    redis (4.0.1)
385 386
    redis-namespace (1.6.0)
      redis (>= 3.0.4)
D
David Heinemeier Hansson 已提交
387 388 389 390
    representable (3.0.4)
      declarative (< 0.1.0)
      declarative-option (< 0.2.0)
      uber (< 0.2.0)
391
    resque (1.27.4)
Y
yuuji.yaginuma 已提交
392 393 394 395 396
      mono_logger (~> 1.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.3)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)
397 398 399 400 401
    resque-scheduler (4.3.1)
      mono_logger (~> 1.0)
      redis (>= 3.3, < 5)
      resque (~> 1.26)
      rufus-scheduler (~> 3.2)
D
David Heinemeier Hansson 已提交
402
    retriable (3.1.1)
R
Rafael Mendonça França 已提交
403
    rubocop (0.56.0)
404
      parallel (~> 1.10)
B
Bart de Water 已提交
405
      parser (>= 2.5)
K
Kir Shatrov 已提交
406
      powerpack (~> 0.1)
U
utilum 已提交
407
      rainbow (>= 2.2.2, < 4.0)
K
Kir Shatrov 已提交
408 409
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
K
Koichi ITO 已提交
410
    ruby-progressbar (1.9.0)
R
Rafael Mendonça França 已提交
411
    ruby-vips (2.0.12)
412
      ffi (~> 1.9)
M
Matthew Draper 已提交
413
    ruby_dep (1.5.0)
414
    rubyzip (1.2.1)
R
Rafael Mendonça França 已提交
415 416 417
    rufus-scheduler (3.5.0)
      fugit (~> 1.1, >= 1.1.1)
    sass (3.5.6)
418 419 420 421
      sass-listen (~> 4.0.0)
    sass-listen (4.0.0)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
R
Rafael Mendonça França 已提交
422 423 424 425 426 427
    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)
R
Robin Dupret 已提交
428 429
    sdoc (1.0.0)
      rdoc (>= 5.0)
R
Rafael Mendonça França 已提交
430
    selenium-webdriver (3.12.0)
431
      childprocess (~> 0.5)
R
Rafael Mendonça França 已提交
432 433 434
      rubyzip (~> 1.2)
    sequel (5.8.0)
    serverengine (2.0.6)
435
      sigdump (~> 0.2.2)
R
Rafael Mendonça França 已提交
436
    sidekiq (5.1.3)
437 438 439
      concurrent-ruby (~> 1.0)
      connection_pool (~> 2.2, >= 2.2.0)
      rack-protection (>= 1.5.0)
R
Rafael Mendonça França 已提交
440
      redis (>= 3.3.5, < 5)
441
    sigdump (0.2.4)
442
    signet (0.8.1)
D
David Heinemeier Hansson 已提交
443 444
      addressable (~> 2.3)
      faraday (~> 0.9)
445
      jwt (>= 1.5, < 3.0)
D
David Heinemeier Hansson 已提交
446
      multi_json (~> 1.10)
A
Andrew White 已提交
447
    sinatra (2.0.1)
448 449
      mustermann (~> 1.0)
      rack (~> 2.0)
A
Andrew White 已提交
450
      rack-protection (= 2.0.1)
451
      tilt (~> 2.0)
R
Rafael Mendonça França 已提交
452 453 454 455
    sneakers (2.7.0)
      bunny (~> 2.9.2)
      concurrent-ruby (~> 1.0)
      serverengine (~> 2.0.5)
456
      thor
J
Jon Moss 已提交
457
    sprockets (3.7.1)
458 459
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
460
    sprockets-export (1.0.0)
R
Rafael Mendonça França 已提交
461
    sprockets-rails (3.2.1)
462 463 464
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
A
Akira Matsuda 已提交
465 466 467
    sqlite3 (1.3.13)
    sqlite3 (1.3.13-x64-mingw32)
    sqlite3 (1.3.13-x86-mingw32)
R
Rafael Mendonça França 已提交
468 469
    stackprof (0.2.11)
    sucker_punch (2.0.4)
470
      concurrent-ruby (~> 1.0.0)
471
    thin (1.7.2)
472 473 474
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
475
    thread_safe (0.3.6)
A
Akira Matsuda 已提交
476
    thread_safe (0.3.6-java)
477
    tilt (2.0.8)
478 479 480
    turbolinks (5.1.1)
      turbolinks-source (~> 5.1)
    turbolinks-source (5.1.0)
U
utilum 已提交
481
    tzinfo (1.2.5)
482
      thread_safe (~> 0.1)
R
Rafael Mendonça França 已提交
483
    tzinfo-data (1.2018.5)
484
      tzinfo (>= 1.0.0)
D
David Heinemeier Hansson 已提交
485
    uber (0.1.0)
R
Rafael Mendonça França 已提交
486
    uglifier (4.1.10)
487
      execjs (>= 0.3.0, < 3)
R
Rafael Mendonça França 已提交
488 489
    unicode-display_width (1.3.3)
    useragent (0.16.10)
490 491
    vegas (0.1.11)
      rack (>= 1.0.0)
492 493
    w3c_validators (1.3.3)
      json (>= 1.8)
M
Matthew Draper 已提交
494
      nokogiri (~> 1.6)
495
    wdm (0.1.1)
R
Rafael Mendonça França 已提交
496 497
    websocket (1.2.8)
    websocket-driver (0.7.0)
498
      websocket-extensions (>= 0.1.0)
R
Rafael Mendonça França 已提交
499
    websocket-driver (0.7.0-java)
500
      websocket-extensions (>= 0.1.0)
R
Rafael Mendonça França 已提交
501 502
    websocket-extensions (0.1.3)
    xpath (3.1.0)
503
      nokogiri (~> 1.8)
504 505

PLATFORMS
A
Akira Matsuda 已提交
506
  java
507
  ruby
508 509
  x64-mingw32
  x86-mingw32
510 511 512 513 514

DEPENDENCIES
  activerecord-jdbcmysql-adapter (>= 1.3.0)
  activerecord-jdbcpostgresql-adapter (>= 1.3.0)
  activerecord-jdbcsqlite3-adapter (>= 1.3.0)
Y
Yuji Yaginuma 已提交
515
  aws-sdk-s3
D
David Heinemeier Hansson 已提交
516
  azure-storage
517
  backburner
R
Rafael Mendonça França 已提交
518
  bcrypt (~> 3.1.11)
519
  benchmark-ips
520 521
  blade
  blade-sauce_labs_plugin
B
Burke Libbey 已提交
522
  bootsnap (>= 1.1.0)
523
  byebug
E
eileencodes 已提交
524
  capybara (>= 2.15)
525
  chromedriver-helper
526
  coffee-rails
527
  connection_pool
Y
yuuji.yaginuma 已提交
528
  dalli
529
  delayed_job
530
  delayed_job_active_record
531
  ffi (<= 1.9.21)
532
  google-cloud-storage (~> 1.11)
533
  hiredis
534
  image_processing (~> 1.2)
A
Akira Matsuda 已提交
535
  json (>= 2.0.0)
536
  kindlerb (~> 1.2.0)
537
  libxml-ruby
538
  listen (>= 3.0.5, < 3.2)
539
  minitest-bisect
A
Akira Matsuda 已提交
540
  mocha
U
utilum 已提交
541
  mysql2 (>= 0.4.10)
542
  nokogiri (>= 1.8.1)
543
  pg (>= 0.18.0)
544
  psych (~> 3.0)
545
  puma
546
  que
547
  queue_classic!
548
  qunit-selenium
549 550 551
  racc (>= 1.4.6)
  rack-cache (~> 1.2)
  rails!
Y
yui-knk 已提交
552
  rake (>= 11.1)
553
  rb-inotify!
554
  redcarpet (~> 3.2.3)
J
Jeremy Daer 已提交
555
  redis (~> 4.0)
556
  redis-namespace
Y
yuuji.yaginuma 已提交
557
  resque
558
  resque-scheduler
T
toshimaru 已提交
559
  rubocop (>= 0.47)
R
Rafael Mendonça França 已提交
560
  sass-rails
R
Robin Dupret 已提交
561
  sdoc (~> 1.0)
562
  sequel
563
  sidekiq
S
Semyon Pupkov 已提交
564
  sneakers
565
  sprockets-export
566 567
  sqlite3 (~> 1.3.6)
  stackprof
568
  sucker_punch
569
  thor!
570
  turbolinks (~> 5)
571
  tzinfo-data
572 573
  uglifier (>= 1.3.0)
  w3c_validators
574
  wdm (>= 0.1.0)
575
  websocket-client-simple!
576 577

BUNDLED WITH
U
utilum 已提交
578
   1.16.2