GIT
  remote: git@github.com:spohlenz/tinymce-rails.git
  revision: b398df1b434d56e20d1c2ae65fa0715cb6bf16e5
  branch: tinymce-4
  specs:
    tinymce-rails (4.0.12)
      railties (>= 3.1.1)

GIT
  remote: git@github.com:swanandp/acts_as_list.git
  revision: 799465c459a65f33bdb460ff1d64b215a631289f
  specs:
    acts_as_list (0.3.0)
      activerecord (>= 3.0)

GEM
  remote: https://rubygems.org/
  remote: https://rails-assets.org/
  specs:
    RedCloth (4.2.9)
    aasm (3.0.23)
    actionmailer (4.0.2)
      actionpack (= 4.0.2)
      mail (~> 2.5.4)
    actionpack (4.0.2)
      activesupport (= 4.0.2)
      builder (~> 3.1.0)
      erubis (~> 2.7.0)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    activemodel (4.0.2)
      activesupport (= 4.0.2)
      builder (~> 3.1.0)
    activerecord (4.0.2)
      activemodel (= 4.0.2)
      activerecord-deprecated_finders (~> 1.0.2)
      activesupport (= 4.0.2)
      arel (~> 4.0.0)
    activerecord-deprecated_finders (1.0.3)
    activesupport (4.0.2)
      i18n (~> 0.6, >= 0.6.4)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
    ancestry (2.0.0)
      activerecord (>= 3.0.0)
    ansi (1.4.3)
    arel (4.0.1)
    atomic (1.1.14)
    awesome_print (1.1.0)
    bcrypt-ruby (3.1.2)
    better_errors (0.3.2)
      coderay (>= 1.0.0)
      erubis (>= 2.7.0)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    bootstrap-sass (3.0.3.0)
      sass (~> 3.2)
    builder (3.1.4)
    charlock_holmes (0.6.9.4)
    coderay (1.0.8)
    coffee-rails (4.0.1)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
    coffee-script (2.2.0)
      coffee-script-source
      execjs
    coffee-script-source (1.6.3)
    daemons (1.1.9)
    debug_inspector (0.0.2)
    devise (3.2.2)
      bcrypt-ruby (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 3.2.6, < 5)
      thread_safe (~> 0.1)
      warden (~> 1.2.3)
    diff-lcs (1.2.5)
    diffy (3.0.1)
    erubis (2.7.0)
    eventmachine (1.0.3)
    execjs (2.0.2)
    font-awesome-rails (4.0.3.0)
      railties (>= 3.2, < 5.0)
    foreman (0.61.0)
      thor (>= 0.13.6)
    github-markdown (0.6.3)
    github-markup (0.7.5)
    gitlab-grit (2.6.0)
      charlock_holmes (~> 0.6.9)
      diff-lcs (~> 1.1)
      mime-types (~> 1.15)
      posix-spawn (~> 0.3.6)
    gollum-lib (1.0.9)
      github-markup (>= 0.7.5, < 1.0.0)
      gitlab-grit (= 2.6.0)
      nokogiri (~> 1.6.0)
      pygments.rb (~> 0.5.2)
      sanitize (~> 2.0.6)
      stringex (~> 2.1.0)
    haml (4.0.4)
      tilt
    haml-contrib (1.0.0.1)
      haml (>= 3.2.0.alpha.13)
    haml-rails (0.5.3)
      actionpack (>= 4.0.1)
      activesupport (>= 4.0.1)
      haml (>= 3.1, < 5.0)
      railties (>= 4.0.1)
    hashie (2.0.5)
    hashr (0.0.22)
    hike (1.2.3)
    i18n (0.6.9)
    jbuilder (1.5.3)
      activesupport (>= 3.0.0)
      multi_json (>= 1.2.0)
    jquery-rails (3.0.4)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    json (1.8.1)
    kramdown (1.3.1)
    mail (2.5.4)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    method_source (0.8.2)
    mime-types (1.25.1)
    mini_portile (0.5.2)
    minitest (4.7.5)
    multi_json (1.8.4)
    mysql2 (0.3.14)
    nokogiri (1.6.1)
      mini_portile (~> 0.5.0)
    omniauth (1.1.4)
      hashie (>= 1.2, < 3)
      rack
    omniauth-openid (1.0.1)
      omniauth (~> 1.0)
      rack-openid (~> 1.3.1)
    orm_adapter (0.5.0)
    plupload-rails (1.1.0)
      rails (>= 3.1)
    polyglot (0.3.3)
    posix-spawn (0.3.8)
    pry (0.9.12.4)
      coderay (~> 1.0)
      method_source (~> 0.8)
      slop (~> 3.4)
    pry-remote (0.1.7)
      pry (~> 0.9)
      slop (~> 3.0)
    public_activity (1.4.0)
      actionpack (>= 3.0.0)
      activerecord (>= 3.0)
      i18n (>= 0.5.0)
      railties (>= 3.0.0)
    pygments.rb (0.5.4)
      posix-spawn (~> 0.3.6)
      yajl-ruby (~> 1.1.0)
    rack (1.5.2)
    rack-mini-profiler (0.1.23)
      rack (>= 1.1.3)
    rack-openid (1.3.1)
      rack (>= 1.1.0)
      ruby-openid (>= 2.1.8)
    rack-test (0.6.2)
      rack (>= 1.0)
    rails (4.0.2)
      actionmailer (= 4.0.2)
      actionpack (= 4.0.2)
      activerecord (= 4.0.2)
      activesupport (= 4.0.2)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.0.2)
      sprockets-rails (~> 2.0.0)
    rails-assets-backbone (1.1.0)
    rails-assets-highlightjs (7.5.0)
    rails-assets-jquery (2.0.3)
    rails-assets-jquery-autosize (1.18.2)
      rails-assets-jquery (>= 1.7)
    rails-assets-jquery-ui (1.10.3)
      rails-assets-jquery (>= 1.6)
    rails-assets-underscore (1.5.2)
    rails-timeago (2.8.0)
      actionpack (>= 3.1)
      activesupport (>= 3.1)
    railties (4.0.2)
      actionpack (= 4.0.2)
      activesupport (= 4.0.2)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (10.1.1)
    rdoc (3.12.2)
      json (~> 1.4)
    redcarpet (3.0.0)
    rest-client (1.6.7)
      mime-types (>= 1.16)
    ruby-openid (2.3.0)
    sanitize (2.0.6)
      nokogiri (>= 1.4.4)
    sass (3.2.13)
    sass-rails (4.0.1)
      railties (>= 4.0.0, < 5.0)
      sass (>= 3.1.10)
      sprockets-rails (~> 2.0.0)
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
    simple_form (3.0.1)
      actionpack (>= 4.0.0, < 4.1)
      activemodel (>= 4.0.0, < 4.1)
    slop (3.4.7)
    sprockets (2.10.1)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sprockets-rails (2.0.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (~> 2.8)
    stringex (2.1.2)
    thin (1.5.1)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    thor (0.18.1)
    thread_safe (0.1.3)
      atomic
    tilt (1.4.1)
    tire (0.6.1)
      activemodel (>= 3.0)
      activesupport
      ansi
      hashr (~> 0.0.19)
      multi_json (~> 1.3)
      rake
      rest-client (~> 1.6)
    treetop (1.4.15)
      polyglot
      polyglot (>= 0.3.1)
    turbolinks (2.0.0)
      coffee-rails
    tzinfo (0.3.38)
    uglifier (2.3.2)
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    warden (1.2.3)
      rack (>= 1.0)
    yajl-ruby (1.1.0)

PLATFORMS
  ruby

DEPENDENCIES
  RedCloth
  aasm
  acts_as_list!
  ancestry
  awesome_print
  better_errors
  binding_of_caller
  bootstrap-sass
  coffee-rails (~> 4.0.0)
  devise
  diffy
  font-awesome-rails
  foreman
  github-markdown
  gollum-lib
  haml-contrib
  haml-rails
  jbuilder (~> 1.2)
  jquery-rails
  kramdown
  mysql2
  omniauth-openid
  plupload-rails
  pry
  pry-remote
  public_activity
  rack-mini-profiler
  rails-assets-backbone
  rails-assets-highlightjs
  rails-assets-jquery-autosize
  rails-assets-jquery-ui
  rails-assets-underscore
  rails-timeago
  redcarpet
  sass-rails (~> 4.0.0.rc1)
  sdoc
  simple_form
  thin
  tinymce-rails!
  tire
  turbolinks
  uglifier (>= 1.3.0)