ninech / netbox-client-ruby

A ruby client library for Netbox v2.
MIT License
24 stars 21 forks source link

Faraday Gem is outdated #57

Closed lukassup closed 2 years ago

lukassup commented 2 years ago

Faraday dependency version 0.x is very old and causes dependency issues with other RubyGems which require Faraday >=1.0.

Could you please update the client to use a more recent Faraday version so the users would not have to use the old version?

Example error:

Bundler could not find compatible versions for gem "faraday":
  In Gemfile:
    netbox-client-ruby (~> 0.6.0) was resolved to 0.6.0, which depends on
      faraday (>= 0.11.0, ~> 0.11)

    slack-ruby-client (~> 1.0.0) was resolved to 1.0.0, which depends on
      faraday (>= 1.0)