Skip to content

Commit 075de70

Browse files
chore(deps): update dependency rubocop to '~> 1.75.0'
1 parent 0b5116e commit 075de70

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'multipart-post', '~> 2.4.1', require: false
66

77
group :development, :test do
88
# ref: http://docs.rubocop.org/en/latest/installation/
9-
gem 'rubocop', '~> 1.74.0', require: false
9+
gem 'rubocop', '~> 1.75.0', require: false
1010
gem 'yard', '~> 0.9.20'
1111
end
1212

Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GEM
99
specs:
1010
addressable (2.8.7)
1111
public_suffix (>= 2.0.2, < 7.0)
12-
ast (2.4.2)
12+
ast (2.4.3)
1313
bigdecimal (3.1.9)
1414
crack (1.0.0)
1515
bigdecimal
@@ -21,9 +21,10 @@ GEM
2121
lint_roller (1.1.0)
2222
multipart-post (2.4.1)
2323
parallel (1.26.3)
24-
parser (3.3.7.1)
24+
parser (3.3.7.3)
2525
ast (~> 2.4.1)
2626
racc
27+
prism (1.4.0)
2728
public_suffix (6.0.1)
2829
racc (1.8.1)
2930
rainbow (3.1.1)
@@ -43,19 +44,20 @@ GEM
4344
diff-lcs (>= 1.2.0, < 2.0)
4445
rspec-support (~> 3.13.0)
4546
rspec-support (3.13.2)
46-
rubocop (1.74.0)
47+
rubocop (1.75.1)
4748
json (~> 2.3)
4849
language_server-protocol (~> 3.17.0.2)
4950
lint_roller (~> 1.1.0)
5051
parallel (~> 1.10)
5152
parser (>= 3.3.0.2)
5253
rainbow (>= 2.2.2, < 4.0)
5354
regexp_parser (>= 2.9.3, < 3.0)
54-
rubocop-ast (>= 1.38.0, < 2.0)
55+
rubocop-ast (>= 1.43.0, < 2.0)
5556
ruby-progressbar (~> 1.7)
5657
unicode-display_width (>= 2.4.0, < 4.0)
57-
rubocop-ast (1.38.1)
58-
parser (>= 3.3.1.0)
58+
rubocop-ast (1.43.0)
59+
parser (>= 3.3.7.2)
60+
prism (~> 1.4)
5961
ruby-progressbar (1.13.0)
6062
unicode-display_width (3.1.4)
6163
unicode-emoji (~> 4.0, >= 4.0.4)
@@ -76,7 +78,7 @@ DEPENDENCIES
7678
multipart-post (~> 2.4.1)
7779
rake (~> 13.0)
7880
rspec (~> 3.13.0)
79-
rubocop (~> 1.74.0)
81+
rubocop (~> 1.75.0)
8082
webmock (~> 3.25.0)
8183
yard (~> 0.9.20)
8284

0 commit comments

Comments
 (0)