Skip to content

Commit fe3ed43

Browse files
Bump rubocop-rails from 2.27.0 to 2.33.4
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.27.0 to 2.33.4. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.27.0...v2.33.4) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.33.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4931be commit fe3ed43

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

Gemfile.lock

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GEM
9595
regexp_parser (>= 1.5, < 3.0)
9696
xpath (~> 3.2)
9797
chartkick (5.2.1)
98-
concurrent-ruby (1.3.4)
98+
concurrent-ruby (1.3.5)
9999
connection_pool (2.5.3)
100100
crass (1.0.6)
101101
csv (3.3.0)
@@ -194,10 +194,10 @@ GEM
194194
rails-dom-testing (>= 1, < 3)
195195
railties (>= 4.2.0)
196196
thor (>= 0.14, < 2.0)
197-
json (2.11.3)
197+
json (2.15.1)
198198
jwt (2.8.2)
199199
base64
200-
language_server-protocol (3.17.0.4)
200+
language_server-protocol (3.17.0.5)
201201
lint_roller (1.1.0)
202202
logger (1.6.4)
203203
loofah (2.23.1)
@@ -213,7 +213,7 @@ GEM
213213
method_source (1.1.0)
214214
mini_mime (1.1.5)
215215
mini_portile2 (2.8.9)
216-
minitest (5.25.4)
216+
minitest (5.26.0)
217217
msgpack (1.8.0)
218218
mustermann (3.0.3)
219219
ruby2_keywords (~> 0.0.1)
@@ -234,19 +234,19 @@ GEM
234234
racc (~> 1.4)
235235
orm_adapter (0.5.0)
236236
parallel (1.27.0)
237-
parser (3.3.8.0)
237+
parser (3.3.9.0)
238238
ast (~> 2.4.1)
239239
racc
240240
pg (1.5.9)
241-
prism (1.4.0)
241+
prism (1.6.0)
242242
psych (5.2.2)
243243
date
244244
stringio
245245
public_suffix (5.0.4)
246246
puma (6.6.0)
247247
nio4r (~> 2.0)
248248
racc (1.8.1)
249-
rack (2.2.14)
249+
rack (2.2.20)
250250
rack-cors (2.0.2)
251251
rack (>= 2.0.0)
252252
rack-test (2.2.0)
@@ -287,7 +287,7 @@ GEM
287287
redis-client (>= 0.22.0)
288288
redis-client (0.24.0)
289289
connection_pool
290-
regexp_parser (2.10.0)
290+
regexp_parser (2.11.3)
291291
reline (0.6.0)
292292
io-console (~> 0.5)
293293
responders (3.1.1)
@@ -322,14 +322,15 @@ GEM
322322
rubocop-ast (>= 1.44.0, < 2.0)
323323
ruby-progressbar (~> 1.7)
324324
unicode-display_width (>= 2.4.0, < 4.0)
325-
rubocop-ast (1.44.1)
325+
rubocop-ast (1.47.1)
326326
parser (>= 3.3.7.2)
327327
prism (~> 1.4)
328-
rubocop-rails (2.27.0)
328+
rubocop-rails (2.33.4)
329329
activesupport (>= 4.2.0)
330+
lint_roller (~> 1.1)
330331
rack (>= 1.1)
331-
rubocop (>= 1.52.0, < 2.0)
332-
rubocop-ast (>= 1.31.1, < 2.0)
332+
rubocop (>= 1.75.0, < 2.0)
333+
rubocop-ast (>= 1.44.0, < 2.0)
333334
ruby-progressbar (1.13.0)
334335
ruby2_keywords (0.0.5)
335336
ruby_parser (3.20.3)
@@ -362,9 +363,9 @@ GEM
362363
railties (>= 6.0.0)
363364
tzinfo (2.0.6)
364365
concurrent-ruby (~> 1.0)
365-
unicode-display_width (3.1.4)
366-
unicode-emoji (~> 4.0, >= 4.0.4)
367-
unicode-emoji (4.0.4)
366+
unicode-display_width (3.2.0)
367+
unicode-emoji (~> 4.1)
368+
unicode-emoji (4.1.0)
368369
warden (1.2.9)
369370
rack (>= 2.0.9)
370371
warden-jwt_auth (0.10.0)

0 commit comments

Comments
 (0)