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
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)
M
Matthew Draper 已提交
158
    concurrent-ruby (1.0.4)
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 196
    ffi (1.9.14)
    globalid (0.3.7)
197
      activesupport (>= 4.1.0)
198
    hiredis (0.6.1)
V
Vipul A M 已提交
199
    http_parser.rb (0.6.0)
200
    i18n (0.7.0)
201
    jquery-rails (4.2.1)
202
      rails-dom-testing (>= 1, < 3)
R
Rafael Mendonça França 已提交
203 204
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
205
    json (2.0.2)
206
    kindlerb (1.2.0)
207 208
      mustache
      nokogiri
209
    libxml-ruby (2.9.0)
210
    listen (3.1.5)
211 212
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
213
      ruby_dep (~> 1.2)
A
Aaron Patterson 已提交
214
    loofah (2.0.3)
215
      nokogiri (>= 1.5.9)
E
eileencodes 已提交
216 217
    mail (2.6.4)
      mime-types (>= 1.16, < 4)
218
    metaclass (0.0.4)
A
Arthur Neves 已提交
219
    method_source (0.8.2)
220
    mime-types (3.1)
E
eileencodes 已提交
221
      mime-types-data (~> 3.2015)
222
    mime-types-data (3.2016.0521)
J
Jon Moss 已提交
223
    mini_portile2 (2.1.0)
224 225 226 227
    minitest (5.3.3)
    mocha (0.14.0)
      metaclass (~> 0.0.1)
    mono_logger (1.1.0)
228
    multi_json (1.12.1)
229
    multipart-post (2.0.0)
230
    mustache (1.0.3)
231 232 233
    mysql2 (0.4.5)
    mysql2 (0.4.5-x64-mingw32)
    mysql2 (0.4.5-x86-mingw32)
S
Sean Griffin 已提交
234
    nio4r (1.2.1)
M
Matthew Draper 已提交
235
    nokogiri (1.7.0)
J
Jon Moss 已提交
236
      mini_portile2 (~> 2.1.0)
M
Matthew Draper 已提交
237
    nokogiri (1.7.0-x64-mingw32)
J
Jon Moss 已提交
238
      mini_portile2 (~> 2.1.0)
M
Matthew Draper 已提交
239
    nokogiri (1.7.0-x86-mingw32)
J
Jon Moss 已提交
240
      mini_portile2 (~> 2.1.0)
M
Matthew Draper 已提交
241
    parser (2.3.3.1)
K
Kir Shatrov 已提交
242
      ast (~> 2.2)
243 244 245
    pg (0.19.0)
    pg (0.19.0-x64-mingw32)
    pg (0.19.0-x86-mingw32)
K
Kir Shatrov 已提交
246
    powerpack (0.1.1)
M
Matthew Draper 已提交
247
    psych (2.2.2)
248
    public_suffix (2.0.4)
M
Matthew Draper 已提交
249
    puma (3.6.2)
250 251 252 253 254 255
    qu (0.2.0)
      multi_json
    qu-redis (0.2.0)
      qu (= 0.2.0)
      redis-namespace
      simple_uuid
256
    que (0.12.0)
257
    racc (1.4.14)
258
    rack (2.0.1)
259
    rack-cache (1.6.1)
260
      rack (>= 0.4)
261 262
    rack-protection (1.5.3)
      rack
263 264
    rack-test (0.6.3)
      rack (>= 1.0)
M
Matthew Draper 已提交
265
    rails-dom-testing (2.0.2)
266
      activesupport (>= 4.2.0, < 6.0)
M
Matthew Draper 已提交
267
      nokogiri (~> 1.6)
268
    rails-html-sanitizer (1.0.3)
R
Rafael Mendonça França 已提交
269
      loofah (~> 2.0)
K
Kir Shatrov 已提交
270
    rainbow (2.1.0)
A
Akira Matsuda 已提交
271
    rake (12.0.0)
M
Matthew Draper 已提交
272
    rb-fsevent (0.9.8)
273
    rdoc (5.0.0)
274
    redcarpet (3.2.3)
M
Matthew Draper 已提交
275
    redis (3.3.2)
R
Rafael Mendonça França 已提交
276
    redis-namespace (1.5.2)
277
      redis (~> 3.0, >= 3.0.4)
278
    resque-scheduler (4.3.0)
279
      mono_logger (~> 1.0)
280 281
      redis (~> 3.3)
      resque (~> 1.26)
282
      rufus-scheduler (~> 3.2)
M
Matthew Draper 已提交
283
    rubocop (0.46.0)
K
Kir Shatrov 已提交
284 285 286 287 288 289
      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 已提交
290
    ruby_dep (1.5.0)
291
    rubyzip (1.2.0)
M
Matthew Draper 已提交
292 293 294
    rufus-scheduler (3.3.1)
      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)
M
Matthew Draper 已提交
307
    sequel (4.41.0)
R
Rafael Mendonça França 已提交
308
    serverengine (1.5.11)
309
      sigdump (~> 0.2.2)
M
Matthew Draper 已提交
310
    sidekiq (4.2.7)
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-rails (3.2.0)
328 329 330
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
G
Gianfranco Montoya 已提交
331 332 333
    sqlite3 (1.3.12)
    sqlite3 (1.3.12-x64-mingw32)
    sqlite3 (1.3.12-x86-mingw32)
334
    stackprof (0.2.10)
335
    sucker_punch (2.0.2)
336
      concurrent-ruby (~> 1.0.0)
337 338 339 340
    thin (1.7.0)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
M
Matthew Draper 已提交
341
    thor (0.19.4)
S
Semyon Pupkov 已提交
342
    thread (0.1.7)
343
    thread_safe (0.3.5)
344
    tilt (2.0.5)
345
    turbolinks (5.0.1)
346 347
      turbolinks-source (~> 5)
    turbolinks-source (5.0.0)
348 349
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
M
Matthew Draper 已提交
350
    tzinfo-data (1.2016.10)
351
      tzinfo (>= 1.0.0)
M
Matthew Draper 已提交
352
    uglifier (3.0.4)
353
      execjs (>= 0.3.0, < 3)
M
Matthew Draper 已提交
354
    unicode-display_width (1.1.2)
355
    useragent (0.16.8)
356 357
    vegas (0.1.11)
      rack (>= 1.0.0)
M
Matthew Draper 已提交
358 359 360
    w3c_validators (1.3.1)
      json (~> 2.0)
      nokogiri (~> 1.6)
361
    wdm (0.1.1)
362
    websocket (1.2.3)
363
    websocket-driver (0.6.4)
364 365
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
366 367 368

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

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

BUNDLED WITH
M
Matthew Draper 已提交
429
   1.13.7