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
  remote: https://github.com/matthewd/rb-inotify.git
11 12 13 14 15 16
  revision: 90553518d1fb79aedc98a3036c59bd2b6731ac40
  branch: close-handling
  specs:
    rb-inotify (0.9.7)
      ffi (>= 0.5.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 28 29 30 31
GIT
  remote: https://github.com/rails/arel.git
  revision: 437aa3a4bb8ad4f3f4eba299dbb1112852f9c7ac
  specs:
    arel (8.0.0)

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

GEM
  remote: https://rubygems.org/
  specs:
94 95
    addressable (2.5.0)
      public_suffix (~> 2.0, >= 2.0.2)
A
Akira Matsuda 已提交
96
    amq-protocol (2.1.0)
K
Kir Shatrov 已提交
97
    ast (2.3.0)
98
    backburner (1.3.1)
R
Rafael Mendonça França 已提交
99
      beaneater (~> 1.0)
100
      concurrent-ruby (~> 1.0.1)
R
Rafael Mendonça França 已提交
101
      dante (> 0.1.5)
R
Rafael Mendonça França 已提交
102 103 104
    bcrypt (3.1.11)
    bcrypt (3.1.11-x64-mingw32)
    bcrypt (3.1.11-x86-mingw32)
R
Rafael Mendonça França 已提交
105
    beaneater (1.0.0)
106
    benchmark-ips (2.7.2)
M
Matthew Draper 已提交
107
    blade (0.7.0)
108
      activesupport (>= 3.0.0)
109
      blade-qunit_adapter (~> 2.0.1)
110 111 112 113 114 115 116 117 118
      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)
119
    blade-qunit_adapter (2.0.1)
M
Matthew Draper 已提交
120
    blade-sauce_labs_plugin (0.6.2)
121 122 123
      childprocess
      faraday
      selenium-webdriver
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.13.0)
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)
M
Matthew Draper 已提交
144
    concurrent-ruby (1.0.4)
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 155
    delayed_job (4.1.2)
      activesupport (>= 3.0, < 5.1)
    delayed_job_active_record (4.1.1)
      activerecord (>= 3.0, < 5.1)
      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
    globalid (0.3.7)
191
      activesupport (>= 4.1.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)
E
eileencodes 已提交
210 211
    mail (2.6.4)
      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)
J
Jon Moss 已提交
217
    mini_portile2 (2.1.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)
222
    multi_json (1.12.1)
223
    multipart-post (2.0.0)
224
    mustache (1.0.3)
225 226 227
    mysql2 (0.4.5)
    mysql2 (0.4.5-x64-mingw32)
    mysql2 (0.4.5-x86-mingw32)
T
Tony Arcieri 已提交
228
    nio4r (2.0.0)
229
    nokogiri (1.7.0.1)
J
Jon Moss 已提交
230
      mini_portile2 (~> 2.1.0)
231
    nokogiri (1.7.0.1-x64-mingw32)
J
Jon Moss 已提交
232
      mini_portile2 (~> 2.1.0)
233
    nokogiri (1.7.0.1-x86-mingw32)
J
Jon Moss 已提交
234
      mini_portile2 (~> 2.1.0)
235
    parser (2.4.0.0)
K
Kir Shatrov 已提交
236
      ast (~> 2.2)
237 238 239
    pg (0.19.0)
    pg (0.19.0-x64-mingw32)
    pg (0.19.0-x86-mingw32)
K
Kir Shatrov 已提交
240
    powerpack (0.1.1)
M
Matthew Draper 已提交
241
    psych (2.2.2)
242
    public_suffix (2.0.5)
A
Akira Matsuda 已提交
243
    puma (3.7.0)
244 245 246 247 248 249
    qu (0.2.0)
      multi_json
    qu-redis (0.2.0)
      qu (= 0.2.0)
      redis-namespace
      simple_uuid
250
    que (0.12.0)
251
    racc (1.4.14)
252
    rack (2.0.1)
253
    rack-cache (1.6.1)
254
      rack (>= 0.4)
255 256
    rack-protection (1.5.3)
      rack
257 258
    rack-test (0.6.3)
      rack (>= 1.0)
M
Matthew Draper 已提交
259
    rails-dom-testing (2.0.2)
260
      activesupport (>= 4.2.0, < 6.0)
M
Matthew Draper 已提交
261
      nokogiri (~> 1.6)
262
    rails-html-sanitizer (1.0.3)
R
Rafael Mendonça França 已提交
263
      loofah (~> 2.0)
T
toshimaru 已提交
264
    rainbow (2.2.1)
A
Akira Matsuda 已提交
265
    rake (12.0.0)
M
Matthew Draper 已提交
266
    rb-fsevent (0.9.8)
267
    rdoc (5.0.0)
268
    redcarpet (3.2.3)
M
Matthew Draper 已提交
269
    redis (3.3.2)
R
Rafael Mendonça França 已提交
270
    redis-namespace (1.5.2)
271
      redis (~> 3.0, >= 3.0.4)
Y
yuuji.yaginuma 已提交
272 273 274 275 276 277
    resque (1.27.0)
      mono_logger (~> 1.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.3)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)
278
    resque-scheduler (4.3.0)
279
      mono_logger (~> 1.0)
280 281
      redis (~> 3.3)
      resque (~> 1.26)
282
      rufus-scheduler (~> 3.2)
283
    rubocop (0.47.1)
T
toshimaru 已提交
284
      parser (>= 2.3.3.1, < 3.0)
K
Kir Shatrov 已提交
285 286 287 288 289
      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 已提交
290
    ruby_dep (1.5.0)
291
    rubyzip (1.2.0)
292
    rufus-scheduler (3.3.2)
M
Matthew Draper 已提交
293 294
      tzinfo
    sass (3.4.23)
295
    sass-rails (5.0.6)
296 297 298 299 300
      railties (>= 4.0.0, < 6)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
301 302
    sdoc (1.0.0.rc1)
      rdoc (= 5.0.0)
R
Rafael Mendonça França 已提交
303
    selenium-webdriver (3.0.5)
304 305 306
      childprocess (~> 0.5)
      rubyzip (~> 1.0)
      websocket (~> 1.0)
307
    sequel (4.42.1)
R
Rafael Mendonça França 已提交
308
    serverengine (1.5.11)
309
      sigdump (~> 0.2.2)
310
    sidekiq (4.2.9)
311
      concurrent-ruby (~> 1.0)
R
Rafael Mendonça França 已提交
312
      connection_pool (~> 2.2, >= 2.2.0)
M
Matthew Draper 已提交
313
      rack-protection (>= 1.5.0)
R
Rafael Mendonça França 已提交
314
      redis (~> 3.2, >= 3.2.1)
315
    sigdump (0.2.4)
316
    simple_uuid (0.4.0)
A
Aaron Patterson 已提交
317 318
    sinatra (1.0)
      rack (>= 1.0)
M
Matthew Draper 已提交
319 320
    sneakers (2.4.0)
      bunny (~> 2.6)
R
Rafael Mendonça França 已提交
321
      serverengine (~> 1.5.11)
322
      thor
S
Semyon Pupkov 已提交
323
      thread (~> 0.1.7)
J
Jon Moss 已提交
324
    sprockets (3.7.1)
325 326
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
327
    sprockets-export (0.9.1)
328
    sprockets-rails (3.2.0)
329 330 331
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
A
Akira Matsuda 已提交
332 333 334
    sqlite3 (1.3.13)
    sqlite3 (1.3.13-x64-mingw32)
    sqlite3 (1.3.13-x86-mingw32)
335
    stackprof (0.2.10)
336
    sucker_punch (2.0.2)
337
      concurrent-ruby (~> 1.0.0)
338 339 340 341
    thin (1.7.0)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
M
Matthew Draper 已提交
342
    thor (0.19.4)
S
Semyon Pupkov 已提交
343
    thread (0.1.7)
344
    thread_safe (0.3.5)
345
    tilt (2.0.5)
346
    turbolinks (5.0.1)
347 348
      turbolinks-source (~> 5)
    turbolinks-source (5.0.0)
349 350
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
M
Matthew Draper 已提交
351
    tzinfo-data (1.2016.10)
352
      tzinfo (>= 1.0.0)
M
Matthew Draper 已提交
353
    uglifier (3.0.4)
354
      execjs (>= 0.3.0, < 3)
T
toshimaru 已提交
355
    unicode-display_width (1.1.3)
356
    useragent (0.16.8)
357 358
    vegas (0.1.11)
      rack (>= 1.0.0)
M
Matthew Draper 已提交
359 360 361
    w3c_validators (1.3.1)
      json (~> 2.0)
      nokogiri (~> 1.6)
362
    wdm (0.1.1)
363
    websocket (1.2.3)
364
    websocket-driver (0.6.4)
365 366
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
E
eileencodes 已提交
367 368
    xpath (2.0.0)
      nokogiri (~> 1.3)
369 370 371

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

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

BUNDLED WITH
436
   1.14.6