Skip to content

Commit f2264d2

Browse files
deps(bundler): bump rubocop in /dependencies in the rubocop group (#7514)
Bumps the rubocop group in /dependencies with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.84.1 to 1.84.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.84.1...v1.84.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rubocop ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9e6534 commit f2264d2

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.84.1"
7+
gem "rubocop", "~> 1.84.2"
88
gem "rubocop-github", "~> 0.26.0"
99
gem "rubocop-minitest", "~> 0.38.2"
1010
gem "rubocop-performance", "~>1.26.1"

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.2.4)
3838
rainbow (3.1.1)
3939
regexp_parser (2.11.3)
40-
rubocop (1.84.1)
40+
rubocop (1.84.2)
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.84.1)
102+
rubocop (~> 1.84.2)
103103
rubocop-capybara (~> 2.22)
104104
rubocop-factory_bot (~> 2.28)
105105
rubocop-github (~> 0.26.0)

0 commit comments

Comments
 (0)