bdurand/us_geo

View on GitHub
gemfiles/activerecord_5.2.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ..
  specs:
    us_geo (2.0.0a)
      activerecord (>= 5.0)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (5.2.2)
      activesupport (= 5.2.2)
    activerecord (5.2.2)
      activemodel (= 5.2.2)
      activesupport (= 5.2.2)
      arel (>= 9.0)
    activesupport (5.2.2)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.8.0)
      public_suffix (>= 2.0.2, < 5.0)
    appraisal (2.2.0)
      bundler
      rake
      thor (>= 0.14.0)
    arel (9.0.0)
    concurrent-ruby (1.1.4)
    crack (0.4.5)
      rexml
    diff-lcs (1.5.0)
    hashdiff (1.0.1)
    i18n (1.5.3)
      concurrent-ruby (~> 1.0)
    minitest (5.11.3)
    public_suffix (4.0.7)
    rake (10.5.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)
    sqlite3 (1.3.13)
    thor (0.20.3)
    thread_safe (0.3.6)
    tzinfo (1.2.5)
      thread_safe (~> 0.1)
    webmock (3.14.0)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
  ruby

DEPENDENCIES
  activerecord (~> 5.2.0)
  appraisal
  bundler
  rake
  rspec (~> 3.11)
  sqlite3 (~> 1.3.0)
  us_geo!
  webmock (~> 3.14)

BUNDLED WITH
   2.1.4