Skip to content

Commit 42823ad

Browse files
Bump rubocop from 1.60.2 to 1.64.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 to 1.64.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.60.2...v1.64.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2a2cf4d commit 42823ad

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Gemfile.lock

+10-8
Original file line numberDiff line numberDiff line change
@@ -186,15 +186,15 @@ GEM
186186
activerecord (>= 6.1)
187187
request_store (~> 1.4)
188188
parallel (1.24.0)
189-
parser (3.3.0.5)
189+
parser (3.3.1.0)
190190
ast (~> 2.4.1)
191191
racc
192192
pg (1.5.6)
193193
psych (5.1.2)
194194
stringio
195195
puma (6.4.2)
196196
nio4r (~> 2.0)
197-
racc (1.7.3)
197+
racc (1.8.0)
198198
rack (2.2.9)
199199
rack-protection (3.1.0)
200200
rack (~> 2.2, >= 2.2.4)
@@ -247,7 +247,7 @@ GEM
247247
connection_pool
248248
redis-namespace (1.11.0)
249249
redis (>= 4)
250-
regexp_parser (2.9.0)
250+
regexp_parser (2.9.2)
251251
reline (0.5.1)
252252
io-console (~> 0.5)
253253
request_store (1.5.1)
@@ -265,7 +265,8 @@ GEM
265265
http-cookie (>= 1.0.2, < 2.0)
266266
mime-types (>= 1.16, < 4.0)
267267
netrc (~> 0.8)
268-
rexml (3.2.6)
268+
rexml (3.2.8)
269+
strscan (>= 3.0.9)
269270
rouge (4.1.2)
270271
rspec-core (3.13.0)
271272
rspec-support (~> 3.13.0)
@@ -284,19 +285,19 @@ GEM
284285
rspec-mocks (~> 3.13)
285286
rspec-support (~> 3.13)
286287
rspec-support (3.13.1)
287-
rubocop (1.60.2)
288+
rubocop (1.64.0)
288289
json (~> 2.3)
289290
language_server-protocol (>= 3.17.0)
290291
parallel (~> 1.10)
291292
parser (>= 3.3.0.2)
292293
rainbow (>= 2.2.2, < 4.0)
293294
regexp_parser (>= 1.8, < 3.0)
294295
rexml (>= 3.2.5, < 4.0)
295-
rubocop-ast (>= 1.30.0, < 2.0)
296+
rubocop-ast (>= 1.31.1, < 2.0)
296297
ruby-progressbar (~> 1.7)
297298
unicode-display_width (>= 2.4.0, < 3.0)
298-
rubocop-ast (1.31.2)
299-
parser (>= 3.3.0.4)
299+
rubocop-ast (1.31.3)
300+
parser (>= 3.3.1.0)
300301
rubocop-capybara (2.20.0)
301302
rubocop (~> 1.41)
302303
rubocop-factory_bot (2.25.1)
@@ -341,6 +342,7 @@ GEM
341342
activesupport (>= 5.2)
342343
sprockets (>= 3.0.0)
343344
stringio (3.1.0)
345+
strscan (3.1.0)
344346
thor (1.3.1)
345347
tilt (2.2.0)
346348
timeout (0.4.1)

0 commit comments

Comments
 (0)