GIT
  remote: git://github.com/jruby/activerecord-jdbc-adapter.git
  revision: 178d6177ae874a00e07f514e293eaa58d26dca5d
  specs:

PATH
  remote: /Users/inossidabile/Repos/protector
  specs:
    protector (0.3.0)
      activesupport
      i18n

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (4.0.0)
      activesupport (= 4.0.0)
      builder (~> 3.1.0)
    activerecord (4.0.0)
      activemodel (= 4.0.0)
      activerecord-deprecated_finders (~> 1.0.2)
      activesupport (= 4.0.0)
      arel (~> 4.0.0)
    activerecord-deprecated_finders (1.0.3)
    activesupport (4.0.0)
      i18n (~> 0.6, >= 0.6.4)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
    appraisal (0.5.2)
      bundler
      rake
    arel (4.0.0)
    atomic (1.1.10)
    builder (3.1.4)
    coderay (1.0.9)
    colored (1.2)
    colorize (0.5.8)
    coveralls (0.6.7)
      colorize
      multi_json (~> 1.3)
      rest-client
      simplecov (>= 0.7)
      thor
    diff-lcs (1.2.4)
    ffi (1.9.0)
    formatador (0.2.4)
    guard (1.8.1)
      formatador (>= 0.2.4)
      listen (>= 1.0.0)
      lumberjack (>= 1.0.2)
      pry (>= 0.9.10)
      thor (>= 0.14.6)
    guard-rspec (3.0.2)
      guard (>= 1.8)
      rspec (~> 2.13)
    i18n (0.6.4)
    listen (1.2.2)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
      rb-kqueue (>= 0.2)
    lumberjack (1.0.4)
    method_source (0.8.1)
    mime-types (1.23)
    minitest (4.7.5)
    multi_json (1.7.7)
    pry (0.9.12.2)
      coderay (~> 1.0.5)
      method_source (~> 0.8)
      slop (~> 3.4)
    rake (10.1.0)
    rb-fsevent (0.9.3)
    rb-inotify (0.9.0)
      ffi (>= 0.5.0)
    rb-kqueue (0.2.0)
      ffi (>= 0.5.0)
    rest-client (1.6.7)
      mime-types (>= 1.16)
    rspec (2.13.0)
      rspec-core (~> 2.13.0)
      rspec-expectations (~> 2.13.0)
      rspec-mocks (~> 2.13.0)
    rspec-core (2.13.1)
    rspec-expectations (2.13.0)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.13.1)
    ruby-prof (0.13.0)
    simplecov (0.7.1)
      multi_json (~> 1.0)
      simplecov-html (~> 0.7.1)
    simplecov-html (0.7.1)
    slop (3.4.5)
    sqlite3 (1.3.7)
    thor (0.18.1)
    thread_safe (0.1.0)
      atomic
    tzinfo (0.3.37)

PLATFORMS
  ruby

DEPENDENCIES
  activerecord (= 4.0.0)
  activerecord-jdbcsqlite3-adapter!
  appraisal
  colored
  coveralls
  guard
  guard-rspec
  jdbc-sqlite3
  protector!
  pry
  rake
  rspec
  ruby-prof
  sqlite3