Skip to content

Commit 36753a0

Browse files
chore(deps): bump rubocop in the dependencies group
Bumps the dependencies group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.79.2 to 1.80.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.79.2...v1.80.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9cd5dcf commit 36753a0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem "json", "2.13.2"
77
gem "language_server-protocol", "3.17.0.5"
88
gem "nokogiri", "~> 1.18.8"
99
gem "rake", "13.3.0"
10-
gem "rubocop", "1.79.2"
10+
gem "rubocop", "1.80.0"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,10 @@ GEM
299299
rb-fsevent (0.11.2)
300300
rb-inotify (0.11.1)
301301
ffi (~> 1.0)
302-
regexp_parser (2.11.1)
302+
regexp_parser (2.11.2)
303303
rexml (3.4.1)
304304
rouge (3.30.0)
305-
rubocop (1.79.2)
305+
rubocop (1.80.0)
306306
json (~> 2.3)
307307
language_server-protocol (~> 3.17.0.2)
308308
lint_roller (~> 1.1.0)
@@ -338,7 +338,7 @@ GEM
338338
ethon (>= 0.9.0)
339339
tzinfo (2.0.6)
340340
concurrent-ruby (~> 1.0)
341-
unicode-display_width (3.1.4)
341+
unicode-display_width (3.1.5)
342342
unicode-emoji (~> 4.0, >= 4.0.4)
343343
unicode-emoji (4.0.4)
344344
uri (1.0.3)
@@ -373,7 +373,7 @@ DEPENDENCIES
373373
octokit
374374
pry
375375
rake (= 13.3.0)
376-
rubocop (= 1.79.2)
376+
rubocop (= 1.80.0)
377377
rubocop-performance
378378
safe_yaml
379379
webrick

0 commit comments

Comments
 (0)