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

R
Robin Dupret 已提交
22 23
GIT
  remote: git://github.com/mikel/mail.git
R
Rafael Mendonça França 已提交
24
  revision: 64ef1a12efcdda53fd63e1456c2c564044bf82ce
25
  branch: master
R
Robin Dupret 已提交
26 27 28 29
  specs:
    mail (2.6.3.edge)
      mime-types (>= 1.16, < 3)

A
Aaron Patterson 已提交
30 31
GIT
  remote: git://github.com/rack/rack.git
32
  revision: c617ea99c12a5bfe026e00476ff37e714e01891a
33
  branch: master
A
Aaron Patterson 已提交
34 35 36 37
  specs:
    rack (2.0.0.alpha)
      json

38 39
GIT
  remote: git://github.com/rails/arel.git
40
  revision: 77ec13b46af2926bfcfc3073685711c874b0d272
41 42 43 44
  branch: master
  specs:
    arel (7.0.0.alpha)

45 46
GIT
  remote: git://github.com/rails/globalid.git
47
  revision: 1d8fca667740570d204fd955a0bd39ac539bac7f
48
  branch: master
49
  specs:
R
Rafael Mendonça França 已提交
50
    globalid (0.3.6)
51 52
      activesupport (>= 4.1.0)

53 54
GIT
  remote: git://github.com/rails/jquery-rails.git
55
  revision: 04fcfa29b859eef9479f89b6a799d00212902385
56 57
  branch: master
  specs:
58
    jquery-rails (4.0.5)
59 60 61 62
      rails-dom-testing (~> 1.0)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)

A
Andrei Istratii 已提交
63 64
GIT
  remote: git://github.com/rails/sass-rails.git
65
  revision: a3b25261a3d31ed9ff5dd6e841b777790fc86c55
A
Andrei Istratii 已提交
66 67 68 69
  branch: master
  specs:
    sass-rails (6.0.0)
      railties (>= 4.0.0, < 5.0)
70
      sass (~> 3.4)
A
Andrei Istratii 已提交
71 72 73
      sprockets (>= 4.0)
      sprockets-rails (< 4.0)

74 75
GIT
  remote: git://github.com/rails/sprockets-rails.git
76
  revision: 77098c5acd9f27613875097ce6587aff9d871d7f
77 78
  branch: master
  specs:
79
    sprockets-rails (3.0.0.beta3)
80 81
      actionpack (>= 4.0)
      activesupport (>= 4.0)
R
Rafael Mendonça França 已提交
82
      sprockets (>= 3.0.0)
83

A
Andrei Istratii 已提交
84 85
GIT
  remote: git://github.com/rails/sprockets.git
86
  revision: edae5cdfa241b0fb0fcb756b25cd561c3d8b7f29
A
Andrei Istratii 已提交
87 88 89
  branch: master
  specs:
    sprockets (4.0.0)
90
      rack (> 1, < 3)
A
Andrei Istratii 已提交
91

92 93
GIT
  remote: git://github.com/rails/turbolinks.git
A
Andrew White 已提交
94
  revision: 4bb563cd777875d3ad73cf007c26334f2aa8dc37
95 96 97 98 99
  branch: master
  specs:
    turbolinks (3.0.0)
      coffee-rails

100 101 102 103 104 105 106
GIT
  remote: git://github.com/sass/sass.git
  revision: 4ef8e3167985ace91b2105916756bd93c5d7bba6
  branch: stable
  specs:
    sass (3.4.18)

107 108 109 110 111 112 113 114 115 116 117 118
PATH
  remote: .
  specs:
    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 已提交
119
      rack (~> 2.x)
120
      rack-test (~> 0.6.3)
121
      rails-dom-testing (~> 1.0, >= 1.0.5)
122
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
123 124 125 126 127
    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)
128
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
129 130 131 132 133 134 135 136 137 138 139
    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)
      arel (= 7.0.0.alpha)
    activesupport (5.0.0.alpha)
140
      concurrent-ruby (~> 1.0.0.pre3, < 2.0.0)
141 142
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
143
      method_source
144 145 146 147 148 149 150 151 152 153 154 155
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    rails (5.0.0.alpha)
      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 已提交
156
      sprockets-rails (>= 2.0.0)
157 158 159
    railties (5.0.0.alpha)
      actionpack (= 5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
160
      method_source
161 162 163 164 165 166
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)

GEM
  remote: https://rubygems.org/
  specs:
A
Aaron Patterson 已提交
167
    amq-protocol (2.0.0)
168
    backburner (1.1.0)
R
Rafael Mendonça França 已提交
169 170
      beaneater (~> 1.0)
      dante (> 0.1.5)
171
    bcrypt (3.1.10)
172 173
    bcrypt (3.1.10-x64-mingw32)
    bcrypt (3.1.10-x86-mingw32)
R
Rafael Mendonça França 已提交
174 175
    beaneater (1.0.0)
    benchmark-ips (2.3.0)
176
    builder (3.2.2)
177 178
    bunny (2.2.0)
      amq-protocol (>= 2.0.0)
A
Aaron Patterson 已提交
179 180
    byebug (6.0.2)
    celluloid (0.16.0)
181 182 183 184
      timers (~> 4.0.0)
    coffee-rails (4.1.0)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
R
Rafael Mendonça França 已提交
185
    coffee-script (2.4.1)
186 187
      coffee-script-source
      execjs
R
Rafael Mendonça França 已提交
188
    coffee-script-source (1.9.1.1)
189
    concurrent-ruby (1.0.0.pre3)
R
Rafael Mendonça França 已提交
190 191 192
    connection_pool (2.2.0)
    dalli (2.7.4)
    dante (0.2.0)
193 194
    delayed_job (4.0.6)
      activesupport (>= 3.0, < 5.0)
195 196 197
    delayed_job_active_record (4.0.3)
      activerecord (>= 3.0, < 5.0)
      delayed_job (>= 3.0, < 4.1)
198
    erubis (2.7.0)
A
Aaron Patterson 已提交
199
    execjs (2.6.0)
200 201
    hitimes (1.2.3)
    hitimes (1.2.3-x86-mingw32)
202
    i18n (0.7.0)
R
Rafael Mendonça França 已提交
203
    json (1.8.3)
204 205 206
    kindlerb (0.1.1)
      mustache
      nokogiri
A
Aaron Patterson 已提交
207
    loofah (2.0.3)
208 209
      nokogiri (>= 1.5.9)
    metaclass (0.0.4)
A
Arthur Neves 已提交
210
    method_source (0.8.2)
211
    mime-types (2.6.2)
212
    mini_portile (0.7.0.rc4)
213 214 215 216
    minitest (5.3.3)
    mocha (0.14.0)
      metaclass (~> 0.0.1)
    mono_logger (1.1.0)
R
Rafael Mendonça França 已提交
217 218
    multi_json (1.11.2)
    mustache (1.0.2)
219
    mysql (2.9.1)
R
Rafael Mendonça França 已提交
220
    mysql2 (0.4.0)
221 222 223 224 225 226 227
    nokogiri (1.6.7.rc3)
      mini_portile (~> 0.7.0.rc4)
    nokogiri (1.6.7.rc3-x64-mingw32)
      mini_portile (~> 0.7.0.rc4)
    nokogiri (1.6.7.rc3-x86-mingw32)
      mini_portile (~> 0.7.0.rc4)
    pg (0.18.3)
228
    psych (2.0.15)
229
    que (0.11.2)
230 231 232 233 234 235 236
    racc (1.4.12)
    rack-cache (1.2)
      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 已提交
237
    rails-dom-testing (1.0.7)
238 239 240
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
R
Rafael Mendonça França 已提交
241 242
    rails-html-sanitizer (1.0.2)
      loofah (~> 2.0)
243 244
    rake (10.4.2)
    rdoc (4.2.0)
245
    redcarpet (3.2.3)
246
    redis (3.2.1)
R
Rafael Mendonça França 已提交
247
    redis-namespace (1.5.2)
248 249 250 251 252 253 254 255 256 257 258 259
      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)
260
    rufus-scheduler (3.1.4)
261 262 263
    sdoc (0.4.1)
      json (~> 1.7, >= 1.7.7)
      rdoc (~> 4.0)
264
    sequel (4.26.0)
265 266
    serverengine (1.5.10)
      sigdump (~> 0.2.2)
R
Rafael Mendonça França 已提交
267 268 269 270 271 272 273
    sidekiq (3.4.2)
      celluloid (~> 0.16.0)
      connection_pool (~> 2.2, >= 2.2.0)
      json (~> 1.0)
      redis (~> 3.2, >= 3.2.1)
      redis-namespace (~> 1.5, >= 1.5.2)
    sigdump (0.2.3)
A
Aaron Patterson 已提交
274 275
    sinatra (1.0)
      rack (>= 1.0)
276 277
    sneakers (2.2.0)
      bunny (~> 2.2.0)
S
Semyon Pupkov 已提交
278
      serverengine (~> 1.5.5)
279
      thor
S
Semyon Pupkov 已提交
280
      thread (~> 0.1.7)
281 282
    sqlite3 (1.3.10)
    stackprof (0.2.7)
A
Aaron Patterson 已提交
283 284
    sucker_punch (1.5.1)
      celluloid (= 0.16.0)
285
    thor (0.19.1)
S
Semyon Pupkov 已提交
286
    thread (0.1.7)
287
    thread_safe (0.3.5)
288
    timers (4.0.4)
289 290 291
      hitimes
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
292 293 294
    tzinfo-data (1.2015.6)
      tzinfo (>= 1.0.0)
    uglifier (2.7.2)
295 296 297 298 299 300 301 302 303 304
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    vegas (0.1.11)
      rack (>= 1.0.0)
    w3c_validators (1.2)
      json
      nokogiri

PLATFORMS
  ruby
305 306
  x64-mingw32
  x86-mingw32
307 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)
  arel!
  backburner
314
  bcrypt (~> 3.1.10)
315
  benchmark-ips
316
  byebug
317 318 319
  coffee-rails (~> 4.1.0)
  dalli (>= 2.2.1)
  delayed_job
320
  delayed_job_active_record
321
  globalid!
322 323 324
  jquery-rails!
  json
  kindlerb (= 0.1.1)
R
Robin Dupret 已提交
325
  mail!
326 327 328
  minitest (< 5.3.4)
  mocha (~> 0.14)
  mysql (>= 2.9.0)
R
Rafael Mendonça França 已提交
329
  mysql2 (>= 0.4.0)
330
  nokogiri (>= 1.6.7.rc3)
331 332 333 334 335
  pg (>= 0.18.0)
  psych (~> 2.0)
  qu-rails!
  qu-redis
  que
336
  queue_classic!
337
  racc (>= 1.4.6)
A
Aaron Patterson 已提交
338
  rack!
339 340 341
  rack-cache (~> 1.2)
  rails!
  rake (>= 10.3)
342
  redcarpet (~> 3.2.3)
343 344
  resque
  resque-scheduler
345
  sass!
A
Andrei Istratii 已提交
346
  sass-rails!
347 348 349
  sdoc (~> 0.4.0)
  sequel
  sidekiq
S
Semyon Pupkov 已提交
350
  sneakers
351 352
  sprockets (~> 4.0)!
  sprockets-rails (~> 3.0.0.beta3)!
353 354 355
  sqlite3 (~> 1.3.6)
  stackprof
  sucker_punch
356
  turbolinks!
357
  tzinfo-data
358 359
  uglifier (>= 1.3.0)
  w3c_validators
360 361

BUNDLED WITH
A
Aaron Patterson 已提交
362
   1.10.6