Gemfile.lock 7.2 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
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 已提交
14 15 16 17 18 19 20
GIT
  remote: git://github.com/mikel/mail.git
  revision: b159e0a542962fdd5e292a48cfffa560d7cf412e
  specs:
    mail (2.6.3.edge)
      mime-types (>= 1.16, < 3)

21 22 23 24 25 26 27
GIT
  remote: git://github.com/rails/arel.git
  revision: aac9da257f291ad8d2d4f914528881c240848bb2
  branch: master
  specs:
    arel (7.0.0.alpha)

28 29 30 31 32 33 34
GIT
  remote: git://github.com/rails/globalid.git
  revision: 4df66fb9e9f0c832d29119aa8bc30be55a614b71
  specs:
    globalid (0.3.5)
      activesupport (>= 4.1.0)

35 36 37 38 39 40 41 42 43 44
GIT
  remote: git://github.com/rails/jquery-rails.git
  revision: 272abdd319bb3381b23182b928b25320590096b0
  branch: master
  specs:
    jquery-rails (4.0.3)
      rails-dom-testing (~> 1.0)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)

45 46 47 48 49 50 51 52 53 54
GIT
  remote: git://github.com/rails/sprockets-rails.git
  revision: 85b89c44ad40af3056899808475e6e4bf65c1f5a
  branch: master
  specs:
    sprockets-rails (3.0.0.beta1)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0, < 4.0)

55 56 57 58 59 60 61 62 63 64 65 66 67
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)
      rack (~> 1.6)
68
      rack-test (~> 0.6.3)
69
      rails-dom-testing (~> 1.0, >= 1.0.5)
70
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
71 72 73 74 75
    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)
76
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
    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)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      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)
      sprockets-rails
    railties (5.0.0.alpha)
      actionpack (= 5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
107
      method_source
108 109 110 111 112 113 114 115 116 117 118
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)

GEM
  remote: https://rubygems.org/
  specs:
    amq-protocol (1.9.2)
    backburner (0.4.6)
      beaneater (~> 0.3.1)
      dante (~> 0.1.5)
    bcrypt (3.1.10)
119 120
    bcrypt (3.1.10-x64-mingw32)
    bcrypt (3.1.10-x86-mingw32)
121 122 123
    beaneater (0.3.3)
    benchmark-ips (2.1.1)
    builder (3.2.2)
S
Semyon Pupkov 已提交
124
    bunny (1.7.0)
125
      amq-protocol (>= 1.9.2)
126 127
    byebug (4.0.5)
      columnize (= 0.9.0)
128 129 130 131 132 133 134 135 136
    celluloid (0.16.0)
      timers (~> 4.0.0)
    coffee-rails (4.1.0)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
    coffee-script (2.3.0)
      coffee-script-source
      execjs
    coffee-script-source (1.9.0)
137
    columnize (0.9.0)
138 139 140 141 142
    connection_pool (2.1.1)
    dalli (2.7.2)
    dante (0.1.5)
    delayed_job (4.0.6)
      activesupport (>= 3.0, < 5.0)
143 144 145
    delayed_job_active_record (4.0.3)
      activerecord (>= 3.0, < 5.0)
      delayed_job (>= 3.0, < 4.1)
146 147 148
    erubis (2.7.0)
    execjs (2.3.0)
    hitimes (1.2.2)
149
    hitimes (1.2.2-x86-mingw32)
150 151 152 153 154 155 156 157
    i18n (0.7.0)
    json (1.8.2)
    kindlerb (0.1.1)
      mustache
      nokogiri
    loofah (2.0.1)
      nokogiri (>= 1.5.9)
    metaclass (0.0.4)
A
Arthur Neves 已提交
158
    method_source (0.8.2)
159 160 161 162 163 164
    mime-types (2.4.3)
    mini_portile (0.6.2)
    minitest (5.3.3)
    mocha (0.14.0)
      metaclass (~> 0.0.1)
    mono_logger (1.1.0)
165
    multi_json (1.11.0)
166 167 168 169 170
    mustache (1.0.0)
    mysql (2.9.1)
    mysql2 (0.3.18)
    nokogiri (1.6.6.2)
      mini_portile (~> 0.6.0)
171 172 173 174
    nokogiri (1.6.6.2-x64-mingw32)
      mini_portile (~> 0.6.0)
    nokogiri (1.6.6.2-x86-mingw32)
      mini_portile (~> 0.6.0)
175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
    pg (0.18.1)
    psych (2.0.13)
    que (0.9.2)
    queue_classic (3.1.0)
      pg (>= 0.17, < 0.19)
    racc (1.4.12)
    rack (1.6.0)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-protection (1.5.3)
      rack
    rack-test (0.6.3)
      rack (>= 1.0)
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
190
    rails-dom-testing (1.0.6)
191 192 193
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
R
Rafael Mendonça França 已提交
194 195
    rails-html-sanitizer (1.0.2)
      loofah (~> 2.0)
196 197
    rake (10.4.2)
    rdoc (4.2.0)
198
    redcarpet (3.2.3)
199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231
    redis (3.2.1)
    redis-namespace (1.5.1)
      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)
    rufus-scheduler (3.0.9)
      tzinfo
    sdoc (0.4.1)
      json (~> 1.7, >= 1.7.7)
      rdoc (~> 4.0)
    sequel (4.19.0)
    serverengine (1.5.10)
      sigdump (~> 0.2.2)
    sidekiq (3.3.2)
      celluloid (>= 0.16.0)
      connection_pool (>= 2.1.1)
      json
      redis (>= 3.0.6)
      redis-namespace (>= 1.3.1)
    sigdump (0.2.2)
    sinatra (1.4.5)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
S
Semyon Pupkov 已提交
232 233 234
    sneakers (1.0.4)
      bunny (~> 1.7.0)
      serverengine (~> 1.5.5)
235
      thor
S
Semyon Pupkov 已提交
236
      thread (~> 0.1.7)
237
    sprockets (3.0.2)
238 239 240 241 242 243
      rack (~> 1.0)
    sqlite3 (1.3.10)
    stackprof (0.2.7)
    sucker_punch (1.3.2)
      celluloid (~> 0.16.0)
    thor (0.19.1)
S
Semyon Pupkov 已提交
244
    thread (0.1.7)
245
    thread_safe (0.3.5)
246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263
    tilt (1.4.1)
    timers (4.0.1)
      hitimes
    turbolinks (2.5.3)
      coffee-rails
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    uglifier (2.7.0)
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    vegas (0.1.11)
      rack (>= 1.0.0)
    w3c_validators (1.2)
      json
      nokogiri

PLATFORMS
  ruby
264 265
  x64-mingw32
  x86-mingw32
266 267 268 269 270 271 272

DEPENDENCIES
  activerecord-jdbcmysql-adapter (>= 1.3.0)
  activerecord-jdbcpostgresql-adapter (>= 1.3.0)
  activerecord-jdbcsqlite3-adapter (>= 1.3.0)
  arel!
  backburner
273
  bcrypt (~> 3.1.10)
274
  benchmark-ips
275
  byebug
276 277 278
  coffee-rails (~> 4.1.0)
  dalli (>= 2.2.1)
  delayed_job
279
  delayed_job_active_record
280
  globalid!
281 282 283
  jquery-rails!
  json
  kindlerb (= 0.1.1)
R
Robin Dupret 已提交
284
  mail!
285 286 287
  minitest (< 5.3.4)
  mocha (~> 0.14)
  mysql (>= 2.9.0)
288
  mysql2 (>= 0.3.18)
289 290 291 292 293 294 295 296 297 298 299
  nokogiri (>= 1.4.5)
  pg (>= 0.18.0)
  psych (~> 2.0)
  qu-rails!
  qu-redis
  que
  queue_classic
  racc (>= 1.4.6)
  rack-cache (~> 1.2)
  rails!
  rake (>= 10.3)
300
  redcarpet (~> 3.2.3)
301 302 303 304 305
  resque
  resque-scheduler
  sdoc (~> 0.4.0)
  sequel
  sidekiq
S
Semyon Pupkov 已提交
306
  sneakers
307
  sprockets (~> 3.0.0.rc.1)
308
  sprockets-rails!
309 310 311 312 313 314
  sqlite3 (~> 1.3.6)
  stackprof
  sucker_punch
  turbolinks
  uglifier (>= 1.3.0)
  w3c_validators
315 316

BUNDLED WITH
317
   1.10.5