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

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

PLATFORMS
  ruby
374 375
  x64-mingw32
  x86-mingw32
376 377 378 379 380

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

BUNDLED WITH
438
   1.15.1