Skip to content

Commit 2fa5804

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 00f1507 commit 2fa5804

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.2.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)
@@ -248,7 +248,7 @@ GEM
248248
connection_pool
249249
redis-namespace (1.11.0)
250250
redis (>= 4)
251-
regexp_parser (2.9.0)
251+
regexp_parser (2.9.2)
252252
reline (0.5.1)
253253
io-console (~> 0.5)
254254
request_store (1.5.1)
@@ -266,7 +266,8 @@ GEM
266266
http-cookie (>= 1.0.2, < 2.0)
267267
mime-types (>= 1.16, < 4.0)
268268
netrc (~> 0.8)
269-
rexml (3.2.6)
269+
rexml (3.2.8)
270+
strscan (>= 3.0.9)
270271
rouge (4.1.2)
271272
rspec-core (3.13.0)
272273
rspec-support (~> 3.13.0)
@@ -285,19 +286,19 @@ GEM
285286
rspec-mocks (~> 3.13)
286287
rspec-support (~> 3.13)
287288
rspec-support (3.13.1)
288-
rubocop (1.60.2)
289+
rubocop (1.64.0)
289290
json (~> 2.3)
290291
language_server-protocol (>= 3.17.0)
291292
parallel (~> 1.10)
292293
parser (>= 3.3.0.2)
293294
rainbow (>= 2.2.2, < 4.0)
294295
regexp_parser (>= 1.8, < 3.0)
295296
rexml (>= 3.2.5, < 4.0)
296-
rubocop-ast (>= 1.30.0, < 2.0)
297+
rubocop-ast (>= 1.31.1, < 2.0)
297298
ruby-progressbar (~> 1.7)
298299
unicode-display_width (>= 2.4.0, < 3.0)
299-
rubocop-ast (1.31.2)
300-
parser (>= 3.3.0.4)
300+
rubocop-ast (1.31.3)
301+
parser (>= 3.3.1.0)
301302
rubocop-capybara (2.20.0)
302303
rubocop (~> 1.41)
303304
rubocop-factory_bot (2.25.1)
@@ -342,6 +343,7 @@ GEM
342343
activesupport (>= 5.2)
343344
sprockets (>= 3.0.0)
344345
stringio (3.1.0)
346+
strscan (3.1.0)
345347
thor (1.3.1)
346348
tilt (2.2.0)
347349
timeout (0.4.1)

0 commit comments

Comments
 (0)