Skip to content

Commit ecd2f14

Browse files
Bump rubocop to 1.84.2 (#3215)
* Bump rubocop to 1.84.2 * fix rubocop offenses
1 parent a3624a8 commit ecd2f14

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ GEM
2525
prism (>= 1.3.0)
2626
rdoc (>= 4.0.0)
2727
reline (>= 0.4.2)
28-
json (2.18.0)
28+
json (2.18.1)
2929
language_server-protocol (3.17.0.5)
3030
lint_roller (1.1.0)
3131
method_source (1.1.0)
3232
minitest (5.27.0)
3333
parallel (1.27.0)
34-
parser (3.3.10.1)
34+
parser (3.3.10.2)
3535
ast (~> 2.4.1)
3636
racc
3737
power_assert (3.0.1)
@@ -56,7 +56,7 @@ GEM
5656
regexp_parser (2.11.3)
5757
reline (0.6.3)
5858
io-console (~> 0.5)
59-
rubocop (1.84.1)
59+
rubocop (1.84.2)
6060
json (~> 2.3)
6161
language_server-protocol (~> 3.17.0.2)
6262
lint_roller (~> 1.1.0)
@@ -117,4 +117,4 @@ DEPENDENCIES
117117
yard (= 0.9.38)
118118

119119
BUNDLED WITH
120-
4.0.3
120+
4.0.6

test/faker/default/test_faker_lorem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def test_unique_with_already_set_values
151151

152152
def test_unique_with_already_set_values_and_parameter
153153
values = ('a'..'z').to_a + ('0'..'9').to_a
154-
@tester.unique.exclude(:characters, [number: 1], values)
154+
@tester.unique.exclude(:characters, [{ number: 1 }], values)
155155
assert_raise(Faker::UniqueGenerator::RetryLimitExceeded) { @tester.unique.characters(number: 1) }
156156
end
157157

0 commit comments

Comments
 (0)