plentz/lol_dba

View on GitHub
gemfiles/rails_4_1.gemfile.lock

Summary

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

GEM
  remote: https://rubygems.org/
  specs:
    actionpack (4.1.16)
      actionview (= 4.1.16)
      activesupport (= 4.1.16)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    actionview (4.1.16)
      activesupport (= 4.1.16)
      builder (~> 3.1)
      erubis (~> 2.7.0)
    activemodel (4.1.16)
      activesupport (= 4.1.16)
      builder (~> 3.1)
    activerecord (4.1.16)
      activemodel (= 4.1.16)
      activesupport (= 4.1.16)
      arel (~> 5.0.0)
    activesupport (4.1.16)
      i18n (~> 0.6, >= 0.6.9)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.1)
      tzinfo (~> 1.1)
    appraisal (2.4.1)
      bundler
      rake
      thor (>= 0.14.0)
    arel (5.0.1.20140414130214)
    bigdecimal (1.4.4)
    builder (3.2.4)
    concurrent-ruby (1.2.0)
    diff-lcs (1.5.0)
    docile (1.4.0)
    erubis (2.7.0)
    i18n (0.9.5)
      concurrent-ruby (~> 1.0)
    json (1.8.6)
    minitest (5.17.0)
    rack (1.5.5)
    rack-test (0.6.3)
      rack (>= 1.0)
    railties (4.1.16)
      actionpack (= 4.1.16)
      activesupport (= 4.1.16)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (13.0.6)
    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)
    sqlite3 (1.3.13)
    thor (1.2.1)
    thread_safe (0.3.6)
    tzinfo (1.2.11)
      thread_safe (~> 0.1)

PLATFORMS
  ruby

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

BUNDLED WITH
   2.3.19