Gemfile.lock 13.1 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

M
Matthew Draper 已提交
26 27
GIT
  remote: https://github.com/rails/arel.git
28
  revision: 42510bf71472e2e35d9becb546edd05562672344
M
Matthew Draper 已提交
29
  specs:
30
    arel (9.0.0.alpha)
M
Matthew Draper 已提交
31

32 33 34 35 36 37 38 39 40 41 42 43
GIT
  remote: https://github.com/rails/sass-rails.git
  revision: bb5c1d34e8acad2e2960cc785184ffe17d7b3bca
  branch: 5-0-stable
  specs:
    sass-rails (5.0.6)
      railties (>= 4.0.0, < 6)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)

44 45 46 47 48 49 50 51
GIT
  remote: https://github.com/robin850/sdoc.git
  revision: 0e340352f3ab2f196c8a8743f83c2ee286e4f71c
  branch: upgrade
  specs:
    sdoc (1.0.0.rc2)
      rdoc (~> 5.0)

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

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

PLATFORMS
  ruby
476 477
  x64-mingw32
  x86-mingw32
478 479 480 481 482

DEPENDENCIES
  activerecord-jdbcmysql-adapter (>= 1.3.0)
  activerecord-jdbcpostgresql-adapter (>= 1.3.0)
  activerecord-jdbcsqlite3-adapter (>= 1.3.0)
M
Matthew Draper 已提交
483
  arel!
Y
Yuji Yaginuma 已提交
484
  aws-sdk-s3
D
David Heinemeier Hansson 已提交
485
  azure-storage
486
  backburner
R
Rafael Mendonça França 已提交
487
  bcrypt (~> 3.1.11)
488
  benchmark-ips
489 490
  blade
  blade-sauce_labs_plugin
B
Burke Libbey 已提交
491
  bootsnap (>= 1.1.0)
492
  byebug
493
  capybara (~> 2.15)
494
  coffee-rails
495
  dalli (>= 2.2.1)
496 497
  delayed_job
  delayed_job_active_record
498
  em-hiredis
499
  erubis (~> 2.7.0)
D
David Heinemeier Hansson 已提交
500
  google-cloud-storage (~> 1.3)
501
  hiredis
R
Rafael Mendonça França 已提交
502
  jquery-rails
A
Akira Matsuda 已提交
503
  json (>= 2.0.0)
504
  kindlerb (~> 1.2.0)
505
  libxml-ruby
506
  listen (>= 3.0.5, < 3.2)
D
David Heinemeier Hansson 已提交
507
  mini_magick
508
  minitest-bisect
A
Akira Matsuda 已提交
509
  mocha (~> 0.14)
510
  mysql2 (>= 0.4.4)
J
Jon Moss 已提交
511
  nokogiri (>= 1.6.8)
512 513
  pg (>= 0.18.0)
  psych (~> 2.0)
514
  puma
515
  que
516
  queue_classic!
517 518 519
  racc (>= 1.4.6)
  rack-cache (~> 1.2)
  rails!
Y
yui-knk 已提交
520
  rake (>= 11.1)
521
  rb-inotify!
522
  redcarpet (~> 3.2.3)
523
  redis
Y
yuuji.yaginuma 已提交
524
  resque
525
  resque-scheduler
T
toshimaru 已提交
526
  rubocop (>= 0.47)
527
  sass-rails!
528
  sdoc!
529 530
  sequel
  sidekiq
S
Semyon Pupkov 已提交
531
  sneakers
532
  sprockets-export
533 534
  sqlite3 (~> 1.3.6)
  stackprof
535
  sucker_punch
536
  turbolinks (~> 5)
537
  tzinfo-data
538 539
  uglifier (>= 1.3.0)
  w3c_validators
540
  wdm (>= 0.1.0)
541
  websocket-client-simple!
542 543

BUNDLED WITH
544
   1.15.4