Skip to content

Commit 142b719

Browse files
hsbtnobu
andauthored
Update spec/bundled_gems_spec.rb
Co-authored-by: Nobuyoshi Nakada <nobu.nakada@gmail.com>
1 parent 6a82534 commit 142b719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/bundled_gems_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def my
280280
# Original issue is childprocess 5.0.0 and logger.
281281
build_lib "fileutils2", "5.0.0" do |s|
282282
# bootsnap expand required feature to full path
283-
rubylibpath = File.realpath(File.expand_path(File.join(__dir__, "..", "lib")))
283+
rubylibpath = File.realpath(File.join(__dir__, "..", "lib"))
284284
s.write "lib/fileutils2.rb", "require '#{rubylibpath}/fileutils'"
285285
end
286286

0 commit comments

Comments
 (0)