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

R
Rafael Mendonça França 已提交
9 10 11 12 13 14
GIT
  remote: https://github.com/erikhuda/thor.git
  revision: df5ba2b653a28087b3617d6c082b00866b0c0d6c
  specs:
    thor (0.19.4)

15 16 17 18 19 20 21 22 23
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 已提交
24 25
GIT
  remote: https://github.com/rails/arel.git
K
Kir Shatrov 已提交
26
  revision: 67a51c62f4e19390cd8eb408596ca48bb0806362
M
Matthew Draper 已提交
27 28 29
  specs:
    arel (8.0.0)

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

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

PLATFORMS
  ruby
377 378
  x64-mingw32
  x86-mingw32
379 380 381 382 383

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

BUNDLED WITH
442
   1.15.1