flecto-io/hashy-validator

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    hashy_validator (0.1.6)
      activerecord (>= 6.0.0, < 8.0.0)
      hash_validator (~> 1.1)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (6.0.6.1)
      activesupport (= 6.0.6.1)
    activerecord (6.0.6.1)
      activemodel (= 6.0.6.1)
      activesupport (= 6.0.6.1)
    activesupport (6.0.6.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
      zeitwerk (~> 2.2, >= 2.2.2)
    ast (2.4.2)
    coderay (1.1.3)
    concurrent-ruby (1.2.2)
    docile (1.4.0)
    hash_validator (1.1.0)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    json (2.7.1)
    language_server-protocol (3.17.0.3)
    method_source (1.1.0)
    minitest (5.20.0)
    parallel (1.24.0)
    parser (3.3.0.3)
      ast (~> 2.4.1)
      racc
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    racc (1.7.3)
    rainbow (3.1.1)
    rake (13.1.0)
    regexp_parser (2.9.0)
    rexml (3.2.6)
    rubocop (1.59.0)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.2.2.4)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.30.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.30.0)
      parser (>= 3.2.1.0)
    rubocop-shopify (2.15.1)
      rubocop (~> 1.51)
    ruby-progressbar (1.13.0)
    simplecov (0.17.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    sqlite3 (1.7.0-aarch64-linux)
    sqlite3 (1.7.0-arm64-darwin)
    thread_safe (0.3.6)
    tzinfo (1.2.11)
      thread_safe (~> 0.1)
    unicode-display_width (2.5.0)
    zeitwerk (2.6.12)

PLATFORMS
  aarch64-linux
  arm64-darwin-23

DEPENDENCIES
  hashy_validator!
  minitest (>= 5.15.0)
  pry (~> 0.14.1)
  rake (~> 13.1.0)
  rubocop (~> 1.59)
  rubocop-shopify (~> 2.14)
  simplecov (= 0.17.1)
  sqlite3 (~> 1.4)

BUNDLED WITH
   2.4.10