Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix app cache folder source gems #318

Merged
merged 1 commit into from
May 17, 2021
Merged

Commits on May 17, 2021

  1. Fix app cache folder source gems

    When Bundler is configured to cache gems inside the `vendor/cache`
    folder in the app directory, for source gems, it creates git clones in
    that folder. Those gems are consumed from those git clones, so they
    look like they are part of the application code, as far as Tapioca is
    concerned.
    
    By adding an explicit check for the source files coming from
    `Bundler.app_cache` folder, we can make sure we treat those source
    locations are gem sources.
    paracycle committed May 17, 2021
    Configuration menu
    Copy the full SHA
    a3c7734 View commit details
    Browse the repository at this point in the history