Skip to content

Commit 7fab96c

Browse files
deps(bundler): bump rubocop in /dependencies in the rubocop group (#7313)
Bumps the rubocop group in /dependencies with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.81.7 to 1.82.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.7...v1.82.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.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 4b07868 commit 7fab96c

2 files changed

Lines changed: 7 additions & 7 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.81.7"
7+
gem "rubocop", "~> 1.82.0"
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GEM
2222
drb (2.2.3)
2323
i18n (1.14.7)
2424
concurrent-ruby (~> 1.0)
25-
json (2.17.1)
25+
json (2.18.0)
2626
language_server-protocol (3.17.0.5)
2727
lint_roller (1.1.0)
2828
logger (1.7.0)
@@ -31,20 +31,20 @@ GEM
3131
parser (3.3.10.0)
3232
ast (~> 2.4.1)
3333
racc
34-
prism (1.6.0)
34+
prism (1.7.0)
3535
racc (1.8.1)
3636
rack (3.2.4)
3737
rainbow (3.1.1)
3838
regexp_parser (2.11.3)
39-
rubocop (1.81.7)
39+
rubocop (1.82.0)
4040
json (~> 2.3)
4141
language_server-protocol (~> 3.17.0.2)
4242
lint_roller (~> 1.1.0)
4343
parallel (~> 1.10)
4444
parser (>= 3.3.0.2)
4545
rainbow (>= 2.2.2, < 4.0)
4646
regexp_parser (>= 2.9.3, < 3.0)
47-
rubocop-ast (>= 1.47.1, < 2.0)
47+
rubocop-ast (>= 1.48.0, < 2.0)
4848
ruby-progressbar (~> 1.7)
4949
unicode-display_width (>= 2.4.0, < 4.0)
5050
rubocop-ast (1.48.0)
@@ -90,15 +90,15 @@ GEM
9090
concurrent-ruby (~> 1.0)
9191
unicode-display_width (3.2.0)
9292
unicode-emoji (~> 4.1)
93-
unicode-emoji (4.1.0)
93+
unicode-emoji (4.2.0)
9494
uri (1.1.1)
9595

9696
PLATFORMS
9797
ruby
9898
x86_64-linux-musl
9999

100100
DEPENDENCIES
101-
rubocop (~> 1.81.7)
101+
rubocop (~> 1.82.0)
102102
rubocop-capybara (~> 2.22)
103103
rubocop-factory_bot (~> 2.28)
104104
rubocop-github (~> 0.26.0)

0 commit comments

Comments
 (0)