Gemfile.lock 7.9 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: 4224c028c71c4ccca7cdb3e5a10c51af797a4d4d
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
R
Rafael Mendonça França 已提交
40
  revision: d5432b4616ff43fbb14540d351eed351e21bb20e
41 42 43 44
  branch: master
  specs:
    arel (7.0.0.alpha)

45 46
GIT
  remote: git://github.com/rails/globalid.git
R
Rafael Mendonça França 已提交
47
  revision: 8178ff2dc898a8f49dd71f6eb46f2a09712462de
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: 01cb69b17083c8eb8daba13a8daba4907b1c3813
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 65 66 67 68 69 70 71 72 73
GIT
  remote: git://github.com/rails/sass-rails.git
  revision: 805cb17722b8a13ff00dffe20283a6ba2c9a45dc
  branch: master
  specs:
    sass-rails (6.0.0)
      railties (>= 4.0.0, < 5.0)
      sass (~> 3.3)
      sprockets (>= 4.0)
      sprockets-rails (< 4.0)

74 75
GIT
  remote: git://github.com/rails/sprockets-rails.git
A
Aaron Patterson 已提交
76
  revision: e65e088575be4f6b994823b80a277affb0a57a5e
77 78
  branch: master
  specs:
A
Aaron Patterson 已提交
79
    sprockets-rails (3.0.0.beta2)
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: 408e4ad79df056f6f2199e495782363c22a95c04
A
Andrei Istratii 已提交
87 88 89
  branch: master
  specs:
    sprockets (4.0.0)
A
Aaron Patterson 已提交
90
      rack (~> 2.x)
A
Andrei Istratii 已提交
91

92 93 94 95 96 97 98 99 100 101 102 103
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 已提交
104
      rack (~> 2.x)
105
      rack-test (~> 0.6.3)
106
      rails-dom-testing (~> 1.0, >= 1.0.5)
107
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
108 109 110 111 112
    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)
113
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
114 115 116 117 118 119 120 121 122 123 124
    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)
125
      concurrent-ruby (~> 0.9.1)
126 127
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
128
      method_source
129 130 131 132 133 134 135 136 137 138 139 140 141
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      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 已提交
142
      sprockets-rails (>= 2.0.0)
143 144 145
    railties (5.0.0.alpha)
      actionpack (= 5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
146
      method_source
147 148 149 150 151 152
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)

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

PLATFORMS
  ruby
292 293
  x64-mingw32
  x86-mingw32
294 295 296 297 298 299 300

DEPENDENCIES
  activerecord-jdbcmysql-adapter (>= 1.3.0)
  activerecord-jdbcpostgresql-adapter (>= 1.3.0)
  activerecord-jdbcsqlite3-adapter (>= 1.3.0)
  arel!
  backburner
301
  bcrypt (~> 3.1.10)
302
  benchmark-ips
303
  byebug
304 305 306
  coffee-rails (~> 4.1.0)
  dalli (>= 2.2.1)
  delayed_job
307
  delayed_job_active_record
308
  globalid!
309 310 311
  jquery-rails!
  json
  kindlerb (= 0.1.1)
R
Robin Dupret 已提交
312
  mail!
313 314 315
  minitest (< 5.3.4)
  mocha (~> 0.14)
  mysql (>= 2.9.0)
R
Rafael Mendonça França 已提交
316
  mysql2 (>= 0.4.0)
317 318 319 320 321 322
  nokogiri (>= 1.4.5)
  pg (>= 0.18.0)
  psych (~> 2.0)
  qu-rails!
  qu-redis
  que
323
  queue_classic!
324
  racc (>= 1.4.6)
A
Aaron Patterson 已提交
325
  rack!
326 327 328
  rack-cache (~> 1.2)
  rails!
  rake (>= 10.3)
329
  redcarpet (~> 3.2.3)
330 331
  resque
  resque-scheduler
A
Andrei Istratii 已提交
332 333
  sass (>= 3.3)
  sass-rails!
334 335 336
  sdoc (~> 0.4.0)
  sequel
  sidekiq
S
Semyon Pupkov 已提交
337
  sneakers
A
Andrei Istratii 已提交
338
  sprockets!
339
  sprockets-rails!
340 341 342 343 344 345
  sqlite3 (~> 1.3.6)
  stackprof
  sucker_punch
  turbolinks
  uglifier (>= 1.3.0)
  w3c_validators
346 347

BUNDLED WITH
A
Aaron Patterson 已提交
348
   1.10.6