Skip to content

Commit 523e782

Browse files
chore(deps): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [webrick](https://github.com/ruby/webrick). Updates `rubocop` from 1.68.0 to 1.69.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.68.0...v1.69.0) Updates `webrick` from 1.9.0 to 1.9.1 - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: webrick dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55506f2 commit 523e782

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -284,20 +284,20 @@ GEM
284284
rb-fsevent (0.11.2)
285285
rb-inotify (0.11.1)
286286
ffi (~> 1.0)
287-
regexp_parser (2.9.2)
287+
regexp_parser (2.9.3)
288288
rexml (3.3.9)
289289
rouge (3.30.0)
290-
rubocop (1.68.0)
290+
rubocop (1.69.0)
291291
json (~> 2.3)
292292
language_server-protocol (>= 3.17.0)
293293
parallel (~> 1.10)
294294
parser (>= 3.3.0.2)
295295
rainbow (>= 2.2.2, < 4.0)
296296
regexp_parser (>= 2.4, < 3.0)
297-
rubocop-ast (>= 1.32.2, < 2.0)
297+
rubocop-ast (>= 1.36.1, < 2.0)
298298
ruby-progressbar (~> 1.7)
299-
unicode-display_width (>= 2.4.0, < 3.0)
300-
rubocop-ast (1.36.1)
299+
unicode-display_width (>= 2.4.0, < 4.0)
300+
rubocop-ast (1.36.2)
301301
parser (>= 3.3.1.0)
302302
rubocop-performance (1.23.0)
303303
rubocop (>= 1.48.1, < 2.0)
@@ -320,9 +320,11 @@ GEM
320320
ethon (>= 0.9.0)
321321
tzinfo (2.0.6)
322322
concurrent-ruby (~> 1.0)
323-
unicode-display_width (2.6.0)
323+
unicode-display_width (3.1.2)
324+
unicode-emoji (~> 4.0, >= 4.0.4)
325+
unicode-emoji (4.0.4)
324326
uri (0.13.1)
325-
webrick (1.9.0)
327+
webrick (1.9.1)
326328

327329
PLATFORMS
328330
aarch64-linux-gnu

0 commit comments

Comments
 (0)