Skip to content

Commit b5a87b7

Browse files
authored
Merge pull request #2700 from ksss/update-fileutils-1.8.0
Update FileUtils to v1.8.0
2 parents d86ab02 + 470a6d6 commit b5a87b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ GEM
4646
ffi (1.17.2-aarch64-linux-gnu)
4747
ffi (1.17.2-arm64-darwin)
4848
ffi (1.17.2-x86_64-linux-gnu)
49-
fileutils (1.7.3)
49+
fileutils (1.8.0)
5050
goodcheck (3.1.0)
5151
marcel (>= 1.0, < 2.0)
5252
psych (>= 3.1, < 5.0)

test/stdlib/FileUtils_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ def test_ln_sr
360360
FileUtils, :ln_sr, ToStr.new("src"), ToStr.new("dest"), noop: true
361361
assert_send_type "(ToPath, ToPath, noop: bool) -> void",
362362
FileUtils, :ln_sr, ToPath.new("src"), ToPath.new("dest"), noop: true
363-
assert_send_type "(Array[String | ToStr | ToPath], String, noop: bool, verbose: bool, target_directory: false) -> void",
364-
FileUtils, :ln_sr, ["src", ToStr.new("src"), ToStr.new("src")], "dest_dir", noop: true, verbose: false, target_directory: false
363+
assert_send_type "(Array[String | ToStr | ToPath], String, noop: bool, verbose: bool, target_directory: true) -> void",
364+
FileUtils, :ln_sr, ["src", ToStr.new("src"), ToStr.new("src")], "dest_dir", noop: true, verbose: false, target_directory: true
365365
end
366366
end
367367

0 commit comments

Comments
 (0)