Gemfile.lock 8.0 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

22 23
GIT
  remote: git://github.com/sass/sass.git
24
  revision: bce9509f396225d721501ea1070a6871b708abb1
25 26
  branch: stable
  specs:
27
    sass (3.4.20)
28

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

PLATFORMS
  ruby
290 291
  x64-mingw32
  x86-mingw32
292 293 294 295 296 297

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

BUNDLED WITH
S
Sean Griffin 已提交
344
   1.11.2