Skip to content

Commit 0b56130

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.80.0 to 1.80.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.80.0...v1.80.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ad95b5 commit 0b56130

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.80.0"
10+
gem "rubocop", "1.80.1"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ GEM
302302
regexp_parser (2.11.2)
303303
rexml (3.4.1)
304304
rouge (3.30.0)
305-
rubocop (1.80.0)
305+
rubocop (1.80.1)
306306
json (~> 2.3)
307307
language_server-protocol (~> 3.17.0.2)
308308
lint_roller (~> 1.1.0)
@@ -373,7 +373,7 @@ DEPENDENCIES
373373
octokit
374374
pry
375375
rake (= 13.3.0)
376-
rubocop (= 1.80.0)
376+
rubocop (= 1.80.1)
377377
rubocop-performance
378378
safe_yaml
379379
webrick

0 commit comments

Comments
 (0)