Gemfile.lock 8.4 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/rails/globalid.git
32
  revision: 4e74ec6bb60d735ef3c56080f9c9f1dee9cadaaf
33
  branch: master
34
  specs:
R
Rafael Mendonça França 已提交
35
    globalid (0.3.6)
36 37
      activesupport (>= 4.1.0)

38 39
GIT
  remote: git://github.com/sass/sass.git
40
  revision: bce9509f396225d721501ea1070a6871b708abb1
41 42
  branch: stable
  specs:
43
    sass (3.4.20)
44

45 46 47
PATH
  remote: .
  specs:
48 49 50 51 52 53 54 55
    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)
56 57 58 59 60 61 62 63 64
    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 已提交
65
      rack (~> 2.x)
66
      rack-test (~> 0.6.3)
67
      rails-dom-testing (~> 1.0, >= 1.0.5)
68
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
69 70 71 72 73
    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)
74
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
75 76 77 78 79 80 81 82 83
    activejob (5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
      globalid (>= 0.3.0)
    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 已提交
84
      arel (~> 7.0)
85
    activesupport (5.0.0.alpha)
86
      concurrent-ruby (~> 1.0)
87 88
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
89
      method_source
90 91 92
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    rails (5.0.0.alpha)
93
      actioncable (= 5.0.0.alpha)
94 95 96 97 98 99 100 101 102
      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 已提交
103
      sprockets-rails (>= 2.0.0)
104 105 106
    railties (5.0.0.alpha)
      actionpack (= 5.0.0.alpha)
      activesupport (= 5.0.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:
A
Aaron Patterson 已提交
114
    amq-protocol (2.0.0)
R
Rafael Mendonça França 已提交
115
    arel (7.0.0)
116
    backburner (1.2.0)
R
Rafael Mendonça França 已提交
117 118
      beaneater (~> 1.0)
      dante (> 0.1.5)
119
    bcrypt (3.1.10)
S
Sean Griffin 已提交
120 121
    bcrypt-ruby (3.0.1)
    bcrypt-ruby (3.0.1-x86-mingw32)
R
Rafael Mendonça França 已提交
122 123
    beaneater (1.0.0)
    benchmark-ips (2.3.0)
124
    builder (3.2.2)
125
    bunny (2.2.1)
126
      amq-protocol (>= 2.0.0)
127
    byebug (8.2.1)
R
Rafael Mendonça França 已提交
128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
    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)
145 146 147
    coffee-rails (4.1.0)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
R
Rafael Mendonça França 已提交
148
    coffee-script (2.4.1)
149 150
      coffee-script-source
      execjs
151
    coffee-script-source (1.10.0)
152
    concurrent-ruby (1.0.0)
R
Rafael Mendonça França 已提交
153
    connection_pool (2.2.0)
154
    dalli (2.7.5)
R
Rafael Mendonça França 已提交
155
    dante (0.2.0)
R
Rafael Mendonça França 已提交
156
    delayed_job (4.1.1)
157
      activesupport (>= 3.0, < 5.0)
R
Rafael Mendonça França 已提交
158 159 160
    delayed_job_active_record (4.1.0)
      activerecord (>= 3.0, < 5)
      delayed_job (>= 3.0, < 5)
161 162 163
    em-hiredis (0.3.0)
      eventmachine (~> 1.0)
      hiredis (~> 0.5.0)
164
    erubis (2.7.0)
165
    eventmachine (1.0.8)
A
Aaron Patterson 已提交
166
    execjs (2.6.0)
167 168 169
    faye-websocket (0.10.2)
      eventmachine (>= 0.12.0)
      websocket-driver (>= 0.5.1)
170 171 172
    ffi (1.9.10)
    ffi (1.9.10-x64-mingw32)
    ffi (1.9.10-x86-mingw32)
173
    hiredis (0.5.2)
174 175
    hitimes (1.2.3)
    hitimes (1.2.3-x86-mingw32)
176
    i18n (0.7.0)
R
Rafael Mendonça França 已提交
177
    json (1.8.3)
178 179 180
    kindlerb (0.1.1)
      mustache
      nokogiri
181
    listen (3.0.5)
182 183
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
A
Aaron Patterson 已提交
184
    loofah (2.0.3)
185
      nokogiri (>= 1.5.9)
R
Rafael Mendonça França 已提交
186 187
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
188
    metaclass (0.0.4)
A
Arthur Neves 已提交
189
    method_source (0.8.2)
190
    mime-types (2.99)
T
Tamir Duberstein 已提交
191
    mini_portile2 (2.0.0)
192 193 194 195
    minitest (5.3.3)
    mocha (0.14.0)
      metaclass (~> 0.0.1)
    mono_logger (1.1.0)
R
Rafael Mendonça França 已提交
196 197
    multi_json (1.11.2)
    mustache (1.0.2)
198
    mysql (2.9.1)
199 200
    mysql (2.9.1-x86-mingw32)
    mysql2 (0.4.2)
S
Sean Griffin 已提交
201
    mysql2 (0.4.2-x64-mingw32)
202
    mysql2 (0.4.2-x86-mingw32)
203
    nokogiri (1.6.7.1)
T
Tamir Duberstein 已提交
204
      mini_portile2 (~> 2.0.0.rc2)
205
    nokogiri (1.6.7.1-x64-mingw32)
S
Sean Griffin 已提交
206
      mini_portile2 (~> 2.0.0.rc2)
207
    nokogiri (1.6.7.1-x86-mingw32)
S
Sean Griffin 已提交
208
      mini_portile2 (~> 2.0.0.rc2)
209 210 211 212
    pg (0.18.4)
    pg (0.18.4-x64-mingw32)
    pg (0.18.4-x86-mingw32)
    psych (2.0.16)
213
    puma (2.15.3)
214
    que (0.11.2)
215 216
    racc (1.4.14)
    rack-cache (1.5.1)
217 218 219 220 221
      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 已提交
222
    rails-dom-testing (1.0.7)
223 224 225
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
R
Rafael Mendonça França 已提交
226 227
    rails-html-sanitizer (1.0.2)
      loofah (~> 2.0)
228
    rake (10.4.2)
229 230 231
    rb-fsevent (0.9.6)
    rb-inotify (0.9.5)
      ffi (>= 0.5.0)
232
    rdoc (4.2.0)
233
    redcarpet (3.2.3)
234
    redis (3.2.2)
R
Rafael Mendonça França 已提交
235
    redis-namespace (1.5.2)
236 237 238 239 240 241 242 243 244 245 246 247
      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)
248
    rufus-scheduler (3.1.10)
249 250 251
    sdoc (0.4.1)
      json (~> 1.7, >= 1.7.7)
      rdoc (~> 4.0)
252
    sequel (4.29.0)
R
Rafael Mendonça França 已提交
253
    serverengine (1.5.11)
254
      sigdump (~> 0.2.2)
255 256
    sidekiq (4.0.1)
      concurrent-ruby (~> 1.0)
R
Rafael Mendonça França 已提交
257 258 259 260
      connection_pool (~> 2.2, >= 2.2.0)
      json (~> 1.0)
      redis (~> 3.2, >= 3.2.1)
    sigdump (0.2.3)
A
Aaron Patterson 已提交
261 262
    sinatra (1.0)
      rack (>= 1.0)
R
Rafael Mendonça França 已提交
263
    sneakers (2.3.5)
264
      bunny (~> 2.2.0)
R
Rafael Mendonça França 已提交
265
      serverengine (~> 1.5.11)
266
      thor
S
Semyon Pupkov 已提交
267
      thread (~> 0.1.7)
268 269 270
    sprockets (3.5.2)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
271 272 273 274
    sprockets-rails (3.0.0)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
R
Rafael Mendonça França 已提交
275
    sqlite3 (1.3.11)
S
Sean Griffin 已提交
276 277
    sqlite3 (1.3.11-x64-mingw32)
    sqlite3 (1.3.11-x86-mingw32)
278
    stackprof (0.2.7)
R
Rafael Mendonça França 已提交
279 280
    sucker_punch (1.6.0)
      celluloid (~> 0.17.2)
281
    thor (0.19.1)
S
Semyon Pupkov 已提交
282
    thread (0.1.7)
283
    thread_safe (0.3.5)
R
Rafael Mendonça França 已提交
284
    timers (4.1.1)
285
      hitimes
286 287
    turbolinks (2.5.3)
      coffee-rails
288 289
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
R
Rafael Mendonça França 已提交
290
    tzinfo-data (1.2015.7)
291 292
      tzinfo (>= 1.0.0)
    uglifier (2.7.2)
293 294 295 296 297 298 299
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    vegas (0.1.11)
      rack (>= 1.0.0)
    w3c_validators (1.2)
      json
      nokogiri
300 301 302
    websocket-driver (0.6.3)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
303 304 305

PLATFORMS
  ruby
306 307
  x64-mingw32
  x86-mingw32
308 309 310 311 312 313

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

BUNDLED WITH
S
Sean Griffin 已提交
360
   1.11.2