Gemfile.lock 6.03 KB
GIT
  remote: git://github.com/thoughtbot/paperclip.git
  revision: f6e01b6b8c3f86d66940a6d280a6020b064b3a59
  specs:
    paperclip (2.7.0)
      activerecord (>= 2.3.0)
      activesupport (>= 2.3.2)
      cocaine (>= 0.0.2)
      mime-types

GEM
  remote: https://rubygems.org/
  specs:
    Ascii85 (1.0.1)
    actionmailer (3.2.0)
      actionpack (= 3.2.0)
      mail (~> 2.4.0)
    actionpack (3.2.0)
      activemodel (= 3.2.0)
      activesupport (= 3.2.0)
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
      journey (~> 1.0.0)
      rack (~> 1.4.0)
      rack-cache (~> 1.1)
      rack-test (~> 0.6.1)
      sprockets (~> 2.1.2)
    activemodel (3.2.0)
      activesupport (= 3.2.0)
      builder (~> 3.0.0)
    activerecord (3.2.0)
      activemodel (= 3.2.0)
      activesupport (= 3.2.0)
      arel (~> 3.0.0)
      tzinfo (~> 0.3.29)
    activeresource (3.2.0)
      activemodel (= 3.2.0)
      activesupport (= 3.2.0)
    activesupport (3.2.0)
      i18n (~> 0.6)
      multi_json (~> 1.0)
    annotate (2.4.1.beta1)
    arel (3.0.2)
    autotest-rails (4.1.2)
      ZenTest (~> 4.5)
    awesome_print (1.0.2)
    bcrypt-ruby (3.0.1)
    builder (3.0.0)
    carrierwave (0.5.8)
      activesupport (~> 3.0)
    childprocess (0.3.1)
      ffi (~> 1.0.6)
    ckeditor (3.7.0.rc3)
      mime-types (~> 1.17.2)
      orm_adapter (~> 0.0.6)
    client_side_validations (3.1.4)
    cocaine (0.2.1)
    coderay (1.0.5)
    colored (1.2)
    commonjs (0.2.0)
      therubyracer (~> 0.9.9)
    copyright_author (0.0.1)
    devise (1.5.3)
      bcrypt-ruby (~> 3.0)
      orm_adapter (~> 0.0.3)
      warden (~> 1.1)
    diff-lcs (1.1.3)
    erubis (2.7.0)
    execjs (1.3.0)
      multi_json (~> 1.0)
    factory_girl (2.6.3)
      activesupport (>= 2.3.9)
    factory_girl_rails (1.7.0)
      factory_girl (~> 2.6.0)
      railties (>= 3.0.0)
    ffi (1.0.11)
    friendly_id (4.0.3)
    guard (1.0.1)
      ffi (>= 0.5.0)
      thor (~> 0.14.6)
    guard-rspec (0.6.0)
      guard (>= 0.10.0)
    haml (3.1.4)
    has_scope (0.5.1)
    hike (1.2.1)
    i18n (0.6.0)
    inherited_resources (1.3.0)
      has_scope (~> 0.5.0)
      responders (~> 0.6.0)
    journey (1.0.3)
    jquery-rails (2.0.1)
      railties (>= 3.2.0, < 5.0)
      thor (~> 0.14)
    json (1.6.5)
    kgio (2.7.4)
    less (2.0.11)
      commonjs (~> 0.2.0)
      therubyracer (~> 0.9.9)
    less-rails (2.1.7)
      actionpack (>= 3.1)
      less (~> 2.0.7)
    libv8 (3.3.10.4)
    mail (2.4.4)
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    method_source (0.7.1)
    mime-types (1.17.2)
    mini_magick (3.4)
      subexec (~> 0.2.1)
    multi_json (1.1.0)
    mysql2 (0.3.11)
    nokogiri (1.5.2)
    oj (2.1.4)
    orm_adapter (0.0.6)
    pdf-reader (1.0.0)
      Ascii85 (~> 1.0.0)
      ruby-rc4
    polyamorous (0.5.0)
      activerecord (~> 3.0)
    polyglot (0.3.3)
    prawn (0.12.0)
      pdf-reader (>= 0.9.0)
      ttfunk (~> 1.0.2)
    prawn_rails (0.0.8)
      prawn (>= 0.11.1)
      rails (>= 3.0.0)
    progressbar (0.10.0)
    pry (0.9.8.4)
      coderay (~> 1.0.5)
      method_source (~> 0.7.1)
      slop (>= 2.4.4, < 3)
    rabl (0.8.6)
      activesupport (>= 2.3.14)
    rack (1.4.1)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-ssl (1.3.2)
      rack
    rack-test (0.6.1)
      rack (>= 1.0)
    rack-webconsole (0.1.2)
      json
      rack
    rails (3.2.0)
      actionmailer (= 3.2.0)
      actionpack (= 3.2.0)
      activerecord (= 3.2.0)
      activeresource (= 3.2.0)
      activesupport (= 3.2.0)
      bundler (~> 1.0)
      railties (= 3.2.0)
    rails-erd (0.4.5)
      activerecord (~> 3.0)
      activesupport (~> 3.0)
      ruby-graphviz (~> 0.9.18)
    rails_best_practices (1.9.0)
      activesupport
      colored
      erubis
      i18n
      progressbar
      sexp_processor
    railties (3.2.0)
      actionpack (= 3.2.0)
      activesupport (= 3.2.0)
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
      thor (~> 0.14.6)
    raindrops (0.8.0)
    rake (0.9.2.2)
    ransack (0.7.2)
      actionpack (~> 3.0)
      activerecord (~> 3.0)
      polyamorous (~> 0.5.0)
    rdoc (3.12)
      json (~> 1.4)
    responders (0.6.5)
    rspec (2.8.0)
      rspec-core (~> 2.8.0)
      rspec-expectations (~> 2.8.0)
      rspec-mocks (~> 2.8.0)
    rspec-core (2.8.0)
    rspec-expectations (2.8.0)
      diff-lcs (~> 1.1.2)
    rspec-mocks (2.8.0)
    rspec-rails (2.8.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec (~> 2.8.0)
    ruby-graphviz (0.9.21)
    ruby-rc4 (0.1.5)
    rubyzip (0.9.6.1)
    selenium-webdriver (2.20.0)
      childprocess (>= 0.2.5)
      ffi (~> 1.0)
      multi_json (~> 1.0)
      rubyzip
    settingslogic (2.0.8)
    sexp_processor (3.1.0)
    simple_form (1.3.1)
    slop (2.4.4)
    spork (1.0.0rc2)
    sprockets (2.1.2)
      hike (~> 1.2)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    subexec (0.2.1)
    therubyracer (0.9.9)
      libv8 (~> 3.3.10)
    thor (0.14.6)
    tilt (1.3.3)
    treetop (1.4.10)
      polyglot
      polyglot (>= 0.3.1)
    ttfunk (1.0.3)
    twitter-bootstrap-rails (2.0.3)
      actionpack (>= 3.1)
      less-rails (~> 2.1.6)
      railties (>= 3.1)
    tzinfo (0.3.32)
    uglifier (1.2.3)
      execjs (>= 0.3.0)
      multi_json (>= 1.0.2)
    unicorn (4.3.0)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
    warden (1.1.1)
      rack (>= 1.0)
    workflow (0.8.1)
    xpath (0.1.4)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
  annotate (~> 2.4.1.beta)
  autotest-rails
  awesome_print
  capybara
  carrierwave
  ckeditor
  client_side_validations
  copyright_author
  devise (= 1.5.3)
  execjs
  factory_girl
  factory_girl_rails
  friendly_id
  guard-rspec
  haml
  has_scope
  inherited_resources (= 1.3.0)
  jquery-rails
  mini_magick
  mysql2
  oj
  paperclip!
  prawn_rails
  pry
  rabl
  rack
  rack-webconsole
  rails (= 3.2.0)
  rails-erd
  rails_best_practices
  ransack
  responders
  rspec-rails
  settingslogic
  simple_form (~> 1.3.0)
  spork (~> 1.0rc)
  therubyracer (= 0.9.9)
  twitter-bootstrap-rails
  uglifier
  unicorn
  workflow