lib/tapioca/gemfile.rb in tapioca-0.2.2 vs lib/tapioca/gemfile.rb in tapioca-0.2.3
- old
+ new
@@ -99,10 +99,10 @@
end
sig { returns(T::Array[Pathname]) }
def files
@spec.full_require_paths.flat_map do |path|
- Pathname.new(path).glob("**/*.rb")
+ Pathname.glob((Pathname.new(path) / "**/*.rb").to_s)
end
end
sig { returns(String) }
def name