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 35 36
      coffee-rails (~> 4.1.0)
      faye-websocket (~> 0.10.0)
      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
    erubis (2.7.0)
142
    eventmachine (1.0.9.1)
A
Aaron Patterson 已提交
143
    execjs (2.6.0)
144 145 146
    faye-websocket (0.10.2)
      eventmachine (>= 0.12.0)
      websocket-driver (>= 0.5.1)
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 153
    hitimes (1.2.3)
    hitimes (1.2.3-x86-mingw32)
154
    i18n (0.7.0)
R
Rafael Mendonça França 已提交
155 156 157 158
    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 已提交
159
    json (1.8.3)
160 161 162
    kindlerb (0.1.1)
      mustache
      nokogiri
163
    listen (3.0.5)
164 165
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
A
Aaron Patterson 已提交
166
    loofah (2.0.3)
167
      nokogiri (>= 1.5.9)
R
Rafael Mendonça França 已提交
168 169
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
170
    metaclass (0.0.4)
A
Arthur Neves 已提交
171
    method_source (0.8.2)
172
    mime-types (2.99)
T
Tamir Duberstein 已提交
173
    mini_portile2 (2.0.0)
174 175 176 177
    minitest (5.3.3)
    mocha (0.14.0)
      metaclass (~> 0.0.1)
    mono_logger (1.1.0)
R
Rafael Mendonça França 已提交
178 179
    multi_json (1.11.2)
    mustache (1.0.2)
180
    mysql2 (0.4.2)
S
Sean Griffin 已提交
181
    mysql2 (0.4.2-x64-mingw32)
182
    mysql2 (0.4.2-x86-mingw32)
183
    nokogiri (1.6.7.1)
T
Tamir Duberstein 已提交
184
      mini_portile2 (~> 2.0.0.rc2)
185
    nokogiri (1.6.7.1-x64-mingw32)
S
Sean Griffin 已提交
186
      mini_portile2 (~> 2.0.0.rc2)
187
    nokogiri (1.6.7.1-x86-mingw32)
S
Sean Griffin 已提交
188
      mini_portile2 (~> 2.0.0.rc2)
189 190 191 192
    pg (0.18.4)
    pg (0.18.4-x64-mingw32)
    pg (0.18.4-x86-mingw32)
    psych (2.0.16)
193
    puma (2.15.3)
194
    que (0.11.2)
195
    racc (1.4.14)
R
Rafael Mendonça França 已提交
196 197
    rack (2.0.0.alpha)
      json
198
    rack-cache (1.5.1)
199 200 201 202 203
      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 已提交
204
    rails-dom-testing (1.0.7)
205 206 207
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
R
Rafael Mendonça França 已提交
208 209
    rails-html-sanitizer (1.0.2)
      loofah (~> 2.0)
210
    rake (10.4.2)
211 212 213
    rb-fsevent (0.9.6)
    rb-inotify (0.9.5)
      ffi (>= 0.5.0)
214
    rdoc (4.2.0)
215
    redcarpet (3.2.3)
216
    redis (3.2.2)
R
Rafael Mendonça França 已提交
217
    redis-namespace (1.5.2)
218 219 220 221 222 223 224 225 226 227 228 229
      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)
230
    rufus-scheduler (3.1.10)
231 232 233
    sdoc (0.4.1)
      json (~> 1.7, >= 1.7.7)
      rdoc (~> 4.0)
234
    sequel (4.29.0)
R
Rafael Mendonça França 已提交
235
    serverengine (1.5.11)
236
      sigdump (~> 0.2.2)
237 238
    sidekiq (4.0.1)
      concurrent-ruby (~> 1.0)
R
Rafael Mendonça França 已提交
239 240 241 242
      connection_pool (~> 2.2, >= 2.2.0)
      json (~> 1.0)
      redis (~> 3.2, >= 3.2.1)
    sigdump (0.2.3)
A
Aaron Patterson 已提交
243 244
    sinatra (1.0)
      rack (>= 1.0)
R
Rafael Mendonça França 已提交
245
    sneakers (2.3.5)
246
      bunny (~> 2.2.0)
R
Rafael Mendonça França 已提交
247
      serverengine (~> 1.5.11)
248
      thor
S
Semyon Pupkov 已提交
249
      thread (~> 0.1.7)
250 251 252
    sprockets (3.5.2)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
253 254 255 256
    sprockets-rails (3.0.0)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
R
Rafael Mendonça França 已提交
257
    sqlite3 (1.3.11)
S
Sean Griffin 已提交
258 259
    sqlite3 (1.3.11-x64-mingw32)
    sqlite3 (1.3.11-x86-mingw32)
260
    stackprof (0.2.7)
R
Rafael Mendonça França 已提交
261 262
    sucker_punch (1.6.0)
      celluloid (~> 0.17.2)
263
    thor (0.19.1)
S
Semyon Pupkov 已提交
264
    thread (0.1.7)
265
    thread_safe (0.3.5)
R
Rafael Mendonça França 已提交
266
    timers (4.1.1)
267
      hitimes
268 269
    turbolinks (2.5.3)
      coffee-rails
270 271
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
R
Rafael Mendonça França 已提交
272
    tzinfo-data (1.2015.7)
273 274
      tzinfo (>= 1.0.0)
    uglifier (2.7.2)
275 276 277 278 279 280 281
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    vegas (0.1.11)
      rack (>= 1.0.0)
    w3c_validators (1.2)
      json
      nokogiri
282 283 284
    websocket-driver (0.6.3)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
285 286 287

PLATFORMS
  ruby
288 289
  x64-mingw32
  x86-mingw32
290 291 292 293 294 295

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

BUNDLED WITH
S
Sean Griffin 已提交
340
   1.11.2