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

9
GIT
10 11
  remote: https://github.com/collectiveidea/delayed_job.git
  revision: e3772d4f0c8470d0fcba00c86ca3bc4f5e876830
12
  specs:
13
    delayed_job (4.1.2)
14 15 16
      activesupport (>= 3.0, < 5.1)

GIT
17 18
  remote: https://github.com/collectiveidea/delayed_job_active_record.git
  revision: 36f434c4fd660e8f11ce932be117e9c71dde7212
19
  specs:
20
    delayed_job_active_record (4.1.1)
21 22 23
      activerecord (>= 3.0, < 5.1)
      delayed_job (>= 3.0, < 5)

24
GIT
25
  remote: https://github.com/matthewd/rb-inotify.git
26 27 28 29 30 31
  revision: 90553518d1fb79aedc98a3036c59bd2b6731ac40
  branch: close-handling
  specs:
    rb-inotify (0.9.7)
      ffi (>= 0.5.0)

32 33 34 35 36 37 38 39 40
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

Y
yuuji.yaginuma 已提交
41
GIT
42
  remote: https://github.com/resque/resque.git
M
Matthew Draper 已提交
43
  revision: 835a4a7e61a2e33832dbf11975ecfab54af293c6
Y
yuuji.yaginuma 已提交
44 45 46 47 48 49 50 51
  specs:
    resque (1.27.0)
      mono_logger (~> 1.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.3)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)

52 53 54
PATH
  remote: .
  specs:
55 56
    actioncable (5.1.0.alpha)
      actionpack (= 5.1.0.alpha)
57
      nio4r (~> 1.2)
58
      websocket-driver (~> 0.6.1)
59 60 61 62
    actionmailer (5.1.0.alpha)
      actionpack (= 5.1.0.alpha)
      actionview (= 5.1.0.alpha)
      activejob (= 5.1.0.alpha)
63
      mail (~> 2.5, >= 2.5.4)
64
      rails-dom-testing (~> 2.0)
65 66 67
    actionpack (5.1.0.alpha)
      actionview (= 5.1.0.alpha)
      activesupport (= 5.1.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)
72 73
    actionview (5.1.0.alpha)
      activesupport (= 5.1.0.alpha)
74 75
      builder (~> 3.1)
      erubis (~> 2.7.0)
76
      rails-dom-testing (~> 2.0)
77
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
78 79
    activejob (5.1.0.alpha)
      activesupport (= 5.1.0.alpha)
80
      globalid (>= 0.3.6)
81 82 83 84 85
    activemodel (5.1.0.alpha)
      activesupport (= 5.1.0.alpha)
    activerecord (5.1.0.alpha)
      activemodel (= 5.1.0.alpha)
      activesupport (= 5.1.0.alpha)
R
Rafael Mendonça França 已提交
86
      arel (~> 7.0)
87
    activesupport (5.1.0.alpha)
88
      concurrent-ruby (~> 1.0, >= 1.0.2)
89 90 91
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
92 93 94 95 96 97 98 99 100
    rails (5.1.0.alpha)
      actioncable (= 5.1.0.alpha)
      actionmailer (= 5.1.0.alpha)
      actionpack (= 5.1.0.alpha)
      actionview (= 5.1.0.alpha)
      activejob (= 5.1.0.alpha)
      activemodel (= 5.1.0.alpha)
      activerecord (= 5.1.0.alpha)
      activesupport (= 5.1.0.alpha)
101
      bundler (>= 1.3.0, < 2.0)
102
      railties (= 5.1.0.alpha)
C
claudiob 已提交
103
      sprockets-rails (>= 2.0.0)
104 105 106
    railties (5.1.0.alpha)
      actionpack (= 5.1.0.alpha)
      activesupport (= 5.1.0.alpha)
107
      method_source
108 109 110 111 112 113
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)

GEM
  remote: https://rubygems.org/
  specs:
114 115
    addressable (2.5.0)
      public_suffix (~> 2.0, >= 2.0.2)
116
    amq-protocol (2.0.1)
M
Matthew Draper 已提交
117
    arel (7.1.4)
K
Kir Shatrov 已提交
118
    ast (2.3.0)
119
    backburner (1.3.1)
R
Rafael Mendonça França 已提交
120
      beaneater (~> 1.0)
121
      concurrent-ruby (~> 1.0.1)
R
Rafael Mendonça França 已提交
122
      dante (> 0.1.5)
R
Rafael Mendonça França 已提交
123 124 125
    bcrypt (3.1.11)
    bcrypt (3.1.11-x64-mingw32)
    bcrypt (3.1.11-x86-mingw32)
R
Rafael Mendonça França 已提交
126
    beaneater (1.0.0)
127
    benchmark-ips (2.7.2)
M
Matthew Draper 已提交
128
    blade (0.7.0)
129
      activesupport (>= 3.0.0)
130
      blade-qunit_adapter (~> 2.0.1)
131 132 133 134 135 136 137 138 139
      coffee-script
      coffee-script-source
      curses (~> 1.0.0)
      eventmachine
      faye
      sprockets (>= 3.0)
      thin (>= 1.6.0)
      thor (~> 0.19.1)
      useragent (~> 0.16.7)
140
    blade-qunit_adapter (2.0.1)
M
Matthew Draper 已提交
141
    blade-sauce_labs_plugin (0.6.2)
142 143 144
      childprocess
      faraday
      selenium-webdriver
145
    builder (3.2.2)
M
Matthew Draper 已提交
146
    bunny (2.6.2)
147
      amq-protocol (>= 2.0.1)
148
    byebug (9.0.6)
149 150
    childprocess (0.5.9)
      ffi (~> 1.0, >= 1.0.11)
151 152 153
    coffee-rails (4.2.1)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.2.x)
R
Rafael Mendonça França 已提交
154
    coffee-script (2.4.1)
155 156
      coffee-script-source
      execjs
E
eileencodes 已提交
157
    coffee-script-source (1.12.2)
J
Jon Moss 已提交
158
    concurrent-ruby (1.0.3)
M
Matthew Draper 已提交
159
    connection_pool (2.2.1)
160
    cookiejar (0.3.3)
161
    curses (1.0.2)
162
    daemons (1.2.4)
Y
yui-knk 已提交
163
    dalli (2.7.6)
R
Rafael Mendonça França 已提交
164
    dante (0.2.0)
165
    em-hiredis (0.3.1)
166
      eventmachine (~> 1.0)
167
      hiredis (~> 0.6.0)
168
    em-http-request (1.1.5)
V
Vipul A M 已提交
169
      addressable (>= 2.3.4)
170
      cookiejar (!= 0.3.1)
V
Vipul A M 已提交
171 172 173 174 175
      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)
176
    erubis (2.7.0)
177
    event_emitter (0.2.5)
178 179 180
    eventmachine (1.2.1)
    eventmachine (1.2.1-x64-mingw32)
    eventmachine (1.2.1-x86-mingw32)
181
    execjs (2.7.0)
182
    faraday (0.10.0)
183
      multipart-post (>= 1.2, < 3)
184
    faye (1.2.3)
V
Vipul A M 已提交
185 186 187 188 189 190 191
      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)
192
    faye-websocket (0.10.5)
193 194
      eventmachine (>= 0.12.0)
      websocket-driver (>= 0.5.1)
195
    ffi (1.9.14)
196 197
    ffi (1.9.14-x64-mingw32)
    ffi (1.9.14-x86-mingw32)
198
    globalid (0.3.7)
199
      activesupport (>= 4.1.0)
200
    hiredis (0.6.1)
V
Vipul A M 已提交
201
    http_parser.rb (0.6.0)
202
    i18n (0.7.0)
203
    jquery-rails (4.2.1)
204
      rails-dom-testing (>= 1, < 3)
R
Rafael Mendonça França 已提交
205 206
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
207
    json (2.0.2)
208
    kindlerb (1.2.0)
209 210
      mustache
      nokogiri
211
    libxml-ruby (2.9.0)
212
    listen (3.1.5)
213 214
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
215
      ruby_dep (~> 1.2)
A
Aaron Patterson 已提交
216
    loofah (2.0.3)
217
      nokogiri (>= 1.5.9)
E
eileencodes 已提交
218 219
    mail (2.6.4)
      mime-types (>= 1.16, < 4)
220
    metaclass (0.0.4)
A
Arthur Neves 已提交
221
    method_source (0.8.2)
222
    mime-types (3.1)
E
eileencodes 已提交
223
      mime-types-data (~> 3.2015)
224
    mime-types-data (3.2016.0521)
J
Jon Moss 已提交
225
    mini_portile2 (2.1.0)
226 227 228 229
    minitest (5.3.3)
    mocha (0.14.0)
      metaclass (~> 0.0.1)
    mono_logger (1.1.0)
230
    multi_json (1.12.1)
231
    multipart-post (2.0.0)
232
    mustache (1.0.3)
233 234 235
    mysql2 (0.4.5)
    mysql2 (0.4.5-x64-mingw32)
    mysql2 (0.4.5-x86-mingw32)
S
Sean Griffin 已提交
236
    nio4r (1.2.1)
G
Gaurav Sharma 已提交
237
    nokogiri (1.6.8.1)
J
Jon Moss 已提交
238
      mini_portile2 (~> 2.1.0)
G
Gaurav Sharma 已提交
239
    nokogiri (1.6.8.1-x64-mingw32)
J
Jon Moss 已提交
240
      mini_portile2 (~> 2.1.0)
G
Gaurav Sharma 已提交
241
    nokogiri (1.6.8.1-x86-mingw32)
J
Jon Moss 已提交
242
      mini_portile2 (~> 2.1.0)
M
Matthew Draper 已提交
243
    parser (2.3.3.1)
K
Kir Shatrov 已提交
244
      ast (~> 2.2)
245 246 247
    pg (0.19.0)
    pg (0.19.0-x64-mingw32)
    pg (0.19.0-x86-mingw32)
K
Kir Shatrov 已提交
248
    powerpack (0.1.1)
M
Matthew Draper 已提交
249
    psych (2.2.2)
250
    public_suffix (2.0.4)
M
Matthew Draper 已提交
251
    puma (3.6.2)
252 253 254 255 256 257
    qu (0.2.0)
      multi_json
    qu-redis (0.2.0)
      qu (= 0.2.0)
      redis-namespace
      simple_uuid
258
    que (0.12.0)
259
    racc (1.4.14)
260
    rack (2.0.1)
261
    rack-cache (1.6.1)
262
      rack (>= 0.4)
263 264
    rack-protection (1.5.3)
      rack
265 266
    rack-test (0.6.3)
      rack (>= 1.0)
267
    rails-dom-testing (2.0.1)
268
      activesupport (>= 4.2.0, < 6.0)
269
      nokogiri (~> 1.6.0)
270
    rails-html-sanitizer (1.0.3)
R
Rafael Mendonça França 已提交
271
      loofah (~> 2.0)
K
Kir Shatrov 已提交
272
    rainbow (2.1.0)
A
Akira Matsuda 已提交
273
    rake (12.0.0)
M
Matthew Draper 已提交
274
    rb-fsevent (0.9.8)
275
    rdoc (5.0.0)
276
    redcarpet (3.2.3)
M
Matthew Draper 已提交
277
    redis (3.3.2)
R
Rafael Mendonça França 已提交
278
    redis-namespace (1.5.2)
279
      redis (~> 3.0, >= 3.0.4)
280
    resque-scheduler (4.3.0)
281
      mono_logger (~> 1.0)
282 283
      redis (~> 3.3)
      resque (~> 1.26)
284
      rufus-scheduler (~> 3.2)
M
Matthew Draper 已提交
285
    rubocop (0.46.0)
K
Kir Shatrov 已提交
286 287 288 289 290 291
      parser (>= 2.3.1.1, < 3.0)
      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 已提交
292
    ruby_dep (1.5.0)
293
    rubyzip (1.2.0)
M
Matthew Draper 已提交
294 295 296
    rufus-scheduler (3.3.1)
      tzinfo
    sass (3.4.23)
297
    sass-rails (5.0.6)
298 299 300 301 302
      railties (>= 4.0.0, < 6)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
303 304
    sdoc (1.0.0.rc1)
      rdoc (= 5.0.0)
M
Matthew Draper 已提交
305
    selenium-webdriver (3.0.4)
306 307 308
      childprocess (~> 0.5)
      rubyzip (~> 1.0)
      websocket (~> 1.0)
M
Matthew Draper 已提交
309
    sequel (4.41.0)
R
Rafael Mendonça França 已提交
310
    serverengine (1.5.11)
311
      sigdump (~> 0.2.2)
M
Matthew Draper 已提交
312
    sidekiq (4.2.7)
313
      concurrent-ruby (~> 1.0)
R
Rafael Mendonça França 已提交
314
      connection_pool (~> 2.2, >= 2.2.0)
M
Matthew Draper 已提交
315
      rack-protection (>= 1.5.0)
R
Rafael Mendonça França 已提交
316
      redis (~> 3.2, >= 3.2.1)
317
    sigdump (0.2.4)
318
    simple_uuid (0.4.0)
A
Aaron Patterson 已提交
319 320
    sinatra (1.0)
      rack (>= 1.0)
M
Matthew Draper 已提交
321 322
    sneakers (2.4.0)
      bunny (~> 2.6)
R
Rafael Mendonça França 已提交
323
      serverengine (~> 1.5.11)
324
      thor
S
Semyon Pupkov 已提交
325
      thread (~> 0.1.7)
J
Jon Moss 已提交
326
    sprockets (3.7.1)
327 328
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
329
    sprockets-rails (3.2.0)
330 331 332
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
G
Gianfranco Montoya 已提交
333 334 335
    sqlite3 (1.3.12)
    sqlite3 (1.3.12-x64-mingw32)
    sqlite3 (1.3.12-x86-mingw32)
336
    stackprof (0.2.10)
337
    sucker_punch (2.0.2)
338
      concurrent-ruby (~> 1.0.0)
339 340 341 342
    thin (1.7.0)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
M
Matthew Draper 已提交
343
    thor (0.19.4)
S
Semyon Pupkov 已提交
344
    thread (0.1.7)
345
    thread_safe (0.3.5)
346
    tilt (2.0.5)
347
    turbolinks (5.0.1)
348 349
      turbolinks-source (~> 5)
    turbolinks-source (5.0.0)
350 351
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
M
Matthew Draper 已提交
352
    tzinfo-data (1.2016.10)
353
      tzinfo (>= 1.0.0)
M
Matthew Draper 已提交
354
    uglifier (3.0.4)
355
      execjs (>= 0.3.0, < 3)
M
Matthew Draper 已提交
356
    unicode-display_width (1.1.2)
357
    useragent (0.16.8)
358 359
    vegas (0.1.11)
      rack (>= 1.0.0)
M
Matthew Draper 已提交
360 361 362
    w3c_validators (1.3.1)
      json (~> 2.0)
      nokogiri (~> 1.6)
363
    wdm (0.1.1)
364
    websocket (1.2.3)
365
    websocket-driver (0.6.4)
366 367
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
368 369 370

PLATFORMS
  ruby
371 372
  x64-mingw32
  x86-mingw32
373 374 375 376 377 378

DEPENDENCIES
  activerecord-jdbcmysql-adapter (>= 1.3.0)
  activerecord-jdbcpostgresql-adapter (>= 1.3.0)
  activerecord-jdbcsqlite3-adapter (>= 1.3.0)
  backburner
R
Rafael Mendonça França 已提交
379
  bcrypt (~> 3.1.11)
380
  benchmark-ips
381 382
  blade
  blade-sauce_labs_plugin
383
  byebug
384
  coffee-rails
385
  dalli (>= 2.2.1)
386 387
  delayed_job!
  delayed_job_active_record!
388
  em-hiredis
389
  hiredis
R
Rafael Mendonça França 已提交
390
  jquery-rails
A
Akira Matsuda 已提交
391
  json (>= 2.0.0)
392
  kindlerb (~> 1.2.0)
393
  libxml-ruby
394
  listen (>= 3.0.5, < 3.2)
395 396
  minitest (< 5.3.4)
  mocha (~> 0.14)
397
  mysql2 (>= 0.4.4)
J
Jon Moss 已提交
398
  nokogiri (>= 1.6.8)
399 400
  pg (>= 0.18.0)
  psych (~> 2.0)
401
  puma
402 403
  qu-redis
  que
404
  queue_classic!
405 406 407
  racc (>= 1.4.6)
  rack-cache (~> 1.2)
  rails!
Y
yui-knk 已提交
408
  rake (>= 11.1)
409
  rb-inotify!
410
  redcarpet (~> 3.2.3)
411
  redis
Y
yuuji.yaginuma 已提交
412
  resque!
413
  resque-scheduler
K
Kir Shatrov 已提交
414
  rubocop
415
  sass-rails
416
  sdoc (= 1.0.0.rc1)
417 418
  sequel
  sidekiq
S
Semyon Pupkov 已提交
419
  sneakers
420 421
  sqlite3 (~> 1.3.6)
  stackprof
422
  sucker_punch
423
  turbolinks (~> 5)
424
  tzinfo-data
425 426
  uglifier (>= 1.3.0)
  w3c_validators
427
  wdm (>= 0.1.0)
428
  websocket-client-simple!
429 430

BUNDLED WITH
M
Matthew Draper 已提交
431
   1.13.7