Sidoniuns/sigep_web

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    sigep_web (1.0.1)
      nokogiri (>= 1.13.6)
      savon (~> 2.10)

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.8.5)
      public_suffix (>= 2.0.2, < 6.0)
    akami (1.3.1)
      gyoku (>= 0.4.0)
      nokogiri
    ast (2.4.2)
    base64 (0.1.1)
    builder (3.2.4)
    coderay (1.1.3)
    crack (0.4.5)
      rexml
    date (3.3.3)
    diff-lcs (1.5.0)
    docile (1.4.0)
    gyoku (1.4.0)
      builder (>= 2.1.2)
      rexml (~> 3.0)
    hashdiff (1.0.1)
    httpi (3.0.1)
      rack
    json (2.6.3)
    language_server-protocol (3.17.0.3)
    lint_roller (1.1.0)
    mail (2.8.1)
      mini_mime (>= 0.1.1)
      net-imap
      net-pop
      net-smtp
    method_source (1.0.0)
    mini_mime (1.1.5)
    net-imap (0.4.2)
      date
      net-protocol
    net-pop (0.1.2)
      net-protocol
    net-protocol (0.2.1)
      timeout
    net-smtp (0.4.0)
      net-protocol
    nokogiri (1.15.4-x86_64-linux)
      racc (~> 1.4)
    nori (2.6.0)
    parallel (1.23.0)
    parser (3.2.2.4)
      ast (~> 2.4.1)
      racc
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    public_suffix (5.0.3)
    racc (1.7.1)
    rack (3.0.8)
    rainbow (3.1.1)
    rake (13.1.0)
    regexp_parser (2.8.2)
    rexml (3.2.6)
    rspec (3.9.0)
      rspec-core (~> 3.9.0)
      rspec-expectations (~> 3.9.0)
      rspec-mocks (~> 3.9.0)
    rspec-core (3.9.3)
      rspec-support (~> 3.9.3)
    rspec-expectations (3.9.4)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-json_expectations (2.2.0)
    rspec-mocks (3.9.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-support (3.9.4)
    rubocop (1.56.4)
      base64 (~> 0.1.1)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.2.2.3)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.28.1, < 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-performance (1.19.1)
      rubocop (>= 1.7.0, < 2.0)
      rubocop-ast (>= 0.4.0)
    ruby-progressbar (1.13.0)
    savon (2.14.0)
      akami (~> 1.2)
      builder (>= 2.1.2)
      gyoku (~> 1.2)
      httpi (>= 2.4.5)
      mail (~> 2.5)
      nokogiri (>= 1.8.1)
      nori (~> 2.4)
      wasabi (~> 3.4)
    simplecov (0.16.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    simplecov-lcov (0.7.0)
    standard (1.31.2)
      language_server-protocol (~> 3.17.0.2)
      lint_roller (~> 1.0)
      rubocop (~> 1.56.4)
      standard-custom (~> 1.0.0)
      standard-performance (~> 1.2)
    standard-custom (1.0.2)
      lint_roller (~> 1.0)
      rubocop (~> 1.50)
    standard-performance (1.2.1)
      lint_roller (~> 1.1)
      rubocop-performance (~> 1.19.1)
    timeout (0.4.0)
    unicode-display_width (2.5.0)
    vcr (5.1.0)
    wasabi (3.8.0)
      addressable
      httpi (~> 3.0)
      nokogiri (>= 1.4.2)
    webmock (3.19.1)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
  x86_64-linux

DEPENDENCIES
  pry
  rake (>= 2.0.8)
  rspec (~> 3.9.0)
  rspec-json_expectations (~> 2.2)
  sigep_web!
  simplecov (~> 0.16.1)
  simplecov-lcov (~> 0.7.0)
  standard (~> 1.0, >= 1.0.1)
  vcr (~> 5.1)
  webmock (~> 3.8, >= 3.8.3)

BUNDLED WITH
   2.4.10