cyberark / conjur-api-ruby

Ruby client for the CyberArk Conjur API
https://rubygems.org/gems/conjur-api
Apache License 2.0
3 stars 5 forks source link

Addressable gem dependency update #199

Closed semyon-estrin closed 2 years ago

semyon-estrin commented 2 years ago

Desired Outcome

Addressable dependency changed from (~> 2.8.0) to (~2.0) to allow compatability with other gems in conjur.

Implemented Changes

Change dependency in conjur-api.gemspec

Connected Issue/Story

CyberArk internal issue link: ONYX-14705

Definition of Done

Same addressable version (2.8.0) is used within conjur-api-ruby. Dependency changed to (~> 2.0). Jenkins CI tests are green.

Changelog

Test coverage

Documentation

Behavior

Security

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit 908241e4 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 83.9% (0.0% change).

View more on Code Climate.