Skip to content

Commit 20da02a

Browse files
deps(bundler): bump rubocop from 1.60.2 to 1.61.0 in /dependencies (#5359)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 to 1.61.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.60.2...v1.61.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 630d44b commit 20da02a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.60.2"
7+
gem "rubocop", "~> 1.61.0"
88
gem "rubocop-github", "~> 0.20.0"
99
gem "rubocop-minitest", "~> 0.34.5"
1010
gem "rubocop-performance", "~>1.20.2"

dependencies/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GEM
3434
rainbow (3.1.1)
3535
regexp_parser (2.9.0)
3636
rexml (3.2.6)
37-
rubocop (1.60.2)
37+
rubocop (1.61.0)
3838
json (~> 2.3)
3939
language_server-protocol (>= 3.17.0)
4040
parallel (~> 1.10)
@@ -94,7 +94,7 @@ PLATFORMS
9494
ruby
9595

9696
DEPENDENCIES
97-
rubocop (~> 1.60.2)
97+
rubocop (~> 1.61.0)
9898
rubocop-github (~> 0.20.0)
9999
rubocop-minitest (~> 0.34.5)
100100
rubocop-performance (~> 1.20.2)

0 commit comments

Comments
 (0)