PATH
  remote: .
  specs:
    ruby-experian (0.0.9)
      faraday (>= 1)
      multi_xml (>= 0.6.0)
      rexml (>= 3.2)
      sha3 (>= 1)

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.8.6)
      public_suffix (>= 2.0.2, < 6.0)
    ast (2.4.2)
    base64 (0.2.0)
    bigdecimal (3.1.6)
    binding_of_caller (1.0.0)
      debug_inspector (>= 0.0.1)
    byebug (11.1.3)
    coderay (1.1.3)
    crack (1.0.0)
      bigdecimal
      rexml
    debug_inspector (1.2.0)
    diff-lcs (1.5.1)
    docile (1.4.0)
    dotenv (2.8.1)
    faraday (2.8.1)
      base64
      faraday-net_http (>= 2.0, < 3.1)
      ruby2_keywords (>= 0.0.4)
    faraday-net_http (3.0.2)
    hashdiff (1.1.0)
    interception (0.5)
    json (2.7.1)
    method_source (1.0.0)
    multi_xml (0.6.0)
    parallel (1.24.0)
    parser (3.2.2.4)
      ast (~> 2.4.1)
      racc
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.10.1)
      byebug (~> 11.0)
      pry (>= 0.13, < 0.15)
    pry-rescue (1.6.0)
      interception (>= 0.5)
      pry (>= 0.12.0)
    pry-stack_explorer (0.6.1)
      binding_of_caller (~> 1.0)
      pry (~> 0.13)
    public_suffix (5.0.4)
    racc (1.7.3)
    rainbow (3.1.1)
    rake (13.1.0)
    regexp_parser (2.8.3)
    rexml (3.2.6)
    rspec (3.13.0)
      rspec-core (~> 3.13.0)
      rspec-expectations (~> 3.13.0)
      rspec-mocks (~> 3.13.0)
    rspec-core (3.13.0)
      rspec-support (~> 3.13.0)
    rspec-expectations (3.13.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-mocks (3.13.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-support (3.13.0)
    rubocop (1.50.2)
      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.28.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)
    ruby-progressbar (1.13.0)
    ruby2_keywords (0.0.5)
    sha3 (1.0.5)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-cobertura (2.1.0)
      rexml
      simplecov (~> 0.19)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.4)
    unicode-display_width (2.5.0)
    vcr (6.1.0)
    webmock (3.23.0)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
  ruby

DEPENDENCIES
  byebug (~> 11.1)
  dotenv (~> 2.8.1)
  pry (~> 0.14.2)
  pry-byebug (~> 3.10)
  pry-rescue (~> 1.6)
  pry-stack_explorer (~> 0.6.1)
  rake (~> 13.1)
  rspec (~> 3.13)
  rubocop (~> 1.50.2)
  ruby-experian!
  simplecov
  simplecov-cobertura
  vcr (~> 6.1.0)
  webmock (~> 3.23.0)

BUNDLED WITH
   2.4.22