Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    hijack (0.1.0)
      activerecord (~> 4.2.6)
      acts_as_list (= 0.1.4)
      cocaine (~> 0.3.2)
      htmlentities
      nokogiri
      paperclip (~> 2.7.0)
      uuidtools (~> 2.1.2)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (4.2.6)
      activesupport (= 4.2.6)
      builder (~> 3.1)
    activerecord (4.2.6)
      activemodel (= 4.2.6)
      activesupport (= 4.2.6)
      arel (~> 6.0)
    activesupport (4.2.6)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    acts_as_list (0.1.4)
    arel (6.0.3)
    builder (3.2.2)
    byebug (9.0.5)
    cocaine (0.3.2)
    codeclimate-test-reporter (0.5.1)
      simplecov (>= 0.7.1, < 1.0.0)
    diff-lcs (1.2.5)
    docile (1.1.5)
    forgery (0.6.0)
    htmlentities (4.3.4)
    i18n (0.7.0)
    json (1.8.3)
    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)
    paperclip (2.7.5)
      activerecord (>= 2.3.0)
      activesupport (>= 2.3.2)
      cocaine (~> 0.3.0)
      mime-types
    pkg-config (1.1.7)
    rake (10.5.0)
    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)
    sqlite3 (1.3.11)
    thread_safe (0.3.5)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    uuidtools (2.1.5)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.11)
  byebug
  codeclimate-test-reporter
  forgery
  hijack!
  rake (~> 10.0)
  rspec (~> 3.0)
  sqlite3

BUNDLED WITH
   1.12.2