Skip to content

Commit 487b35b

Browse files
authoredMar 4, 2024
Bump rubocop-rails from 2.21.1 to 2.24.0
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.21.1 to 2.24.0. - [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.21.1...v2.24.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 548fbe3 commit 487b35b

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed
 

‎Gemfile.lock

+12-13
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ GEM
9292
date (3.3.4)
9393
diff-lcs (1.5.0)
9494
dotenv (2.8.1)
95-
drb (2.2.0)
96-
ruby2_keywords
95+
drb (2.2.1)
9796
erubi (1.12.0)
9897
factory_bot (6.4.5)
9998
activesupport (>= 5.0.0)
@@ -114,7 +113,7 @@ GEM
114113
jbuilder (2.11.5)
115114
actionview (>= 5.0.0)
116115
activesupport (>= 5.0.0)
117-
json (2.6.3)
116+
json (2.7.1)
118117
language_server-protocol (3.17.0.3)
119118
listen (3.8.0)
120119
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -130,7 +129,7 @@ GEM
130129
marcel (1.0.2)
131130
method_source (1.0.0)
132131
mini_mime (1.1.5)
133-
minitest (5.22.1)
132+
minitest (5.22.2)
134133
msgpack (1.7.2)
135134
mutex_m (0.2.0)
136135
net-imap (0.4.10)
@@ -147,8 +146,8 @@ GEM
147146
racc (~> 1.4)
148147
nokogiri (1.16.2-x86_64-linux)
149148
racc (~> 1.4)
150-
parallel (1.23.0)
151-
parser (3.2.2.3)
149+
parallel (1.24.0)
150+
parser (3.3.0.5)
152151
ast (~> 2.4.1)
153152
racc
154153
pg (1.5.4)
@@ -163,7 +162,7 @@ GEM
163162
puma (6.4.2)
164163
nio4r (~> 2.0)
165164
racc (1.7.3)
166-
rack (3.0.9)
165+
rack (3.0.9.1)
167166
rack-cors (2.0.1)
168167
rack (>= 2.0.0)
169168
rack-session (2.0.0)
@@ -209,7 +208,7 @@ GEM
209208
ffi (~> 1.0)
210209
rdoc (6.6.2)
211210
psych (>= 4.0.0)
212-
regexp_parser (2.8.1)
211+
regexp_parser (2.9.0)
213212
reline (0.4.2)
214213
io-console (~> 0.5)
215214
rexml (3.2.6)
@@ -243,27 +242,27 @@ GEM
243242
rubocop-ast (>= 1.28.1, < 2.0)
244243
ruby-progressbar (~> 1.7)
245244
unicode-display_width (>= 2.4.0, < 3.0)
246-
rubocop-ast (1.29.0)
247-
parser (>= 3.2.1.0)
245+
rubocop-ast (1.31.1)
246+
parser (>= 3.3.0.4)
248247
rubocop-capybara (2.18.0)
249248
rubocop (~> 1.41)
250249
rubocop-factory_bot (2.23.1)
251250
rubocop (~> 1.33)
252251
rubocop-performance (1.18.0)
253252
rubocop (>= 1.7.0, < 2.0)
254253
rubocop-ast (>= 0.4.0)
255-
rubocop-rails (2.21.1)
254+
rubocop-rails (2.24.0)
256255
activesupport (>= 4.2.0)
257256
rack (>= 1.1)
258257
rubocop (>= 1.33.0, < 2.0)
258+
rubocop-ast (>= 1.31.1, < 2.0)
259259
rubocop-rake (0.6.0)
260260
rubocop (~> 1.0)
261261
rubocop-rspec (2.24.0)
262262
rubocop (~> 1.33)
263263
rubocop-capybara (~> 2.17)
264264
rubocop-factory_bot (~> 2.22)
265265
ruby-progressbar (1.13.0)
266-
ruby2_keywords (0.0.5)
267266
scout_apm (5.3.5)
268267
parser
269268
shoulda-matchers (6.1.0)
@@ -277,7 +276,7 @@ GEM
277276
timeout (0.4.1)
278277
tzinfo (2.0.6)
279278
concurrent-ruby (~> 1.0)
280-
unicode-display_width (2.4.2)
279+
unicode-display_width (2.5.0)
281280
webrick (1.8.1)
282281
websocket-driver (0.7.6)
283282
websocket-extensions (>= 0.1.0)

0 commit comments

Comments
 (0)