turboMaCk/active-record-florder

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    active_record_tasks (1.1.0)
      activerecord (>= 4.0)
      rainbow
      rake
    activemodel (4.0.13)
      activesupport (= 4.0.13)
      builder (~> 3.1.0)
    activerecord (4.0.13)
      activemodel (= 4.0.13)
      activerecord-deprecated_finders (~> 1.0.2)
      activesupport (= 4.0.13)
      arel (~> 4.0.0)
    activerecord-deprecated_finders (1.0.4)
    activesupport (4.0.13)
      i18n (~> 0.6, >= 0.6.9)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
    arel (4.0.2)
    builder (3.1.4)
    concurrent-ruby (1.0.5)
    diff-lcs (1.3)
    i18n (0.9.5)
      concurrent-ruby (~> 1.0)
    minitest (4.7.5)
    multi_json (1.13.1)
    rainbow (3.0.0)
    rake (12.3.1)
    rspec (3.7.0)
      rspec-core (~> 3.7.0)
      rspec-expectations (~> 3.7.0)
      rspec-mocks (~> 3.7.0)
    rspec-core (3.7.1)
      rspec-support (~> 3.7.0)
    rspec-expectations (3.7.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.7.0)
    rspec-mocks (3.7.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.7.0)
    rspec-support (3.7.1)
    sqlite3 (1.3.13)
    thread_safe (0.3.6)
    tzinfo (0.3.54)

PLATFORMS
  ruby

DEPENDENCIES
  active_record_tasks (~> 1.1.0)
  activerecord (~> 4.0.0)
  activesupport (~> 4.0)
  rake
  rspec
  sqlite3

BUNDLED WITH
   1.16.1