Skip to content

Commit 2c38bb1

Browse files
authored
Merge pull request #7176 from StoDevX/renovate/rubocop-1.x
Update dependency rubocop to v1.66.1
2 parents f04eb27 + fdfc93f commit 2c38bb1

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
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.56.2'
12+
gem 'rubocop', '1.66.1'
1313
end

Gemfile.lock

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GEM
4040
aws-sigv4 (1.8.0)
4141
aws-eventstream (~> 1, >= 1.0.2)
4242
babosa (1.0.4)
43-
base64 (0.1.1)
43+
base64 (0.2.0)
4444
bigdecimal (3.1.6)
4545
claide (1.1.0)
4646
cocoapods (1.15.2)
@@ -233,37 +233,35 @@ GEM
233233
nkf (0.2.0)
234234
optparse (0.1.1)
235235
os (1.1.4)
236-
parallel (1.23.0)
237-
parser (3.2.2.3)
236+
parallel (1.26.3)
237+
parser (3.3.5.0)
238238
ast (~> 2.4.1)
239239
racc
240240
plist (3.7.1)
241241
public_suffix (4.0.7)
242-
racc (1.7.1)
242+
racc (1.8.1)
243243
rainbow (3.1.1)
244244
rake (13.1.0)
245-
regexp_parser (2.8.1)
245+
regexp_parser (2.9.2)
246246
representable (3.2.0)
247247
declarative (< 0.1.0)
248248
trailblazer-option (>= 0.1.1, < 0.2.0)
249249
uber (< 0.2.0)
250250
retriable (3.1.2)
251251
rexml (3.3.7)
252252
rouge (2.0.7)
253-
rubocop (1.56.2)
254-
base64 (~> 0.1.1)
253+
rubocop (1.66.1)
255254
json (~> 2.3)
256255
language_server-protocol (>= 3.17.0)
257256
parallel (~> 1.10)
258-
parser (>= 3.2.2.3)
257+
parser (>= 3.3.0.2)
259258
rainbow (>= 2.2.2, < 4.0)
260-
regexp_parser (>= 1.8, < 3.0)
261-
rexml (>= 3.2.5, < 4.0)
262-
rubocop-ast (>= 1.28.1, < 2.0)
259+
regexp_parser (>= 2.4, < 3.0)
260+
rubocop-ast (>= 1.32.2, < 2.0)
263261
ruby-progressbar (~> 1.7)
264262
unicode-display_width (>= 2.4.0, < 3.0)
265-
rubocop-ast (1.29.0)
266-
parser (>= 3.2.1.0)
263+
rubocop-ast (1.32.3)
264+
parser (>= 3.3.1.0)
267265
ruby-macho (2.5.1)
268266
ruby-progressbar (1.13.0)
269267
ruby2_keywords (0.0.5)
@@ -290,7 +288,7 @@ GEM
290288
tzinfo (2.0.6)
291289
concurrent-ruby (~> 1.0)
292290
uber (0.1.0)
293-
unicode-display_width (2.4.2)
291+
unicode-display_width (2.5.0)
294292
word_wrap (1.0.0)
295293
xcodeproj (1.25.0)
296294
CFPropertyList (>= 2.3.3, < 4.0)
@@ -313,7 +311,7 @@ DEPENDENCIES
313311
fastlane (= 2.216.0)
314312
json (= 2.7.2)
315313
netrc (= 0.11.0)
316-
rubocop (= 1.56.2)
314+
rubocop (= 1.66.1)
317315
xcodeproj (= 1.25.0)
318316

319317
BUNDLED WITH

0 commit comments

Comments
 (0)