Skip to content

Commit 5f4aa47

Browse files
authored
Update rubocop-performance to version 1.26.1
1 parent 81fb822 commit 5f4aa47

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

Gemfile.lock

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
tzinfo (~> 2.0)
6969
addressable (2.8.7)
7070
public_suffix (>= 2.0.2, < 7.0)
71-
ast (2.4.2)
71+
ast (2.4.3)
7272
autoprefixer-rails (10.4.7.0)
7373
execjs (~> 2)
7474
base64 (0.2.0)
@@ -122,12 +122,13 @@ GEM
122122
rails-dom-testing (>= 1, < 3)
123123
railties (>= 4.2.0)
124124
thor (>= 0.14, < 2.0)
125-
json (2.9.1)
126-
language_server-protocol (3.17.0.3)
125+
json (2.15.2)
126+
language_server-protocol (3.17.0.5)
127127
launchy (3.1.0)
128128
addressable (~> 2.8)
129129
childprocess (~> 5.0)
130130
logger (~> 1.6)
131+
lint_roller (1.1.0)
131132
logger (1.6.1)
132133
loofah (2.24.0)
133134
crass (~> 1.0.2)
@@ -157,10 +158,11 @@ GEM
157158
nokogiri (1.18.1)
158159
mini_portile2 (~> 2.8.2)
159160
racc (~> 1.4)
160-
parallel (1.26.3)
161-
parser (3.3.6.0)
161+
parallel (1.27.0)
162+
parser (3.3.9.0)
162163
ast (~> 2.4.1)
163164
racc
165+
prism (1.6.0)
164166
pry (0.15.2)
165167
coderay (~> 1.1)
166168
method_source (~> 1.0)
@@ -207,7 +209,7 @@ GEM
207209
rake (13.2.1)
208210
rdoc (6.6.3.1)
209211
psych (>= 4.0.0)
210-
regexp_parser (2.10.0)
212+
regexp_parser (2.11.3)
211213
rexml (3.3.9)
212214
rspec-collection_matchers (1.2.1)
213215
rspec-expectations (>= 2.99.0.beta1)
@@ -228,21 +230,24 @@ GEM
228230
rspec-mocks (~> 3.13)
229231
rspec-support (~> 3.13)
230232
rspec-support (3.13.1)
231-
rubocop (1.69.2)
233+
rubocop (1.81.6)
232234
json (~> 2.3)
233-
language_server-protocol (>= 3.17.0)
235+
language_server-protocol (~> 3.17.0.2)
236+
lint_roller (~> 1.1.0)
234237
parallel (~> 1.10)
235238
parser (>= 3.3.0.2)
236239
rainbow (>= 2.2.2, < 4.0)
237240
regexp_parser (>= 2.9.3, < 3.0)
238-
rubocop-ast (>= 1.36.2, < 2.0)
241+
rubocop-ast (>= 1.47.1, < 2.0)
239242
ruby-progressbar (~> 1.7)
240243
unicode-display_width (>= 2.4.0, < 4.0)
241-
rubocop-ast (1.37.0)
242-
parser (>= 3.3.1.0)
243-
rubocop-performance (1.23.0)
244-
rubocop (>= 1.48.1, < 2.0)
245-
rubocop-ast (>= 1.31.1, < 2.0)
244+
rubocop-ast (1.47.1)
245+
parser (>= 3.3.7.2)
246+
prism (~> 1.4)
247+
rubocop-performance (1.26.1)
248+
lint_roller (~> 1.1)
249+
rubocop (>= 1.75.0, < 2.0)
250+
rubocop-ast (>= 1.47.1, < 2.0)
246251
rubocop-rails (2.27.0)
247252
activesupport (>= 4.2.0)
248253
rack (>= 1.1)
@@ -296,9 +301,9 @@ GEM
296301
concurrent-ruby (~> 1.0)
297302
uglifier (4.2.1)
298303
execjs (>= 0.3.0, < 3)
299-
unicode-display_width (3.1.3)
300-
unicode-emoji (~> 4.0, >= 4.0.4)
301-
unicode-emoji (4.0.4)
304+
unicode-display_width (3.2.0)
305+
unicode-emoji (~> 4.1)
306+
unicode-emoji (4.1.0)
302307
web-console (4.0.4)
303308
actionview (>= 6.0.0)
304309
activemodel (>= 6.0.0)

0 commit comments

Comments
 (0)