Gemfile.lock 10.5 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
43
  revision: 20d885065ac19e7f7d7a982f4ed1296083db0300
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
GIT
53 54
  remote: https://github.com/sass/sass.git
  revision: 7716e67f3507c6f65878c69aa49ec358ebf675c7
55 56
  branch: stable
  specs:
57
    sass (3.4.22)
58

59 60 61
PATH
  remote: .
  specs:
62 63
    actioncable (5.1.0.alpha)
      actionpack (= 5.1.0.alpha)
64
      nio4r (~> 1.2)
65
      websocket-driver (~> 0.6.1)
66 67 68 69
    actionmailer (5.1.0.alpha)
      actionpack (= 5.1.0.alpha)
      actionview (= 5.1.0.alpha)
      activejob (= 5.1.0.alpha)
70
      mail (~> 2.5, >= 2.5.4)
71
      rails-dom-testing (~> 2.0)
72 73 74
    actionpack (5.1.0.alpha)
      actionview (= 5.1.0.alpha)
      activesupport (= 5.1.0.alpha)
75
      rack (~> 2.0)
76
      rack-test (~> 0.6.3)
77
      rails-dom-testing (~> 2.0)
78
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
79 80
    actionview (5.1.0.alpha)
      activesupport (= 5.1.0.alpha)
81 82
      builder (~> 3.1)
      erubis (~> 2.7.0)
83
      rails-dom-testing (~> 2.0)
84
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
85 86
    activejob (5.1.0.alpha)
      activesupport (= 5.1.0.alpha)
87
      globalid (>= 0.3.6)
88 89 90 91 92
    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 已提交
93
      arel (~> 7.0)
94
    activesupport (5.1.0.alpha)
95
      concurrent-ruby (~> 1.0, >= 1.0.2)
96 97 98
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
99 100 101 102 103 104 105 106 107
    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)
108
      bundler (>= 1.3.0, < 2.0)
109
      railties (= 5.1.0.alpha)
C
claudiob 已提交
110
      sprockets-rails (>= 2.0.0)
111 112 113
    railties (5.1.0.alpha)
      actionpack (= 5.1.0.alpha)
      activesupport (= 5.1.0.alpha)
114
      method_source
115 116 117 118 119 120
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)

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

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

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

BUNDLED WITH
439
   1.13.6