rubiety/validates_lengths_from_database

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    validates_lengths_from_database (0.8.0)
      activerecord (>= 4)

GEM
  remote: http://rubygems.org/
  specs:
    activemodel (4.0.12)
      activesupport (= 4.0.12)
      builder (~> 3.1.0)
    activerecord (4.0.12)
      activemodel (= 4.0.12)
      activerecord-deprecated_finders (~> 1.0.2)
      activesupport (= 4.0.12)
      arel (~> 4.0.0)
    activerecord-deprecated_finders (1.0.4)
    activesupport (4.0.12)
      i18n (~> 0.6, >= 0.6.9)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
    appraisal (2.2.0)
      bundler
      rake
      thor (>= 0.14.0)
    arel (4.0.2)
    builder (3.1.4)
    diff-lcs (1.1.2)
    i18n (0.7.0)
    iconv (1.0.4)
    json (1.8.6)
    minitest (4.7.5)
    multi_json (1.10.1)
    pg (0.17.1)
    rake (0.9.2.2)
    rdoc (3.12)
      json (~> 1.4)
    rspec (2.5.0)
      rspec-core (~> 2.5.0)
      rspec-expectations (~> 2.5.0)
      rspec-mocks (~> 2.5.0)
    rspec-core (2.5.1)
    rspec-expectations (2.5.0)
      diff-lcs (~> 1.1.2)
    rspec-mocks (2.5.0)
    sqlite3 (1.3.11)
    thor (0.20.3)
    thread_safe (0.3.4)
    tzinfo (0.3.42)

PLATFORMS
  ruby
  x86_64-darwin-18

DEPENDENCIES
  activesupport (>= 4)
  appraisal (~> 2.0)
  i18n
  iconv (~> 1.0.4)
  pg (~> 0.17.1)
  rake (< 11)
  rdoc (~> 3.12)
  rspec (~> 2.0)
  sqlite3 (~> 1.3.4)
  validates_lengths_from_database!

BUNDLED WITH
   1.17.3