PATH
  remote: .
  specs:
    ruby-vies (0.1.0)
      activesupport (~> 6.1)
      finest-builder (~> 1.0)
      httparty (~> 0.18)
      rake (~> 13.0)
      rspec (~> 3.0)
      rubocop (~> 1.7)
      savon (~> 2.3)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (6.1.4.3)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    addressable (2.8.0)
      public_suffix (>= 2.0.2, < 5.0)
    akami (1.3.1)
      gyoku (>= 0.4.0)
      nokogiri
    ast (2.4.2)
    builder (3.2.4)
    concurrent-ruby (1.1.9)
    diff-lcs (1.4.4)
    finest-builder (1.1.1)
    gyoku (1.3.1)
      builder (>= 2.1.2)
    httparty (0.20.0)
      mime-types (~> 3.0)
      multi_xml (>= 0.5.2)
    httpi (2.5.0)
      rack
      socksify
    i18n (1.8.11)
      concurrent-ruby (~> 1.0)
    mime-types (3.4.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2021.1115)
    minitest (5.15.0)
    multi_xml (0.6.0)
    nokogiri (1.12.5-x86_64-linux)
      racc (~> 1.4)
    nori (2.6.0)
    parallel (1.21.0)
    parser (3.0.3.2)
      ast (~> 2.4.1)
    public_suffix (4.0.6)
    racc (1.6.0)
    rack (2.2.3)
    rainbow (3.0.0)
    rake (13.0.6)
    regexp_parser (2.2.0)
    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.1)
      rspec-support (~> 3.10.0)
    rspec-expectations (3.10.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-mocks (3.10.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-support (3.10.3)
    rubocop (1.23.0)
      parallel (~> 1.10)
      parser (>= 3.0.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml
      rubocop-ast (>= 1.12.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.15.0)
      parser (>= 3.0.1.1)
    ruby-progressbar (1.11.0)
    savon (2.12.1)
      akami (~> 1.2)
      builder (>= 2.1.2)
      gyoku (~> 1.2)
      httpi (~> 2.3)
      nokogiri (>= 1.8.1)
      nori (~> 2.4)
      wasabi (~> 3.4)
    socksify (1.7.1)
    tzinfo (2.0.4)
      concurrent-ruby (~> 1.0)
    unicode-display_width (2.1.0)
    wasabi (3.6.1)
      addressable
      httpi (~> 2.0)
      nokogiri (>= 1.4.2)
    zeitwerk (2.5.1)

PLATFORMS
  x86_64-linux

DEPENDENCIES
  rake (~> 13.0)
  rspec (~> 3.0)
  rubocop (~> 1.7)
  ruby-vies!

BUNDLED WITH
   2.2.24