Skip to content

Commit

Permalink
Merge pull request #318 from Shopify/uk-fix-bundler-app-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
paracycle committed May 17, 2021
2 parents 997b037 + a3c7734 commit a3d21c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tapioca/gemfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def gem_in_app_dir?(gemfile_dir)

sig { returns(T::Boolean) }
def gem_in_bundle_path?
full_gem_path.start_with?(Bundler.bundle_path.to_s)
full_gem_path.start_with?(Bundler.bundle_path.to_s, Bundler.app_cache.to_s)
end
end
end
Expand Down

0 comments on commit a3d21c2

Please sign in to comment.