Gemfile.lock 13.7 KB
Newer Older
1
GIT
2
  remote: https://github.com/QueueClassic/queue_classic.git
3
  revision: cde82d17ded2799ed726dd7b0df6ce1fd4c1b7da
4
  branch: master
5
  specs:
6
    queue_classic (3.2.0.RC1)
7
      pg (>= 0.17, < 0.20)
8

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

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

26 27 28 29 30 31 32 33 34 35
GIT
  remote: https://github.com/resque/resque-scheduler.git
  revision: 284b862dd63967da1cf3a7e6abd9d2052067c8be
  specs:
    resque-scheduler (4.3.0)
      mono_logger (~> 1.0)
      redis (>= 3.3, < 5)
      resque (~> 1.26)
      rufus-scheduler (~> 3.2)

36 37 38 39 40 41 42 43
GIT
  remote: https://github.com/robin850/sdoc.git
  revision: 0e340352f3ab2f196c8a8743f83c2ee286e4f71c
  branch: upgrade
  specs:
    sdoc (1.0.0.rc2)
      rdoc (~> 5.0)

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

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

PLATFORMS
A
Akira Matsuda 已提交
496
  java
497
  ruby
498 499
  x64-mingw32
  x86-mingw32
500 501 502 503 504

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

BUNDLED WITH
R
Rafael Mendonça França 已提交
565
   1.16.0