Skip to content

Commit 59c68b1

Browse files
Bump rubocop from 1.79.2 to 1.80.0 in the ruby-dependencies group
Bumps the ruby-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:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c96654b commit 59c68b1

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
@@ -8,7 +8,7 @@ group :development do
88
gem "byebug", "~> 12.0"
99
gem "rake", "~> 13.2"
1010
gem "rspec", "~> 3.13"
11-
gem "rubocop", "~> 1.74"
11+
gem "rubocop", "~> 1.80"
1212
gem "rubocop-performance", "~> 1.25"
1313
gem "rubocop-rake", "~> 0.7"
1414
gem "rubocop-rspec", "~> 3.6"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ GEM
3535
diff-lcs (>= 1.2.0, < 2.0)
3636
rspec-support (~> 3.13.0)
3737
rspec-support (3.13.5)
38-
rubocop (1.79.2)
38+
rubocop (1.80.0)
3939
json (~> 2.3)
4040
language_server-protocol (~> 3.17.0.2)
4141
lint_roller (~> 1.1.0)
@@ -78,7 +78,7 @@ DEPENDENCIES
7878
plissken!
7979
rake (~> 13.2)
8080
rspec (~> 3.13)
81-
rubocop (~> 1.74)
81+
rubocop (~> 1.80)
8282
rubocop-performance (~> 1.25)
8383
rubocop-rake (~> 0.7)
8484
rubocop-rspec (~> 3.6)

0 commit comments

Comments
 (0)