bdurand/us_geo

View on GitHub
gemfiles/activerecord_6.0.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ..
  specs:
    us_geo (2.1.0)
      activerecord (>= 5.2)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (6.0.5.1)
      activesupport (= 6.0.5.1)
    activerecord (6.0.5.1)
      activemodel (= 6.0.5.1)
      activesupport (= 6.0.5.1)
    activesupport (6.0.5.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
      zeitwerk (~> 2.2, >= 2.2.2)
    addressable (2.8.0)
      public_suffix (>= 2.0.2, < 5.0)
    appraisal (2.2.0)
      bundler
      rake
      thor (>= 0.14.0)
    ast (2.4.2)
    concurrent-ruby (1.1.10)
    crack (0.4.5)
      rexml
    diff-lcs (1.5.0)
    docile (1.4.0)
    hashdiff (1.0.1)
    i18n (1.12.0)
      concurrent-ruby (~> 1.0)
    json (2.6.3)
    language_server-protocol (3.17.0.3)
    minitest (5.16.2)
    parallel (1.22.1)
    parser (3.2.2.0)
      ast (~> 2.4.1)
    public_suffix (4.0.7)
    rainbow (3.1.1)
    rake (10.5.0)
    regexp_parser (2.7.0)
    rexml (3.2.5)
    rspec (3.11.0)
      rspec-core (~> 3.11.0)
      rspec-expectations (~> 3.11.0)
      rspec-mocks (~> 3.11.0)
    rspec-core (3.11.0)
      rspec-support (~> 3.11.0)
    rspec-expectations (3.11.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.11.0)
    rspec-mocks (3.11.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.11.0)
    rspec-support (3.11.0)
    rubocop (1.48.1)
      json (~> 2.3)
      parallel (~> 1.10)
      parser (>= 3.2.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.26.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.28.0)
      parser (>= 3.2.1.0)
    rubocop-performance (1.16.0)
      rubocop (>= 1.7.0, < 2.0)
      rubocop-ast (>= 0.4.0)
    ruby-progressbar (1.13.0)
    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.4.4)
    standard (1.26.0)
      language_server-protocol (~> 3.17.0.2)
      rubocop (~> 1.48.1)
      rubocop-performance (~> 1.16.0)
    thor (0.20.3)
    thread_safe (0.3.6)
    tzinfo (1.2.10)
      thread_safe (~> 0.1)
    unicode-display_width (2.4.2)
    webmock (3.14.0)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    yard (0.9.36)
    zeitwerk (2.6.0)

PLATFORMS
  ruby

DEPENDENCIES
  activerecord (~> 6.0.0)
  appraisal
  bundler
  rake
  rspec (~> 3.11)
  simplecov (~> 0.21)
  sqlite3 (~> 1.4.0)
  standard (~> 1.0)
  us_geo!
  webmock
  yard

BUNDLED WITH
   2.2.22