PATH
  remote: ..
  specs:
    light-decorator (1.0.1)
      rails (>= 4.0.0)
      request_store (>= 1.0.0)

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (4.1.15)
      actionpack (= 4.1.15)
      actionview (= 4.1.15)
      mail (~> 2.5, >= 2.5.4)
    actionpack (4.1.15)
      actionview (= 4.1.15)
      activesupport (= 4.1.15)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    actionview (4.1.15)
      activesupport (= 4.1.15)
      builder (~> 3.1)
      erubis (~> 2.7.0)
    activemodel (4.1.15)
      activesupport (= 4.1.15)
      builder (~> 3.1)
    activerecord (4.1.15)
      activemodel (= 4.1.15)
      activesupport (= 4.1.15)
      arel (~> 5.0.0)
    activesupport (4.1.15)
      i18n (~> 0.6, >= 0.6.9)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.1)
      tzinfo (~> 1.1)
    addressable (2.4.0)
    appraisal (2.1.0)
      bundler
      rake
      thor (>= 0.14.0)
    arel (5.0.1.20140414130214)
    builder (3.2.2)
    capybara (2.7.1)
      addressable
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
    codeclimate-test-reporter (0.5.1)
      simplecov (>= 0.7.1, < 1.0.0)
    combustion (0.5.4)
      activesupport (>= 3.0.0)
      railties (>= 3.0.0)
      thor (>= 0.14.6)
    concurrent-ruby (1.0.2)
    diff-lcs (1.2.5)
    docile (1.1.5)
    erubis (2.7.0)
    factory_girl (4.7.0)
      activesupport (>= 3.0.0)
    ffaker (2.2.0)
    generator_spec (0.9.3)
      activesupport (>= 3.0.0)
      railties (>= 3.0.0)
    i18n (0.7.0)
    json (1.8.6)
    mail (2.6.4)
      mime-types (>= 1.16, < 4)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    mini_portile2 (2.1.0)
    minitest (5.9.0)
    nokogiri (1.6.8)
      mini_portile2 (~> 2.1.0)
      pkg-config (~> 1.1.7)
    pkg-config (1.1.7)
    rack (1.5.5)
    rack-test (0.6.3)
      rack (>= 1.0)
    rails (4.1.15)
      actionmailer (= 4.1.15)
      actionpack (= 4.1.15)
      actionview (= 4.1.15)
      activemodel (= 4.1.15)
      activerecord (= 4.1.15)
      activesupport (= 4.1.15)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.1.15)
      sprockets-rails (~> 2.0)
    railties (4.1.15)
      actionpack (= 4.1.15)
      activesupport (= 4.1.15)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (10.5.0)
    request_store (1.3.2)
    rspec (3.4.0)
      rspec-core (~> 3.4.0)
      rspec-expectations (~> 3.4.0)
      rspec-mocks (~> 3.4.0)
    rspec-core (3.4.4)
      rspec-support (~> 3.4.0)
    rspec-expectations (3.4.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.4.0)
    rspec-mocks (3.4.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.4.0)
    rspec-support (3.4.1)
    simplecov (0.11.2)
      docile (~> 1.1.0)
      json (~> 1.8)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    sprockets (3.6.0)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (2.3.3)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (>= 2.8, < 4.0)
    sqlite3 (1.3.11)
    thor (0.19.1)
    thread_safe (0.3.5)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    xpath (2.0.0)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
  appraisal (~> 2.1)
  bundler (~> 1.12)
  capybara (~> 2.7.0)
  codeclimate-test-reporter
  combustion (~> 0.5.4)
  factory_girl (~> 4.0)
  ffaker (~> 2.2.0)
  generator_spec (~> 0.9.3)
  light-decorator!
  rails (= 4.1.15)
  rake (~> 10.0)
  rspec (~> 3.0)
  simplecov (~> 0.11.2)
  sqlite3 (~> 1.3.11)

BUNDLED WITH
   1.14.4