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 (5.2.0.rc1)
      actionpack (= 5.2.0.rc1)
T
Tony Arcieri 已提交
31
      nio4r (~> 2.0)
32
      websocket-driver (>= 0.6.1)
33 34 35 36
    actionmailer (5.2.0.rc1)
      actionpack (= 5.2.0.rc1)
      actionview (= 5.2.0.rc1)
      activejob (= 5.2.0.rc1)
37
      mail (~> 2.5, >= 2.5.4)
38
      rails-dom-testing (~> 2.0)
39 40 41
    actionpack (5.2.0.rc1)
      actionview (= 5.2.0.rc1)
      activesupport (= 5.2.0.rc1)
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 (5.2.0.rc1)
      activesupport (= 5.2.0.rc1)
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 (5.2.0.rc1)
      activesupport (= 5.2.0.rc1)
54
      globalid (>= 0.3.6)
55 56 57 58 59
    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 已提交
60
      arel (>= 9.0)
61 62 63
    activestorage (5.2.0.rc1)
      actionpack (= 5.2.0.rc1)
      activerecord (= 5.2.0.rc1)
64
      marcel (~> 0.3.1)
65
    activesupport (5.2.0.rc1)
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 (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 已提交
80
      bundler (>= 1.3.0)
81
      railties (= 5.2.0.rc1)
C
claudiob 已提交
82
      sprockets-rails (>= 2.0.0)
83 84 85
    railties (5.2.0.rc1)
      actionpack (= 5.2.0.rc1)
      activesupport (= 5.2.0.rc1)
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 211 212
      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)
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.1)
309 310 311 312 313
    minitest-bisect (1.4.0)
      minitest-server (~> 1.0)
      path_expander (~> 1.0)
    minitest-server (1.0.4)
      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
    mustache (1.0.5)
A
Andrew White 已提交
324
    mustermann (1.0.2)
325 326 327
    mysql2 (0.4.9)
    mysql2 (0.4.9-x64-mingw32)
    mysql2 (0.4.9-x86-mingw32)
328
    nio4r (2.2.0)
329 330 331 332 333 334 335
    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 已提交
336
    os (0.9.6)
337
    parallel (1.12.0)
338
    parser (2.4.0.0)
K
Kir Shatrov 已提交
339
      ast (~> 2.2)
340
    path_expander (1.0.2)
341 342 343
    pg (1.0.0)
    pg (1.0.0-x64-mingw32)
    pg (1.0.0-x86-mingw32)
K
Kir Shatrov 已提交
344
    powerpack (0.1.1)
345
    psych (2.2.4)
346
    public_suffix (3.0.1)
347
    puma (3.9.1)
A
Akira Matsuda 已提交
348
    puma (3.9.1-java)
349
    que (0.14.0)
350 351 352
    qunit-selenium (0.0.4)
      selenium-webdriver
      thor
353
    racc (1.4.14)
A
Andrew White 已提交
354
    rack (2.0.4)
355
    rack-cache (1.7.0)
356
      rack (>= 0.4)
A
Andrew White 已提交
357
    rack-protection (2.0.1)
358
      rack
G
Guo Xiang Tan 已提交
359
    rack-test (0.8.0)
360 361 362 363
      rack (>= 1.0, < 3)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
364
    rails-html-sanitizer (1.0.3)
R
Rafael Mendonça França 已提交
365
      loofah (~> 2.0)
366 367
    rainbow (2.2.2)
      rake
368
    rake (12.2.1)
369
    rb-fsevent (0.10.2)
370
    rdoc (6.0.1)
371
    redcarpet (3.2.3)
J
Jeremy Daer 已提交
372
    redis (4.0.1)
373 374
    redis-namespace (1.6.0)
      redis (>= 3.0.4)
D
David Heinemeier Hansson 已提交
375 376 377 378
    representable (3.0.4)
      declarative (< 0.1.0)
      declarative-option (< 0.2.0)
      uber (< 0.2.0)
379
    resque (1.27.4)
Y
yuuji.yaginuma 已提交
380 381 382 383 384
      mono_logger (~> 1.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.3)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)
385 386 387 388 389
    resque-scheduler (4.3.1)
      mono_logger (~> 1.0)
      redis (>= 3.3, < 5)
      resque (~> 1.26)
      rufus-scheduler (~> 3.2)
D
David Heinemeier Hansson 已提交
390
    retriable (3.1.1)
K
Koichi ITO 已提交
391
    rubocop (0.51.0)
392
      parallel (~> 1.10)
T
toshimaru 已提交
393
      parser (>= 2.3.3.1, < 3.0)
K
Kir Shatrov 已提交
394
      powerpack (~> 0.1)
K
Koichi ITO 已提交
395
      rainbow (>= 2.2.2, < 3.0)
K
Kir Shatrov 已提交
396 397
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
K
Koichi ITO 已提交
398
    ruby-progressbar (1.9.0)
M
Matthew Draper 已提交
399
    ruby_dep (1.5.0)
400 401 402
    rubyzip (1.2.1)
    rufus-scheduler (3.4.2)
      et-orbi (~> 1.0)
403
    safe_yaml (1.0.4)
R
Rafael Mendonça França 已提交
404
    sass (3.5.3)
405 406 407 408
      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 已提交
409 410 411 412 413 414
    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)
415 416
    sdoc (1.0.0)
      rdoc (>= 5.0)
417
    selenium-webdriver (3.5.1)
418 419
      childprocess (~> 0.5)
      rubyzip (~> 1.0)
420
    sequel (4.49.0)
R
Rafael Mendonça França 已提交
421
    serverengine (1.5.11)
422
      sigdump (~> 0.2.2)
423 424 425 426 427
    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)
428
    sigdump (0.2.4)
429
    signet (0.8.1)
D
David Heinemeier Hansson 已提交
430 431
      addressable (~> 2.3)
      faraday (~> 0.9)
432
      jwt (>= 1.5, < 3.0)
D
David Heinemeier Hansson 已提交
433
      multi_json (~> 1.10)
A
Andrew White 已提交
434
    sinatra (2.0.1)
435 436
      mustermann (~> 1.0)
      rack (~> 2.0)
A
Andrew White 已提交
437
      rack-protection (= 2.0.1)
438 439 440
      tilt (~> 2.0)
    sneakers (2.5.0)
      bunny (~> 2.6.4)
R
Rafael Mendonça França 已提交
441
      serverengine (~> 1.5.11)
442
      thor
S
Semyon Pupkov 已提交
443
      thread (~> 0.1.7)
J
Jon Moss 已提交
444
    sprockets (3.7.1)
445 446
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
447
    sprockets-export (1.0.0)
448
    sprockets-rails (3.2.0)
449 450 451
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
A
Akira Matsuda 已提交
452 453 454
    sqlite3 (1.3.13)
    sqlite3 (1.3.13-x64-mingw32)
    sqlite3 (1.3.13-x86-mingw32)
455
    stackprof (0.2.10)
456
    sucker_punch (2.0.2)
457
      concurrent-ruby (~> 1.0.0)
458
    thin (1.7.2)
459 460 461
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
Y
yuuji.yaginuma 已提交
462
    thor (0.20.0)
S
Semyon Pupkov 已提交
463
    thread (0.1.7)
464
    thread_safe (0.3.6)
A
Akira Matsuda 已提交
465
    thread_safe (0.3.6-java)
466
    tilt (2.0.8)
467
    turbolinks (5.0.1)
468
      turbolinks-source (~> 5)
469
    turbolinks-source (5.0.3)
470
    tzinfo (1.2.3)
471
      thread_safe (~> 0.1)
472
    tzinfo-data (1.2017.2)
473
      tzinfo (>= 1.0.0)
D
David Heinemeier Hansson 已提交
474
    uber (0.1.0)
475
    uglifier (3.2.0)
476
      execjs (>= 0.3.0, < 3)
477
    unicode-display_width (1.3.0)
478
    useragent (0.16.8)
479 480
    vegas (0.1.11)
      rack (>= 1.0.0)
481 482
    w3c_validators (1.3.3)
      json (>= 1.8)
M
Matthew Draper 已提交
483
      nokogiri (~> 1.6)
484
    wdm (0.1.1)
485 486 487 488
    webmock (3.2.1)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff
489 490
    websocket (1.2.4)
    websocket-driver (0.6.5)
491 492
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
493
    xpath (2.1.0)
E
eileencodes 已提交
494
      nokogiri (~> 1.3)
495 496

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

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

BUNDLED WITH
Y
yuuji.yaginuma 已提交
568
   1.16.1