Gemfile.lock 13.5 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)
      actionpack (= 5.2.0)
T
Tony Arcieri 已提交
31
      nio4r (~> 2.0)
32
      websocket-driver (>= 0.6.1)
33 34 35 36
    actionmailer (5.2.0)
      actionpack (= 5.2.0)
      actionview (= 5.2.0)
      activejob (= 5.2.0)
37
      mail (~> 2.5, >= 2.5.4)
38
      rails-dom-testing (~> 2.0)
39 40 41
    actionpack (5.2.0)
      actionview (= 5.2.0)
      activesupport (= 5.2.0)
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)
      activesupport (= 5.2.0)
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)
      activesupport (= 5.2.0)
54
      globalid (>= 0.3.6)
55 56 57 58 59
    activemodel (5.2.0)
      activesupport (= 5.2.0)
    activerecord (5.2.0)
      activemodel (= 5.2.0)
      activesupport (= 5.2.0)
R
Rafael Mendonça França 已提交
60
      arel (>= 9.0)
61 62 63
    activestorage (5.2.0)
      actionpack (= 5.2.0)
      activerecord (= 5.2.0)
64
      marcel (~> 0.3.1)
65
    activesupport (5.2.0)
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)
      actioncable (= 5.2.0)
      actionmailer (= 5.2.0)
      actionpack (= 5.2.0)
      actionview (= 5.2.0)
      activejob (= 5.2.0)
      activemodel (= 5.2.0)
      activerecord (= 5.2.0)
      activestorage (= 5.2.0)
      activesupport (= 5.2.0)
R
Rafael Mendonça França 已提交
80
      bundler (>= 1.3.0)
81
      railties (= 5.2.0)
C
claudiob 已提交
82
      sprockets-rails (>= 2.0.0)
83 84 85
    railties (5.2.0)
      actionpack (= 5.2.0)
      activesupport (= 5.2.0)
86
      method_source
87
      rake (>= 0.8.7)
88
      thor (>= 0.19.0, < 2.0)
89 90 91 92

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