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

M
Matthew Draper 已提交
18 19
GIT
  remote: https://github.com/rails/arel.git
20
  revision: 5db56a513286814991c27000af2c0243cc19d1e2
M
Matthew Draper 已提交
21 22 23
  specs:
    arel (8.0.0)

24 25 26
PATH
  remote: .
  specs:
M
Matthew Draper 已提交
27 28
    actioncable (5.2.0.alpha)
      actionpack (= 5.2.0.alpha)
T
Tony Arcieri 已提交
29
      nio4r (~> 2.0)
30
      websocket-driver (~> 0.6.1)
M
Matthew Draper 已提交
31 32 33 34
    actionmailer (5.2.0.alpha)
      actionpack (= 5.2.0.alpha)
      actionview (= 5.2.0.alpha)
      activejob (= 5.2.0.alpha)
35
      mail (~> 2.5, >= 2.5.4)
36
      rails-dom-testing (~> 2.0)
M
Matthew Draper 已提交
37 38 39
    actionpack (5.2.0.alpha)
      actionview (= 5.2.0.alpha)
      activesupport (= 5.2.0.alpha)
40
      rack (~> 2.0)
41
      rack-test (~> 0.6.3)
42
      rails-dom-testing (~> 2.0)
43
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
M
Matthew Draper 已提交
44 45
    actionview (5.2.0.alpha)
      activesupport (= 5.2.0.alpha)
46
      builder (~> 3.1)
47
      erubi (~> 1.4)
48
      rails-dom-testing (~> 2.0)
A
Akira Matsuda 已提交
49
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
M
Matthew Draper 已提交
50 51
    activejob (5.2.0.alpha)
      activesupport (= 5.2.0.alpha)
52
      globalid (>= 0.3.6)
M
Matthew Draper 已提交
53 54 55 56 57
    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)
58
      arel (~> 8.0)
M
Matthew Draper 已提交
59
    activesupport (5.2.0.alpha)
60
      concurrent-ruby (~> 1.0, >= 1.0.2)
61 62 63
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
M
Matthew Draper 已提交
64 65 66 67 68 69 70 71 72
    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)
      activesupport (= 5.2.0.alpha)
73
      bundler (>= 1.3.0, < 2.0)
M
Matthew Draper 已提交
74
      railties (= 5.2.0.alpha)
C
claudiob 已提交
75
      sprockets-rails (>= 2.0.0)
M
Matthew Draper 已提交
76 77 78
    railties (5.2.0.alpha)
      actionpack (= 5.2.0.alpha)
      activesupport (= 5.2.0.alpha)
79
      method_source
80 81 82 83 84 85
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)

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

PLATFORMS
  ruby
369 370
  x64-mingw32
  x86-mingw32
371 372 373 374 375

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

BUNDLED WITH
432
   1.15.1