plentz/lol_dba

View on GitHub
gemfiles/rails_3_2.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ..
  specs:
    lol_dba (2.4.0)
      actionpack
      activerecord
      railties

GEM
  remote: https://rubygems.org/
  specs:
    actionpack (3.2.22.5)
      activemodel (= 3.2.22.5)
      activesupport (= 3.2.22.5)
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
      journey (~> 1.0.4)
      rack (~> 1.4.5)
      rack-cache (~> 1.2)
      rack-test (~> 0.6.1)
      sprockets (~> 2.2.1)
    activemodel (3.2.22.5)
      activesupport (= 3.2.22.5)
      builder (~> 3.0.0)
    activerecord (3.2.22.5)
      activemodel (= 3.2.22.5)
      activesupport (= 3.2.22.5)
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
    activesupport (3.2.22.5)
      i18n (~> 0.6, >= 0.6.4)
      multi_json (~> 1.0)
    appraisal (2.4.1)
      bundler
      rake
      thor (>= 0.14.0)
    arel (3.0.3)
    bigdecimal (1.4.4)
    builder (3.0.4)
    concurrent-ruby (1.2.0)
    diff-lcs (1.5.0)
    docile (1.4.0)
    erubis (2.7.0)
    hike (1.2.3)
    i18n (0.9.5)
      concurrent-ruby (~> 1.0)
    journey (1.0.4)
    json (1.8.6)
    multi_json (1.15.0)
    rack (1.4.7)
    rack-cache (1.13.0)
      rack (>= 0.4)
    rack-ssl (1.3.4)
      rack
    rack-test (0.6.3)
      rack (>= 1.0)
    railties (3.2.22.5)
      actionpack (= 3.2.22.5)
      activesupport (= 3.2.22.5)
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
      thor (>= 0.14.6, < 2.0)
    rake (13.0.6)
    rdoc (3.12.2)
      json (~> 1.4)
    rspec-core (3.9.3)
      rspec-support (~> 3.9.3)
    rspec-expectations (3.9.4)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-mocks (3.9.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-rails (3.9.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 3.9.0)
      rspec-expectations (~> 3.9.0)
      rspec-mocks (~> 3.9.0)
      rspec-support (~> 3.9.0)
    rspec-support (3.9.4)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.4)
    sprockets (2.2.3)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sqlite3 (1.3.13)
    thor (1.2.1)
    tilt (1.4.1)
    tzinfo (0.3.61)

PLATFORMS
  ruby

DEPENDENCIES
  actionpack (~> 3.2.21)
  activerecord (~> 3.2.21)
  appraisal
  bigdecimal (< 2)
  lol_dba!
  railties (~> 3.2.21)
  rspec-rails
  simplecov
  sqlite3 (< 1.4)

BUNDLED WITH
   2.3.19