alebian/argentinian-validations

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    argentinian-validations (0.1.0)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (7.0.4.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    ast (2.4.1)
    byebug (11.1.3)
    concurrent-ruby (1.1.10)
    diff-lcs (1.4.4)
    docile (1.3.2)
    i18n (1.12.0)
      concurrent-ruby (~> 1.0)
    jaro_winkler (1.5.4)
    minitest (5.17.0)
    parallel (1.20.1)
    parser (2.7.2.0)
      ast (~> 2.4.1)
    rack (3.0.4.1)
    rainbow (3.0.0)
    rake (13.0.1)
    rexml (3.2.5)
    rspec (3.10.0)
      rspec-core (~> 3.10.0)
      rspec-expectations (~> 3.10.0)
      rspec-mocks (~> 3.10.0)
    rspec-core (3.10.0)
      rspec-support (~> 3.10.0)
    rspec-expectations (3.10.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-mocks (3.10.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-support (3.10.0)
    rubocop (0.82.0)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.7.0.1)
      rainbow (>= 2.2.2, < 4.0)
      rexml
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 2.0)
    rubocop-performance (1.7.1)
      rubocop (>= 0.82.0)
    rubocop-rails (2.6.0)
      activesupport (>= 4.2.0)
      rack (>= 1.1)
      rubocop (>= 0.82.0)
    rubocop-rspec (1.41.0)
      rubocop (>= 0.68.1)
    ruby-progressbar (1.10.1)
    simplecov (0.18.5)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
    simplecov-html (0.12.2)
    tzinfo (2.0.5)
      concurrent-ruby (~> 1.0)
    unicode-display_width (1.7.0)

PLATFORMS
  ruby

DEPENDENCIES
  argentinian-validations!
  bundler (~> 2.1)
  byebug (~> 11.1)
  rake (~> 13.0)
  rspec (~> 3.10)
  rubocop (~> 0.82)
  rubocop-performance (~> 1.7)
  rubocop-rails (~> 2.6)
  rubocop-rspec (~> 1.41)
  simplecov (~> 0.18.5)

BUNDLED WITH
   1.17.3