Skip to content

Commit 6c6cd59

Browse files
Bump rubocop from 1.62.1 to 1.69.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.69.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.62.1...v1.69.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5a43266 commit 6c6cd59

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ group :development, :test do
4040
gem 'ffaker'
4141
gem 'parser', '~> 3.3.0'
4242
gem 'rspec-rails', '~> 6.1'
43-
gem 'rubocop', '~> 1.62'
43+
gem 'rubocop', '~> 1.69'
4444
gem 'rubocop-rails', require: false
4545
end
4646

Gemfile.lock

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ GEM
126126
jquery-turbolinks (2.1.0)
127127
railties (>= 3.1.0)
128128
turbolinks
129-
json (2.7.1)
129+
json (2.9.1)
130130
json_schemer (0.2.25)
131131
ecma-re-validator (~> 0.3)
132132
hana (~> 1.3)
@@ -167,8 +167,8 @@ GEM
167167
paper_trail (11.1.0)
168168
activerecord (>= 5.2)
169169
request_store (~> 1.1)
170-
parallel (1.24.0)
171-
parser (3.3.0.5)
170+
parallel (1.26.3)
171+
parser (3.3.6.0)
172172
ast (~> 2.4.1)
173173
racc
174174
pg (1.5.6)
@@ -225,7 +225,7 @@ GEM
225225
rake (13.1.0)
226226
ranked-model (0.4.9)
227227
activerecord (>= 5.2)
228-
regexp_parser (2.9.0)
228+
regexp_parser (2.10.0)
229229
request_store (1.5.0)
230230
rack (>= 1.4)
231231
responders (3.1.1)
@@ -249,19 +249,18 @@ GEM
249249
rspec-mocks (~> 3.13)
250250
rspec-support (~> 3.13)
251251
rspec-support (3.13.1)
252-
rubocop (1.62.1)
252+
rubocop (1.69.2)
253253
json (~> 2.3)
254254
language_server-protocol (>= 3.17.0)
255255
parallel (~> 1.10)
256256
parser (>= 3.3.0.2)
257257
rainbow (>= 2.2.2, < 4.0)
258-
regexp_parser (>= 1.8, < 3.0)
259-
rexml (>= 3.2.5, < 4.0)
260-
rubocop-ast (>= 1.31.1, < 2.0)
258+
regexp_parser (>= 2.9.3, < 3.0)
259+
rubocop-ast (>= 1.36.2, < 2.0)
261260
ruby-progressbar (~> 1.7)
262-
unicode-display_width (>= 2.4.0, < 3.0)
263-
rubocop-ast (1.31.2)
264-
parser (>= 3.3.0.4)
261+
unicode-display_width (>= 2.4.0, < 4.0)
262+
rubocop-ast (1.37.0)
263+
parser (>= 3.3.1.0)
265264
rubocop-rails (2.24.0)
266265
activesupport (>= 4.2.0)
267266
rack (>= 1.1)
@@ -310,7 +309,9 @@ GEM
310309
unf (0.1.4)
311310
unf_ext
312311
unf_ext (0.0.8.2)
313-
unicode-display_width (2.5.0)
312+
unicode-display_width (3.1.3)
313+
unicode-emoji (~> 4.0, >= 4.0.4)
314+
unicode-emoji (4.0.4)
314315
uri_template (0.7.0)
315316
versionomy (0.5.0)
316317
blockenspiel (~> 0.5)
@@ -355,7 +356,7 @@ DEPENDENCIES
355356
ranked-model
356357
rexml (~> 3.3)
357358
rspec-rails (~> 6.1)
358-
rubocop (~> 1.62)
359+
rubocop (~> 1.69)
359360
rubocop-rails
360361
sass-rails (~> 5.1)
361362
sentry-rails

0 commit comments

Comments
 (0)