Gemfile.lock 13.9 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)
K
Kir Shatrov 已提交
110
    ast (2.3.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 191
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
192
    crass (1.0.3)
193
    curses (1.0.2)
194
    daemons (1.2.4)
Y
yui-knk 已提交
195
    dalli (2.7.6)
R
Rafael Mendonça França 已提交
196
    dante (0.2.0)
197
    declarative (0.0.10)
D
David Heinemeier Hansson 已提交
198
    declarative-option (0.1.0)
199 200
    delayed_job (4.1.4)
      activesupport (>= 3.0, < 5.2)
201 202
    delayed_job_active_record (4.1.2)
      activerecord (>= 3.0, < 5.2)
203
      delayed_job (>= 3.0, < 5)
D
David Heinemeier Hansson 已提交
204
    digest-crc (0.4.1)
205
    em-http-request (1.1.5)
V
Vipul A M 已提交
206
      addressable (>= 2.3.4)
207
      cookiejar (!= 0.3.1)
V
Vipul A M 已提交
208 209 210
      em-socksify (>= 0.3)
      eventmachine (>= 1.0.3)
      http_parser.rb (>= 0.6.0)
211
    em-socksify (0.3.2)
V
Vipul A M 已提交
212
      eventmachine (>= 1.0.0.beta.4)
213
    erubi (1.7.0)
214
    et-orbi (1.0.8)
215
      tzinfo
216
    event_emitter (0.2.6)
217
    eventmachine (1.2.5)
218
    execjs (2.7.0)
219
    faraday (0.13.1)
220
      multipart-post (>= 1.2, < 3)
221
    faraday_middleware (0.12.2)
D
David Heinemeier Hansson 已提交
222
      faraday (>= 0.7.4, < 1.0)
223
    faye (1.2.4)
V
Vipul A M 已提交
224 225 226 227 228 229 230
      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)
231
    faye-websocket (0.10.7)
232 233
      eventmachine (>= 0.12.0)
      websocket-driver (>= 0.5.1)
234
    ffi (1.9.18)
A
Akira Matsuda 已提交
235
    ffi (1.9.18-java)
236 237
    ffi (1.9.18-x64-mingw32)
    ffi (1.9.18-x86-mingw32)
238
    globalid (0.4.1)
239
      activesupport (>= 4.2.0)
240
    google-api-client (0.17.3)
D
David Heinemeier Hansson 已提交
241
      addressable (~> 2.5, >= 2.5.1)
242
      googleauth (>= 0.5, < 0.7.0)
D
David Heinemeier Hansson 已提交
243 244 245 246
      httpclient (>= 2.8.1, < 3.0)
      mime-types (~> 3.0)
      representable (~> 3.0)
      retriable (>= 2.0, < 4.0)
247
    google-cloud-core (1.1.0)
D
David Heinemeier Hansson 已提交
248 249 250
      google-cloud-env (~> 1.0)
    google-cloud-env (1.0.1)
      faraday (~> 0.11)
251
    google-cloud-storage (1.9.0)
D
David Heinemeier Hansson 已提交
252
      digest-crc (~> 0.4)
253 254 255 256
      google-api-client (~> 0.17.0)
      google-cloud-core (~> 1.1)
      googleauth (~> 0.6.2)
    googleauth (0.6.2)
D
David Heinemeier Hansson 已提交
257
      faraday (~> 0.12)
258
      jwt (>= 1.4, < 3.0)
D
David Heinemeier Hansson 已提交
259 260 261 262 263
      logging (~> 2.0)
      memoist (~> 0.12)
      multi_json (~> 1.11)
      os (~> 0.9)
      signet (~> 0.7)
264
    hashdiff (0.3.7)
265
    hiredis (0.6.1)
A
Akira Matsuda 已提交
266
    hiredis (0.6.1-java)
V
Vipul A M 已提交
267
    http_parser.rb (0.6.0)
D
David Heinemeier Hansson 已提交
268
    httpclient (2.8.3)
R
Rafael Mendonça França 已提交
269
    i18n (1.0.0)
270
      concurrent-ruby (~> 1.0)
271
    io-like (0.3.0)
A
Akira Matsuda 已提交
272 273 274
    jdbc-mysql (5.1.44)
    jdbc-postgres (9.4.1206)
    jdbc-sqlite3 (3.8.11.2)
D
David Heinemeier Hansson 已提交
275
    jmespath (1.3.1)
276
    json (2.1.0)
A
Akira Matsuda 已提交
277
    json (2.1.0-java)
278
    jwt (2.1.0)
279
    kindlerb (1.2.0)
280 281
      mustache
      nokogiri
282
    libxml-ruby (3.0.0)
283
    listen (3.1.5)
284 285
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
286
      ruby_dep (~> 1.2)
D
David Heinemeier Hansson 已提交
287 288 289 290
    little-plugger (1.1.4)
    logging (2.2.2)
      little-plugger (~> 1.1)
      multi_json (~> 1.10)
291 292
    loofah (2.1.1)
      crass (~> 1.0.2)
293
      nokogiri (>= 1.5.9)
J
Jeremy Daer 已提交
294 295
    mail (2.7.0)
      mini_mime (>= 0.1.1)
296 297
    marcel (0.3.1)
      mimemagic (~> 0.3.2)
D
David Heinemeier Hansson 已提交
298
    memoist (0.16.0)
299
    metaclass (0.0.4)
300
    method_source (0.9.0)
301
    mime-types (3.1)
E
eileencodes 已提交
302
      mime-types-data (~> 3.2015)
303
    mime-types-data (3.2016.0521)
304
    mimemagic (0.3.2)
D
David Heinemeier Hansson 已提交
305
    mini_magick (4.8.0)
306
    mini_mime (0.1.4)
307
    mini_portile2 (2.3.0)
Y
yuuji.yaginuma 已提交
308
    minitest (5.11.3)
309 310 311
    minitest-bisect (1.4.0)
      minitest-server (~> 1.0)
      path_expander (~> 1.0)
Y
yuuji.yaginuma 已提交
312
    minitest-server (1.0.5)
313
      minitest (~> 5.0)
A
Akira Matsuda 已提交
314
    mocha (1.3.0)
315 316
      metaclass (~> 0.0.1)
    mono_logger (1.1.0)
B
Burke Libbey 已提交
317
    msgpack (1.1.0)
A
Akira Matsuda 已提交
318
    msgpack (1.1.0-java)
319 320
    msgpack (1.1.0-x64-mingw32)
    msgpack (1.1.0-x86-mingw32)
321
    multi_json (1.12.2)
322
    multipart-post (2.0.0)
323 324
    mustache (1.0.5)
    mustermann (1.0.0)
U
utilum 已提交
325 326 327
    mysql2 (0.4.10)
    mysql2 (0.4.10-x64-mingw32)
    mysql2 (0.4.10-x86-mingw32)
328 329
    nio4r (2.2.0)
    nio4r (2.2.0-java)
330 331 332 333 334 335 336
    nokogiri (1.8.1)
      mini_portile2 (~> 2.3.0)
    nokogiri (1.8.1-java)
    nokogiri (1.8.1-x64-mingw32)
      mini_portile2 (~> 2.3.0)
    nokogiri (1.8.1-x86-mingw32)
      mini_portile2 (~> 2.3.0)
D
David Heinemeier Hansson 已提交
337
    os (0.9.6)
338
    parallel (1.12.0)
339
    parser (2.4.0.0)
K
Kir Shatrov 已提交
340
      ast (~> 2.2)
341
    path_expander (1.0.2)
342 343 344
    pg (1.0.0)
    pg (1.0.0-x64-mingw32)
    pg (1.0.0-x86-mingw32)
K
Kir Shatrov 已提交
345
    powerpack (0.1.1)
346
    psych (2.2.4)
347
    public_suffix (3.0.1)
348
    puma (3.9.1)
A
Akira Matsuda 已提交
349
    puma (3.9.1-java)
350
    que (0.14.0)
351 352 353
    qunit-selenium (0.0.4)
      selenium-webdriver
      thor
354
    racc (1.4.14)
Y
yuuji.yaginuma 已提交
355
    rack (2.0.3)
356
    rack-cache (1.7.0)
357
      rack (>= 0.4)
358
    rack-protection (2.0.0)
359
      rack
G
Guo Xiang Tan 已提交
360
    rack-test (0.8.0)
361 362 363 364
      rack (>= 1.0, < 3)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
365
    rails-html-sanitizer (1.0.3)
R
Rafael Mendonça França 已提交
366
      loofah (~> 2.0)
367 368
    rainbow (2.2.2)
      rake
369
    rake (12.2.1)
370
    rb-fsevent (0.10.2)
R
Robin Dupret 已提交
371
    rdoc (6.0.1)
372
    redcarpet (3.2.3)
J
Jeremy Daer 已提交
373
    redis (4.0.1)
374 375
    redis-namespace (1.6.0)
      redis (>= 3.0.4)
D
David Heinemeier Hansson 已提交
376 377 378 379
    representable (3.0.4)
      declarative (< 0.1.0)
      declarative-option (< 0.2.0)
      uber (< 0.2.0)
380
    resque (1.27.4)
Y
yuuji.yaginuma 已提交
381 382 383 384 385
      mono_logger (~> 1.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.3)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)
386 387 388 389 390
    resque-scheduler (4.3.1)
      mono_logger (~> 1.0)
      redis (>= 3.3, < 5)
      resque (~> 1.26)
      rufus-scheduler (~> 3.2)
D
David Heinemeier Hansson 已提交
391
    retriable (3.1.1)
K
Koichi ITO 已提交
392
    rubocop (0.51.0)
393
      parallel (~> 1.10)
T
toshimaru 已提交
394
      parser (>= 2.3.3.1, < 3.0)
K
Kir Shatrov 已提交
395
      powerpack (~> 0.1)
K
Koichi ITO 已提交
396
      rainbow (>= 2.2.2, < 3.0)
K
Kir Shatrov 已提交
397 398
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
K
Koichi ITO 已提交
399
    ruby-progressbar (1.9.0)
M
Matthew Draper 已提交
400
    ruby_dep (1.5.0)
401 402 403
    rubyzip (1.2.1)
    rufus-scheduler (3.4.2)
      et-orbi (~> 1.0)
404
    safe_yaml (1.0.4)
R
Rafael Mendonça França 已提交
405
    sass (3.5.3)
406 407 408 409
      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 已提交
410 411 412 413 414 415
    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 已提交
416 417
    sdoc (1.0.0)
      rdoc (>= 5.0)
418
    selenium-webdriver (3.5.1)
419 420
      childprocess (~> 0.5)
      rubyzip (~> 1.0)
421
    sequel (4.49.0)
R
Rafael Mendonça França 已提交
422
    serverengine (1.5.11)
423
      sigdump (~> 0.2.2)
424 425 426 427 428
    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)
429
    sigdump (0.2.4)
430
    signet (0.8.1)
D
David Heinemeier Hansson 已提交
431 432
      addressable (~> 2.3)
      faraday (~> 0.9)
433
      jwt (>= 1.5, < 3.0)
D
David Heinemeier Hansson 已提交
434
      multi_json (~> 1.10)
435 436 437 438 439 440 441
    sinatra (2.0.0)
      mustermann (~> 1.0)
      rack (~> 2.0)
      rack-protection (= 2.0.0)
      tilt (~> 2.0)
    sneakers (2.5.0)
      bunny (~> 2.6.4)
R
Rafael Mendonça França 已提交
442
      serverengine (~> 1.5.11)
443
      thor
S
Semyon Pupkov 已提交
444
      thread (~> 0.1.7)
J
Jon Moss 已提交
445
    sprockets (3.7.1)
446 447
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
448
    sprockets-export (1.0.0)
449
    sprockets-rails (3.2.0)
450 451 452
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
A
Akira Matsuda 已提交
453 454 455
    sqlite3 (1.3.13)
    sqlite3 (1.3.13-x64-mingw32)
    sqlite3 (1.3.13-x86-mingw32)
456
    stackprof (0.2.10)
457
    sucker_punch (2.0.2)
458
      concurrent-ruby (~> 1.0.0)
459
    thin (1.7.2)
460 461 462
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
Y
yuuji.yaginuma 已提交
463
    thor (0.20.0)
S
Semyon Pupkov 已提交
464
    thread (0.1.7)
465
    thread_safe (0.3.6)
A
Akira Matsuda 已提交
466
    thread_safe (0.3.6-java)
467
    tilt (2.0.8)
468
    turbolinks (5.0.1)
469
      turbolinks-source (~> 5)
470
    turbolinks-source (5.0.3)
471
    tzinfo (1.2.3)
472
      thread_safe (~> 0.1)
473
    tzinfo-data (1.2017.2)
474
      tzinfo (>= 1.0.0)
D
David Heinemeier Hansson 已提交
475
    uber (0.1.0)
476
    uglifier (3.2.0)
477
      execjs (>= 0.3.0, < 3)
478
    unicode-display_width (1.3.0)
479
    useragent (0.16.8)
480 481
    vegas (0.1.11)
      rack (>= 1.0.0)
482 483
    w3c_validators (1.3.3)
      json (>= 1.8)
M
Matthew Draper 已提交
484
      nokogiri (~> 1.6)
485
    wdm (0.1.1)
486 487 488 489
    webmock (3.2.1)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff
490 491
    websocket (1.2.4)
    websocket-driver (0.6.5)
492
      websocket-extensions (>= 0.1.0)
493 494
    websocket-driver (0.6.5-java)
      websocket-extensions (>= 0.1.0)
495
    websocket-extensions (0.1.2)
496
    xpath (2.1.0)
E
eileencodes 已提交
497
      nokogiri (~> 1.3)
498 499

PLATFORMS
A
Akira Matsuda 已提交
500
  java
501
  ruby
502 503
  x64-mingw32
  x86-mingw32
504 505 506 507 508

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

BUNDLED WITH
Y
yuuji.yaginuma 已提交
571
   1.16.1