cyberark / conjur-service-broker

Implementation of the Open Service Broker API for Conjur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Service broker acknowledgements only include direct dependencies

izgeri opened this issue · comments

At current the service broker acknowledgements file includes iterative dependencies, but it needs only include direct dependencies. It should be updated to include only the non-development/test gems from the project Gemfile that we explicitly include in the project.

This was fixed in #164