Gemfile.lock 13.8 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 29 30 31 32 33
GIT
  remote: https://github.com/robin850/sdoc.git
  revision: 0e340352f3ab2f196c8a8743f83c2ee286e4f71c
  branch: upgrade
  specs:
    sdoc (1.0.0.rc2)
      rdoc (~> 5.0)

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

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

PLATFORMS
A
Akira Matsuda 已提交
503
  java
504
  ruby
505 506
  x64-mingw32
  x86-mingw32
507 508 509 510 511

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

BUNDLED WITH
Y
yuuji.yaginuma 已提交
574
   1.16.1