Skip to content

Commit c77365c

Browse files
chore(deps): update dependency rubocop-minitest to v0.23.2 (#1208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d90c6e1 commit c77365c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GEM
3131
unicode-display_width (>= 1.4.0, < 3.0)
3232
rubocop-ast (1.23.0)
3333
parser (>= 3.1.1.0)
34-
rubocop-minitest (0.23.0)
34+
rubocop-minitest (0.23.2)
3535
rubocop (>= 0.90, < 2.0)
3636
ruby-progressbar (1.11.0)
3737
unicode-display_width (2.3.0)

test/test_test_app.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def test_app_config_single_app
3636

3737
def test_autolink_script_path
3838
cli = fixture_path('test_app', 'node_modules', '@react-native-community', 'cli-platform-ios')
39+
3940
stub :resolve_module, cli do
4041
assert(require(autolink_script_path))
4142
end

0 commit comments

Comments
 (0)