lib/tapioca/gemfile.rb in tapioca-0.4.21 vs lib/tapioca/gemfile.rb in tapioca-0.4.22

- old
+ new

@@ -174,10 +174,10 @@ !gem_in_bundle_path? && full_gem_path.start_with?(gemfile_dir) end 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 end