diff --git a/.gitignore b/.gitignore index 3b02b5d..c91e3b9 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,6 @@ quickstart.rb *.gz -/vendor/ +vendor/ +Gemfile.lock +*.gemfile.lock diff --git a/Gemfile b/Gemfile index f3ceb81..3dedbc6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' -gem "faraday", "~> 1.10" -gem "faraday_middleware" +gem "faraday", "< 3" +gem "faraday-net_http_persistent" # Specify your gem dependencies in netbox-client-ruby.gemspec gemspec diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 8fab64f..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,117 +0,0 @@ -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) - coderay (1.1.3) - concurrent-ruby (1.2.2) - 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 (1.10.3) - faraday-em_http (~> 1.0) - faraday-em_synchrony (~> 1.0) - faraday-excon (~> 1.1) - faraday-httpclient (~> 1.0) - faraday-multipart (~> 1.0) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.0) - faraday-patron (~> 1.0) - faraday-rack (~> 1.0) - faraday-retry (~> 1.0) - ruby2_keywords (>= 0.0.4) - faraday-detailed_logger (2.5.0) - faraday (>= 0.16, < 3) - faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) - faraday-excon (1.1.0) - faraday-httpclient (1.0.1) - faraday-multipart (1.0.4) - multipart-post (~> 2) - faraday-net_http (1.0.1) - faraday-net_http_persistent (1.2.0) - faraday-patron (1.0.0) - faraday-rack (1.0.0) - faraday-retry (1.0.3) - faraday_middleware (1.2.0) - faraday (~> 1.0) - ipaddress (0.8.3) - method_source (1.0.0) - multipart-post (2.3.0) - 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.3.6) - strscan - 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) - strscan (3.1.0) - unicode-display_width (1.8.0) - zeitwerk (2.6.12) - -PLATFORMS - arm64-darwin-22 - x86_64-linux - -DEPENDENCIES - bundler (~> 2.1) - faraday (~> 1.10) - faraday_middleware - netbox-client-ruby! - pry (~> 0.10) - rake (~> 13) - rspec (~> 3.5) - rubocop (~> 0.48) - rubocop-rspec (~> 1.15) - -BUNDLED WITH - 2.4.10 diff --git a/gemfiles/faraday0.gemfile.lock b/gemfiles/faraday0.gemfile.lock deleted file mode 100644 index 461577a..0000000 --- a/gemfiles/faraday0.gemfile.lock +++ /dev/null @@ -1,94 +0,0 @@ -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) - coderay (1.1.3) - concurrent-ruby (1.2.2) - 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 (0.11.0) - multipart-post (>= 1.2, < 3) - faraday-detailed_logger (2.4.0) - faraday (>= 0.8, < 2) - zeitwerk (~> 2.0) - faraday_middleware (0.14.0) - faraday (>= 0.7.4, < 1.0) - ipaddress (0.8.3) - method_source (1.0.0) - multipart-post (2.3.0) - 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) - unicode-display_width (1.8.0) - zeitwerk (2.6.12) - -PLATFORMS - arm64-darwin-22 - x86_64-linux - -DEPENDENCIES - bundler (~> 2.1) - faraday (= 0.11) - faraday_middleware (< 1) - netbox-client-ruby! - pry (~> 0.10) - rake (~> 13) - rspec (~> 3.5) - rubocop (~> 0.48) - rubocop-rspec (~> 1.15) - -BUNDLED WITH - 2.4.10 diff --git a/gemfiles/faraday1.gemfile.lock b/gemfiles/faraday1.gemfile.lock deleted file mode 100644 index 67a4106..0000000 --- a/gemfiles/faraday1.gemfile.lock +++ /dev/null @@ -1,93 +0,0 @@ -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) - coderay (1.1.3) - concurrent-ruby (1.2.2) - 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 (1.0.0) - multipart-post (>= 1.2, < 3) - faraday-detailed_logger (2.5.0) - faraday (>= 0.16, < 3) - faraday_middleware (1.2.0) - faraday (~> 1.0) - ipaddress (0.8.3) - method_source (1.0.0) - multipart-post (2.3.0) - 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) - unicode-display_width (1.8.0) - zeitwerk (2.6.12) - -PLATFORMS - arm64-darwin-22 - x86_64-linux - -DEPENDENCIES - bundler (~> 2.1) - faraday (= 1.0) - faraday_middleware (< 2) - netbox-client-ruby! - pry (~> 0.10) - rake (~> 13) - rspec (~> 3.5) - rubocop (~> 0.48) - rubocop-rspec (~> 1.15) - -BUNDLED WITH - 2.4.10 diff --git a/gemfiles/faraday2.gemfile.lock b/gemfiles/faraday2.gemfile.lock deleted file mode 100644 index 312aff5..0000000 --- a/gemfiles/faraday2.gemfile.lock +++ /dev/null @@ -1,101 +0,0 @@ -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