Skip to content

Commit e0f760c

Browse files
deps(bundler): bump rubocop in /dependencies in the rubocop group (#6875)
Bumps the rubocop group in /dependencies with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.77.0 to 1.78.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.77.0...v1.78.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.78.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1b79c2 commit e0f760c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dependencies/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66

7-
gem "rubocop", "~> 1.77.0"
7+
gem "rubocop", "~> 1.78.0"
88
gem "rubocop-github", "~> 0.26.0"
99
gem "rubocop-minitest", "~> 0.38.1"
1010
gem "rubocop-performance", "~>1.25.0"

dependencies/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ GEM
3737
rack (3.1.16)
3838
rainbow (3.1.1)
3939
regexp_parser (2.10.0)
40-
rubocop (1.77.0)
40+
rubocop (1.78.0)
4141
json (~> 2.3)
4242
language_server-protocol (~> 3.17.0.2)
4343
lint_roller (~> 1.1.0)
@@ -99,7 +99,7 @@ PLATFORMS
9999
x86_64-linux-musl
100100

101101
DEPENDENCIES
102-
rubocop (~> 1.77.0)
102+
rubocop (~> 1.78.0)
103103
rubocop-capybara (~> 2.22)
104104
rubocop-factory_bot (~> 2.27)
105105
rubocop-github (~> 0.26.0)

0 commit comments

Comments
 (0)