ninech/netbox-client-ruby

View on GitHub
gemfiles/faraday2.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ..
  specs:
    netbox-client-ruby (0.10.0)
      dry-configurable (~> 1)
      faraday (>= 0.11.0, < 3)
      faraday-detailed_logger (~> 2.1)
      ipaddress (~> 0.8, >= 0.8.3)
      openssl (>= 2.0.5)

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.2)
    base64 (0.1.1)
    coderay (1.1.3)
    concurrent-ruby (1.2.2)
    connection_pool (2.4.1)
    diff-lcs (1.5.0)
    dry-configurable (1.0.1)
      dry-core (~> 1.0, < 2)
      zeitwerk (~> 2.6)
    dry-core (1.0.0)
      concurrent-ruby (~> 1.0)
      zeitwerk (~> 2.6)
    faraday (2.7.11)
      base64
      faraday-net_http (>= 2.0, < 3.1)
      ruby2_keywords (>= 0.0.4)
    faraday-detailed_logger (2.5.0)
      faraday (>= 0.16, < 3)
    faraday-net_http (3.0.2)
    faraday-net_http_persistent (2.1.0)
      faraday (~> 2.5)
      net-http-persistent (~> 4.0)
    ipaddress (0.8.3)
    method_source (1.0.0)
    net-http-persistent (4.0.2)
      connection_pool (~> 2.2)
    openssl (3.2.0)
    parallel (1.23.0)
    parser (3.2.2.3)
      ast (~> 2.4.1)
      racc
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    racc (1.7.1)
    rainbow (3.1.1)
    rake (13.0.6)
    regexp_parser (2.8.1)
    rexml (3.2.6)
    rspec (3.12.0)
      rspec-core (~> 3.12.0)
      rspec-expectations (~> 3.12.0)
      rspec-mocks (~> 3.12.0)
    rspec-core (3.12.2)
      rspec-support (~> 3.12.0)
    rspec-expectations (3.12.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-mocks (3.12.6)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-support (3.12.1)
    rubocop (0.93.1)
      parallel (~> 1.10)
      parser (>= 2.7.1.5)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8)
      rexml
      rubocop-ast (>= 0.6.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 2.0)
    rubocop-ast (1.29.0)
      parser (>= 3.2.1.0)
    rubocop-rspec (1.44.1)
      rubocop (~> 0.87)
      rubocop-ast (>= 0.7.1)
    ruby-progressbar (1.13.0)
    ruby2_keywords (0.0.5)
    unicode-display_width (1.8.0)
    zeitwerk (2.6.12)

PLATFORMS
  arm64-darwin-22
  x86_64-linux

DEPENDENCIES
  bundler (~> 2.1)
  faraday (< 3)
  faraday-net_http_persistent
  netbox-client-ruby!
  pry (~> 0.10)
  rake (~> 13)
  rspec (~> 3.5)
  rubocop (~> 0.48)
  rubocop-rspec (~> 1.15)

BUNDLED WITH
   2.4.10