web/Gemfile.lock
author Marcel Hlopko <marcel.hlopko@gmail.com>
Sun, 16 Jun 2013 23:23:24 +0200
changeset 33 9abd986fa635
child 40 856c1bc7f3b7
permissions -rw-r--r--
init rails project

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (4.0.0.rc1)
      actionpack (= 4.0.0.rc1)
      mail (~> 2.5.3)
    actionpack (4.0.0.rc1)
      activesupport (= 4.0.0.rc1)
      builder (~> 3.1.0)
      erubis (~> 2.7.0)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    activemodel (4.0.0.rc1)
      activesupport (= 4.0.0.rc1)
      builder (~> 3.1.0)
    activerecord (4.0.0.rc1)
      activemodel (= 4.0.0.rc1)
      activerecord-deprecated_finders (~> 1.0.2)
      activesupport (= 4.0.0.rc1)
      arel (~> 4.0.0)
    activerecord-deprecated_finders (1.0.3)
    activesupport (4.0.0.rc1)
      i18n (~> 0.6, >= 0.6.4)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
    arel (4.0.0)
    atomic (1.1.9)
    builder (3.1.4)
    capistrano (2.15.4)
      highline
      net-scp (>= 1.0.0)
      net-sftp (>= 2.0.0)
      net-ssh (>= 2.0.14)
      net-ssh-gateway (>= 1.1.0)
    coderay (1.0.9)
    columnize (0.3.6)
    debugger (1.6.0)
      columnize (>= 0.3.1)
      debugger-linecache (~> 1.2.0)
      debugger-ruby_core_source (~> 1.2.1)
    debugger-linecache (1.2.0)
    debugger-ruby_core_source (1.2.2)
    diff-lcs (1.2.4)
    erubis (2.7.0)
    execjs (1.4.0)
      multi_json (~> 1.0)
    highline (1.6.19)
    hike (1.2.3)
    i18n (0.6.4)
    jbuilder (1.0.2)
      activesupport (>= 3.0.0)
    jquery-rails (3.0.1)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    jquery-ui-rails (4.0.3)
      jquery-rails
      railties (>= 3.1.0)
    json (1.8.0)
    libv8 (3.11.8.17)
    mail (2.5.4)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    method_source (0.8.1)
    mime-types (1.23)
    minitest (4.7.4)
    multi_json (1.7.7)
    net-scp (1.1.1)
      net-ssh (>= 2.6.5)
    net-sftp (2.1.2)
      net-ssh (>= 2.6.5)
    net-ssh (2.6.7)
    net-ssh-gateway (1.2.0)
      net-ssh (>= 2.6.5)
    polyglot (0.3.3)
    pry (0.9.12.2)
      coderay (~> 1.0.5)
      method_source (~> 0.8)
      slop (~> 3.4)
    pry-debugger (0.2.2)
      debugger (~> 1.3)
      pry (~> 0.9.10)
    pry-doc (0.4.6)
      pry (>= 0.9)
      yard (>= 0.8)
    pry-remote (0.1.7)
      pry (~> 0.9)
      slop (~> 3.0)
    rack (1.5.2)
    rack-test (0.6.2)
      rack (>= 1.0)
    rails (4.0.0.rc1)
      actionmailer (= 4.0.0.rc1)
      actionpack (= 4.0.0.rc1)
      activerecord (= 4.0.0.rc1)
      activesupport (= 4.0.0.rc1)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.0.0.rc1)
      sprockets-rails (~> 2.0.0.rc4)
    railties (4.0.0.rc1)
      actionpack (= 4.0.0.rc1)
      activesupport (= 4.0.0.rc1)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (10.0.4)
    rdoc (3.12.2)
      json (~> 1.4)
    ref (1.0.5)
    rspec-core (2.13.1)
    rspec-expectations (2.13.0)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.13.1)
    rspec-rails (2.13.2)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 2.13.0)
      rspec-expectations (~> 2.13.0)
      rspec-mocks (~> 2.13.0)
    rvm-capistrano (1.3.1)
      capistrano (>= 2.0.0)
    sass (3.2.9)
    sass-rails (4.0.0.rc2)
      railties (>= 4.0.0.beta, < 5.0)
      sass (>= 3.1.10)
      sprockets-rails (~> 2.0.0)
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
    slop (3.4.5)
    sprockets (2.10.0)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sprockets-rails (2.0.0)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (~> 2.8)
    sqlite3 (1.3.7)
    therubyracer (0.11.4)
      libv8 (~> 3.11.8.12)
      ref
    thor (0.18.1)
    thread_safe (0.1.0)
      atomic
    tilt (1.4.1)
    treetop (1.4.14)
      polyglot
      polyglot (>= 0.3.1)
    twitter-bootstrap-rails (2.2.7)
      actionpack (>= 3.1)
      execjs
      rails (>= 3.1)
      railties (>= 3.1)
    tzinfo (0.3.37)
    uglifier (2.1.1)
      execjs (>= 0.3.0)
      multi_json (~> 1.0, >= 1.0.2)
    yard (0.8.6.1)

PLATFORMS
  ruby

DEPENDENCIES
  capistrano (~> 2.15.4)
  jbuilder (~> 1.0.1)
  jquery-rails (~> 3.0.1)
  jquery-ui-rails (~> 4.0.3)
  pry (~> 0.9.12.2)
  pry-debugger (~> 0.2.2)
  pry-doc (~> 0.4.6)
  pry-remote (~> 0.1.7)
  rails (~> 4.0.0.RC1)
  rspec-rails (~> 2.13.2)
  rvm-capistrano (~> 1.3.1)
  sass-rails (~> 4.0.0.RC1)
  sdoc
  sqlite3 (~> 1.3.0)
  therubyracer (~> 0.11.4)
  twitter-bootstrap-rails (~> 2.2.7)
  uglifier (>= 1.3.0)