Skip to content

Commit cb6da1d

Browse files
chore(deps): update dependency rubocop to v1.73.0
1 parent 7eb2723 commit cb6da1d

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

Gemfile.lock

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
resend (0.18.0)
4+
resend (0.18.1)
55
httparty (>= 0.21.0)
66

77
GEM
@@ -88,8 +88,9 @@ GEM
8888
multi_xml (>= 0.5.2)
8989
i18n (1.12.0)
9090
concurrent-ruby (~> 1.0)
91-
json (2.7.5)
92-
language_server-protocol (3.17.0.3)
91+
json (2.10.1)
92+
language_server-protocol (3.17.0.4)
93+
lint_roller (1.1.0)
9394
loofah (2.19.1)
9495
crass (~> 1.0.2)
9596
nokogiri (>= 1.5.9)
@@ -118,7 +119,7 @@ GEM
118119
mini_portile2 (~> 2.8.0)
119120
racc (~> 1.4)
120121
parallel (1.26.3)
121-
parser (3.3.5.0)
122+
parser (3.3.7.1)
122123
ast (~> 2.4.1)
123124
racc
124125
pry (0.14.2)
@@ -159,7 +160,7 @@ GEM
159160
zeitwerk (~> 2.5)
160161
rainbow (3.1.1)
161162
rake (13.2.1)
162-
regexp_parser (2.9.2)
163+
regexp_parser (2.10.0)
163164
rspec (3.13.0)
164165
rspec-core (~> 3.13.0)
165166
rspec-expectations (~> 3.13.0)
@@ -173,17 +174,18 @@ GEM
173174
diff-lcs (>= 1.2.0, < 2.0)
174175
rspec-support (~> 3.13.0)
175176
rspec-support (3.13.0)
176-
rubocop (1.68.0)
177+
rubocop (1.73.0)
177178
json (~> 2.3)
178-
language_server-protocol (>= 3.17.0)
179+
language_server-protocol (~> 3.17.0.2)
180+
lint_roller (~> 1.1.0)
179181
parallel (~> 1.10)
180182
parser (>= 3.3.0.2)
181183
rainbow (>= 2.2.2, < 4.0)
182-
regexp_parser (>= 2.4, < 3.0)
183-
rubocop-ast (>= 1.32.2, < 2.0)
184+
regexp_parser (>= 2.9.3, < 3.0)
185+
rubocop-ast (>= 1.38.0, < 2.0)
184186
ruby-progressbar (~> 1.7)
185-
unicode-display_width (>= 2.4.0, < 3.0)
186-
rubocop-ast (1.33.0)
187+
unicode-display_width (>= 2.4.0, < 4.0)
188+
rubocop-ast (1.38.1)
187189
parser (>= 3.3.1.0)
188190
ruby-progressbar (1.13.0)
189191
thor (1.2.1)

0 commit comments

Comments
 (0)