Gemfile.lock 8.3 KB
Newer Older
1 2 3
GIT
  remote: git://github.com/QueueClassic/queue_classic.git
  revision: d144db29f1436e9e8b3c7a1a1ecd4442316a9ecd
4
  branch: master
5 6 7 8
  specs:
    queue_classic (3.2.0.alpha)
      pg (>= 0.17, < 0.19)

9 10 11 12 13 14 15 16 17 18 19 20 21
GIT
  remote: git://github.com/bkeepers/qu.git
  revision: d098e2657c92e89a6413bebd9c033930759c061f
  branch: master
  specs:
    qu (0.2.0)
    qu-rails (0.2.0)
      qu (= 0.2.0)
      railties (>= 3.2, < 5)
    qu-redis (0.2.0)
      qu (= 0.2.0)
      redis-namespace

A
Aaron Patterson 已提交
22 23
GIT
  remote: git://github.com/rack/rack.git
24
  revision: 96ae9b9fed8d6809383b6f48a5884437e76f8ca4
25
  branch: master
A
Aaron Patterson 已提交
26 27 28 29
  specs:
    rack (2.0.0.alpha)
      json

30 31
GIT
  remote: git://github.com/sass/sass.git
32
  revision: bce9509f396225d721501ea1070a6871b708abb1
33 34
  branch: stable
  specs:
35
    sass (3.4.20)
36

37 38 39
PATH
  remote: .
  specs:
40 41 42 43 44 45 46 47
    actioncable (5.0.0.alpha)
      actionpack (= 5.0.0.alpha)
      celluloid (~> 0.17.2)
      coffee-rails (~> 4.1.0)
      em-hiredis (~> 0.3.0)
      faye-websocket (~> 0.10.0)
      redis (~> 3.0)
      websocket-driver (~> 0.6.1)
48 49 50 51 52 53 54 55 56
    actionmailer (5.0.0.alpha)
      actionpack (= 5.0.0.alpha)
      actionview (= 5.0.0.alpha)
      activejob (= 5.0.0.alpha)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 1.0, >= 1.0.5)
    actionpack (5.0.0.alpha)
      actionview (= 5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
A
Aaron Patterson 已提交
57
      rack (~> 2.x)
58
      rack-test (~> 0.6.3)
59
      rails-dom-testing (~> 1.0, >= 1.0.5)
60
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
61 62 63 64 65
    actionview (5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
      builder (~> 3.1)
      erubis (~> 2.7.0)
      rails-dom-testing (~> 1.0, >= 1.0.5)
66
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
67 68
    activejob (5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
69
      globalid (>= 0.3.6)
70 71 72 73 74 75
    activemodel (5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
      builder (~> 3.1)
    activerecord (5.0.0.alpha)
      activemodel (= 5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
R
Rafael Mendonça França 已提交
76
      arel (~> 7.0)
77
    activesupport (5.0.0.alpha)
78
      concurrent-ruby (~> 1.0)
79 80
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
81
      method_source
82 83 84
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    rails (5.0.0.alpha)
85
      actioncable (= 5.0.0.alpha)
86 87 88 89 90 91 92 93 94
      actionmailer (= 5.0.0.alpha)
      actionpack (= 5.0.0.alpha)
      actionview (= 5.0.0.alpha)
      activejob (= 5.0.0.alpha)
      activemodel (= 5.0.0.alpha)
      activerecord (= 5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
      bundler (>= 1.3.0, < 2.0)
      railties (= 5.0.0.alpha)
C
claudiob 已提交
95
      sprockets-rails (>= 2.0.0)
96 97 98
    railties (5.0.0.alpha)
      actionpack (= 5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
99
      method_source
100 101 102 103 104 105
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)

GEM
  remote: https://rubygems.org/
  specs:
A
Aaron Patterson 已提交
106
    amq-protocol (2.0.0)
R
Rafael Mendonça França 已提交
107
    arel (7.0.0)
108
    backburner (1.2.0)
R
Rafael Mendonça França 已提交
109 110
      beaneater (~> 1.0)
      dante (> 0.1.5)
111
    bcrypt (3.1.10)
S
Sean Griffin 已提交
112 113
    bcrypt-ruby (3.0.1)
    bcrypt-ruby (3.0.1-x86-mingw32)
R
Rafael Mendonça França 已提交
114 115
    beaneater (1.0.0)
    benchmark-ips (2.3.0)
116
    builder (3.2.2)
117
    bunny (2.2.1)
118
      amq-protocol (>= 2.0.0)
119
    byebug (8.2.1)
R
Rafael Mendonça França 已提交
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
    celluloid (0.17.2)
      celluloid-essentials
      celluloid-extras
      celluloid-fsm
      celluloid-pool
      celluloid-supervision
      timers (>= 4.1.1)
    celluloid-essentials (0.20.5)
      timers (>= 4.1.1)
    celluloid-extras (0.20.5)
      timers (>= 4.1.1)
    celluloid-fsm (0.20.5)
      timers (>= 4.1.1)
    celluloid-pool (0.20.5)
      timers (>= 4.1.1)
    celluloid-supervision (0.20.5)
      timers (>= 4.1.1)
137 138 139
    coffee-rails (4.1.0)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
R
Rafael Mendonça França 已提交
140
    coffee-script (2.4.1)
141 142
      coffee-script-source
      execjs
143
    coffee-script-source (1.10.0)
144
    concurrent-ruby (1.0.0)
R
Rafael Mendonça França 已提交
145
    connection_pool (2.2.0)
146
    dalli (2.7.5)
R
Rafael Mendonça França 已提交
147
    dante (0.2.0)
R
Rafael Mendonça França 已提交
148
    delayed_job (4.1.1)
149
      activesupport (>= 3.0, < 5.0)
R
Rafael Mendonça França 已提交
150 151 152
    delayed_job_active_record (4.1.0)
      activerecord (>= 3.0, < 5)
      delayed_job (>= 3.0, < 5)
153 154 155
    em-hiredis (0.3.0)
      eventmachine (~> 1.0)
      hiredis (~> 0.5.0)
156
    erubis (2.7.0)
157
    eventmachine (1.0.8)
A
Aaron Patterson 已提交
158
    execjs (2.6.0)
159 160 161
    faye-websocket (0.10.2)
      eventmachine (>= 0.12.0)
      websocket-driver (>= 0.5.1)
162 163 164
    ffi (1.9.10)
    ffi (1.9.10-x64-mingw32)
    ffi (1.9.10-x86-mingw32)
165 166
    globalid (0.3.6)
      activesupport (>= 4.1.0)
167
    hiredis (0.5.2)
168 169
    hitimes (1.2.3)
    hitimes (1.2.3-x86-mingw32)
170
    i18n (0.7.0)
R
Rafael Mendonça França 已提交
171 172 173 174
    jquery-rails (4.0.5)
      rails-dom-testing (~> 1.0)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
R
Rafael Mendonça França 已提交
175
    json (1.8.3)
176 177 178
    kindlerb (0.1.1)
      mustache
      nokogiri
179
    listen (3.0.5)
180 181
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
A
Aaron Patterson 已提交
182
    loofah (2.0.3)
183
      nokogiri (>= 1.5.9)
R
Rafael Mendonça França 已提交
184 185
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
186
    metaclass (0.0.4)
A
Arthur Neves 已提交
187
    method_source (0.8.2)
188
    mime-types (2.99)
T
Tamir Duberstein 已提交
189
    mini_portile2 (2.0.0)
190 191 192 193
    minitest (5.3.3)
    mocha (0.14.0)
      metaclass (~> 0.0.1)
    mono_logger (1.1.0)
R
Rafael Mendonça França 已提交
194 195
    multi_json (1.11.2)
    mustache (1.0.2)
196
    mysql2 (0.4.2)
S
Sean Griffin 已提交
197
    mysql2 (0.4.2-x64-mingw32)
198
    mysql2 (0.4.2-x86-mingw32)
199
    nokogiri (1.6.7.1)
T
Tamir Duberstein 已提交
200
      mini_portile2 (~> 2.0.0.rc2)
201
    nokogiri (1.6.7.1-x64-mingw32)
S
Sean Griffin 已提交
202
      mini_portile2 (~> 2.0.0.rc2)
203
    nokogiri (1.6.7.1-x86-mingw32)
S
Sean Griffin 已提交
204
      mini_portile2 (~> 2.0.0.rc2)
205 206 207 208
    pg (0.18.4)
    pg (0.18.4-x64-mingw32)
    pg (0.18.4-x86-mingw32)
    psych (2.0.16)
209
    puma (2.15.3)
210
    que (0.11.2)
211 212
    racc (1.4.14)
    rack-cache (1.5.1)
213 214 215 216 217
      rack (>= 0.4)
    rack-test (0.6.3)
      rack (>= 1.0)
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
A
Aaron Patterson 已提交
218
    rails-dom-testing (1.0.7)
219 220 221
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
R
Rafael Mendonça França 已提交
222 223
    rails-html-sanitizer (1.0.2)
      loofah (~> 2.0)
224
    rake (10.4.2)
225 226 227
    rb-fsevent (0.9.6)
    rb-inotify (0.9.5)
      ffi (>= 0.5.0)
228
    rdoc (4.2.0)
229
    redcarpet (3.2.3)
230
    redis (3.2.2)
R
Rafael Mendonça França 已提交
231
    redis-namespace (1.5.2)
232 233 234 235 236 237 238 239 240 241 242 243
      redis (~> 3.0, >= 3.0.4)
    resque (1.25.2)
      mono_logger (~> 1.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.3)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)
    resque-scheduler (4.0.0)
      mono_logger (~> 1.0)
      redis (~> 3.0)
      resque (~> 1.25)
      rufus-scheduler (~> 3.0)
244
    rufus-scheduler (3.1.10)
245 246 247
    sdoc (0.4.1)
      json (~> 1.7, >= 1.7.7)
      rdoc (~> 4.0)
248
    sequel (4.29.0)
R
Rafael Mendonça França 已提交
249
    serverengine (1.5.11)
250
      sigdump (~> 0.2.2)
251 252
    sidekiq (4.0.1)
      concurrent-ruby (~> 1.0)
R
Rafael Mendonça França 已提交
253 254 255 256
      connection_pool (~> 2.2, >= 2.2.0)
      json (~> 1.0)
      redis (~> 3.2, >= 3.2.1)
    sigdump (0.2.3)
A
Aaron Patterson 已提交
257 258
    sinatra (1.0)
      rack (>= 1.0)
R
Rafael Mendonça França 已提交
259
    sneakers (2.3.5)
260
      bunny (~> 2.2.0)
R
Rafael Mendonça França 已提交
261
      serverengine (~> 1.5.11)
262
      thor
S
Semyon Pupkov 已提交
263
      thread (~> 0.1.7)
264 265 266
    sprockets (3.5.2)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
267 268 269 270
    sprockets-rails (3.0.0)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
R
Rafael Mendonça França 已提交
271
    sqlite3 (1.3.11)
S
Sean Griffin 已提交
272 273
    sqlite3 (1.3.11-x64-mingw32)
    sqlite3 (1.3.11-x86-mingw32)
274
    stackprof (0.2.7)
R
Rafael Mendonça França 已提交
275 276
    sucker_punch (1.6.0)
      celluloid (~> 0.17.2)
277
    thor (0.19.1)
S
Semyon Pupkov 已提交
278
    thread (0.1.7)
279
    thread_safe (0.3.5)
R
Rafael Mendonça França 已提交
280
    timers (4.1.1)
281
      hitimes
282 283
    turbolinks (2.5.3)
      coffee-rails
284 285
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
R
Rafael Mendonça França 已提交
286
    tzinfo-data (1.2015.7)
287 288
      tzinfo (>= 1.0.0)
    uglifier (2.7.2)
289 290 291 292 293 294 295
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    vegas (0.1.11)
      rack (>= 1.0.0)
    w3c_validators (1.2)
      json
      nokogiri
296 297 298
    websocket-driver (0.6.3)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
299 300 301

PLATFORMS
  ruby
302 303
  x64-mingw32
  x86-mingw32
304 305 306 307 308 309

DEPENDENCIES
  activerecord-jdbcmysql-adapter (>= 1.3.0)
  activerecord-jdbcpostgresql-adapter (>= 1.3.0)
  activerecord-jdbcsqlite3-adapter (>= 1.3.0)
  backburner
310
  bcrypt (~> 3.1.10)
S
Sean Griffin 已提交
311
  bcrypt-ruby (~> 3.0.0)
312
  benchmark-ips
313
  byebug
314 315 316
  coffee-rails (~> 4.1.0)
  dalli (>= 2.2.1)
  delayed_job
317
  delayed_job_active_record
R
Rafael Mendonça França 已提交
318
  jquery-rails
319 320
  json
  kindlerb (= 0.1.1)
321
  listen (~> 3.0.5)
322 323
  minitest (< 5.3.4)
  mocha (~> 0.14)
324
  mysql2 (>= 0.4.0)
J
Jon Moss 已提交
325
  nokogiri (>= 1.6.7.1)
326 327
  pg (>= 0.18.0)
  psych (~> 2.0)
328
  puma
329 330 331
  qu-rails!
  qu-redis
  que
332
  queue_classic!
333
  racc (>= 1.4.6)
A
Aaron Patterson 已提交
334
  rack!
335 336 337
  rack-cache (~> 1.2)
  rails!
  rake (>= 10.3)
338
  redcarpet (~> 3.2.3)
339 340
  resque
  resque-scheduler
341
  sass!
342 343 344
  sdoc (~> 0.4.0)
  sequel
  sidekiq
S
Semyon Pupkov 已提交
345
  sneakers
346 347 348
  sqlite3 (~> 1.3.6)
  stackprof
  sucker_punch
349
  turbolinks
350
  tzinfo-data
351 352
  uglifier (>= 1.3.0)
  w3c_validators
353 354

BUNDLED WITH
S
Sean Griffin 已提交
355
   1.11.2