Gemfile.lock 13.7 KB
Newer Older
1 2 3 4 5 6 7 8
GIT
  remote: https://github.com/matthewd/rb-inotify.git
  revision: 856730aad4b285969e8dd621e44808a7c5af4242
  branch: close-handling
  specs:
    rb-inotify (0.9.9)
      ffi (~> 1.0)

9 10 11 12 13 14 15 16 17
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

18 19 20 21 22 23 24 25
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)

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

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

PLATFORMS
A
Akira Matsuda 已提交
491
  java
492
  ruby
493 494
  x64-mingw32
  x86-mingw32
495 496 497 498 499

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

BUNDLED WITH
Y
yuuji.yaginuma 已提交
561
   1.16.1