Skip to content

Commit 4f92de7

Browse files
Bump rubocop-rails-omakase from 1.0.0 to 1.1.0
Bumps [rubocop-rails-omakase](https://github.com/rails/rubocop-rails-omakase) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/rails/rubocop-rails-omakase/releases) - [Commits](rails/rubocop-rails-omakase@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: rubocop-rails-omakase dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e56fa5f commit 4f92de7

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

Gemfile.lock

+26-26
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GEM
9898
regexp_parser (>= 1.5, < 3.0)
9999
xpath (~> 3.2)
100100
chronic (0.10.2)
101-
concurrent-ruby (1.3.4)
101+
concurrent-ruby (1.3.5)
102102
connection_pool (2.5.0)
103103
crass (1.0.6)
104104
date (3.4.1)
@@ -154,7 +154,7 @@ GEM
154154
http-cookie (1.0.8)
155155
domain_name (~> 0.5)
156156
httpclient (2.8.3)
157-
i18n (1.14.6)
157+
i18n (1.14.7)
158158
concurrent-ruby (~> 1.0)
159159
importmap-rails (2.1.0)
160160
actionpack (>= 6.0.0)
@@ -167,7 +167,7 @@ GEM
167167
jbuilder (2.13.0)
168168
actionview (>= 5.0.0)
169169
activesupport (>= 5.0.0)
170-
json (2.9.1)
170+
json (2.10.1)
171171
kamal (2.4.0)
172172
activesupport (>= 7.0)
173173
base64 (~> 0.2)
@@ -179,8 +179,9 @@ GEM
179179
sshkit (>= 1.23.0, < 2.0)
180180
thor (~> 1.3)
181181
zeitwerk (>= 2.6.18, < 3.0)
182-
language_server-protocol (3.17.0.3)
183-
logger (1.6.4)
182+
language_server-protocol (3.17.0.4)
183+
lint_roller (1.1.0)
184+
logger (1.6.6)
184185
loofah (2.24.0)
185186
crass (~> 1.0.2)
186187
nokogiri (>= 1.12.0)
@@ -238,7 +239,7 @@ GEM
238239
orm_adapter (0.5.0)
239240
ostruct (0.6.1)
240241
parallel (1.26.3)
241-
parser (3.3.6.0)
242+
parser (3.3.7.1)
242243
ast (~> 2.4.1)
243244
racc
244245
pg (1.5.9)
@@ -255,7 +256,7 @@ GEM
255256
nio4r (~> 2.0)
256257
raabro (1.4.0)
257258
racc (1.8.1)
258-
rack (3.1.8)
259+
rack (3.1.10)
259260
rack-session (2.1.0)
260261
base64 (>= 0.1.0)
261262
rack (>= 3.0.0)
@@ -308,34 +309,33 @@ GEM
308309
mime-types (>= 1.16, < 4.0)
309310
netrc (~> 0.8)
310311
rexml (3.4.0)
311-
rubocop (1.69.2)
312+
rubocop (1.72.2)
312313
json (~> 2.3)
313-
language_server-protocol (>= 3.17.0)
314+
language_server-protocol (~> 3.17.0.2)
315+
lint_roller (~> 1.1.0)
314316
parallel (~> 1.10)
315317
parser (>= 3.3.0.2)
316318
rainbow (>= 2.2.2, < 4.0)
317319
regexp_parser (>= 2.9.3, < 3.0)
318-
rubocop-ast (>= 1.36.2, < 2.0)
320+
rubocop-ast (>= 1.38.0, < 2.0)
319321
ruby-progressbar (~> 1.7)
320322
unicode-display_width (>= 2.4.0, < 4.0)
321-
rubocop-ast (1.37.0)
323+
rubocop-ast (1.38.0)
322324
parser (>= 3.3.1.0)
323-
rubocop-minitest (0.36.0)
324-
rubocop (>= 1.61, < 2.0)
325-
rubocop-ast (>= 1.31.1, < 2.0)
326-
rubocop-performance (1.23.1)
327-
rubocop (>= 1.48.1, < 2.0)
328-
rubocop-ast (>= 1.31.1, < 2.0)
329-
rubocop-rails (2.28.0)
325+
rubocop-performance (1.24.0)
326+
lint_roller (~> 1.1)
327+
rubocop (>= 1.72.1, < 2.0)
328+
rubocop-ast (>= 1.38.0, < 2.0)
329+
rubocop-rails (2.30.2)
330330
activesupport (>= 4.2.0)
331+
lint_roller (~> 1.1)
331332
rack (>= 1.1)
332-
rubocop (>= 1.52.0, < 2.0)
333-
rubocop-ast (>= 1.31.1, < 2.0)
334-
rubocop-rails-omakase (1.0.0)
335-
rubocop
336-
rubocop-minitest
337-
rubocop-performance
338-
rubocop-rails
333+
rubocop (>= 1.72.1, < 2.0)
334+
rubocop-ast (>= 1.38.0, < 2.0)
335+
rubocop-rails-omakase (1.1.0)
336+
rubocop (>= 1.72)
337+
rubocop-performance (>= 1.24)
338+
rubocop-rails (>= 2.30)
339339
ruby-progressbar (1.13.0)
340340
rubyzip (2.4.1)
341341
securerandom (0.4.1)
@@ -398,7 +398,7 @@ GEM
398398
railties (>= 6.0.0)
399399
tzinfo (2.0.6)
400400
concurrent-ruby (~> 1.0)
401-
unicode-display_width (3.1.3)
401+
unicode-display_width (3.1.4)
402402
unicode-emoji (~> 4.0, >= 4.0.4)
403403
unicode-emoji (4.0.4)
404404
uri (1.0.2)

0 commit comments

Comments
 (0)