Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decouple scanning_gemfile from find_gem_files and refactor its implem…
…entation - Modified the scanning_gemfile method to be independent from the find_gem_files method, changing its invocation from a direct method call to being called from a delegation block. - Changed the scanning_gemfile method to accept the path to the Gemfile as an argument, removing the dependency on Ocran.gemfile. - Updated the return value of the scanning_gemfile method to be an array of specs, which are now composed within a delegation block.
- Loading branch information