Skip to content

Commit bb3bb26

Browse files
Update dependency rubocop to v1.69.0
1 parent 124bb0e commit bb3bb26

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ gem 'cocoapods', '1.15.2'
99
# fastlane plugins
1010

1111
group :development do
12-
gem 'rubocop', '1.66.1'
12+
gem 'rubocop', '1.69.0'
1313
end

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ GEM
238238
optparse (0.1.1)
239239
os (1.1.4)
240240
parallel (1.26.3)
241-
parser (3.3.5.0)
241+
parser (3.3.6.0)
242242
ast (~> 2.4.1)
243243
racc
244244
plist (3.7.1)
@@ -254,17 +254,17 @@ GEM
254254
retriable (3.1.2)
255255
rexml (3.3.7)
256256
rouge (2.0.7)
257-
rubocop (1.66.1)
257+
rubocop (1.69.0)
258258
json (~> 2.3)
259259
language_server-protocol (>= 3.17.0)
260260
parallel (~> 1.10)
261261
parser (>= 3.3.0.2)
262262
rainbow (>= 2.2.2, < 4.0)
263263
regexp_parser (>= 2.4, < 3.0)
264-
rubocop-ast (>= 1.32.2, < 2.0)
264+
rubocop-ast (>= 1.36.1, < 2.0)
265265
ruby-progressbar (~> 1.7)
266-
unicode-display_width (>= 2.4.0, < 3.0)
267-
rubocop-ast (1.32.3)
266+
unicode-display_width (>= 2.4.0, < 4.0)
267+
rubocop-ast (1.36.1)
268268
parser (>= 3.3.1.0)
269269
ruby-macho (2.5.1)
270270
ruby-progressbar (1.13.0)
@@ -316,7 +316,7 @@ DEPENDENCIES
316316
fastlane (= 2.216.0)
317317
json (= 2.7.2)
318318
netrc (= 0.11.0)
319-
rubocop (= 1.66.1)
319+
rubocop (= 1.69.0)
320320
xcodeproj (= 1.25.0)
321321

322322
BUNDLED WITH

0 commit comments

Comments
 (0)