Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor find_gem_files into scanning_gemfile and find_gem_files methods
- Separated the find_gem_files method into two distinct methods: scanning_gemfile and find_gem_files. This change was made to reduce the coupling between two unrelated processes that were sharing variables. - Updated the comments for the find_gem_files method to align with the capabilities of modern Ruby versions. Ocran no longer supports Ruby 1.8 or 1.9.
- Loading branch information