Skip to content

Commit e6415ff

Browse files
authored
Update rubocop-performance to version 1.26.1
1 parent bdb01ea commit e6415ff

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Gemfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,23 +230,24 @@ GEM
230230
rspec-mocks (~> 3.13)
231231
rspec-support (~> 3.13)
232232
rspec-support (3.13.1)
233-
rubocop (1.74.0)
233+
rubocop (1.81.7)
234234
json (~> 2.3)
235235
language_server-protocol (~> 3.17.0.2)
236236
lint_roller (~> 1.1.0)
237237
parallel (~> 1.10)
238238
parser (>= 3.3.0.2)
239239
rainbow (>= 2.2.2, < 4.0)
240240
regexp_parser (>= 2.9.3, < 3.0)
241-
rubocop-ast (>= 1.38.0, < 2.0)
241+
rubocop-ast (>= 1.47.1, < 2.0)
242242
ruby-progressbar (~> 1.7)
243243
unicode-display_width (>= 2.4.0, < 4.0)
244244
rubocop-ast (1.47.1)
245245
parser (>= 3.3.7.2)
246246
prism (~> 1.4)
247-
rubocop-performance (1.23.0)
248-
rubocop (>= 1.48.1, < 2.0)
249-
rubocop-ast (>= 1.31.1, < 2.0)
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)
250251
rubocop-rails (2.27.0)
251252
activesupport (>= 4.2.0)
252253
rack (>= 1.1)

0 commit comments

Comments
 (0)