Skip to content

Commit 4cabfd6

Browse files
deps(bundler): bump the rubocop group across 1 directory with 4 updates (#6820)
Bumps the rubocop group with 4 updates in the /dependencies directory: [rubocop](https://github.com/rubocop/rubocop), [rubocop-github](https://github.com/github/rubocop-github), [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) and [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `rubocop` from 1.75.5 to 1.75.8 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.5...v1.75.8) Updates `rubocop-github` from 0.23.0 to 0.25.0 - [Release notes](https://github.com/github/rubocop-github/releases) - [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md) - [Commits](github/rubocop-github@v0.23.0...v0.25.0) Updates `rubocop-minitest` from 0.38.0 to 0.38.1 - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-minitest@v0.38.0...v0.38.1) Updates `rubocop-rails` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.31.0...v2.32.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rubocop - dependency-name: rubocop-github dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-minitest dependency-version: 0.38.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rubocop - dependency-name: rubocop-rails dependency-version: 2.32.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 05919fd commit 4cabfd6

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

dependencies/Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ source "https://rubygems.org"
44

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

7-
gem "rubocop", "~> 1.75.5"
8-
gem "rubocop-github", "~> 0.23.0"
9-
gem "rubocop-minitest", "~> 0.38.0"
7+
gem "rubocop", "~> 1.77.0"
8+
gem "rubocop-github", "~> 0.26.0"
9+
gem "rubocop-minitest", "~> 0.38.1"
1010
gem "rubocop-performance", "~>1.25.0"
11-
gem "rubocop-rails", "~> 2.31"
11+
gem "rubocop-rails", "~> 2.32"
1212
gem "rubocop-rake", "~> 0.7.1"
1313
gem "rubocop-rspec", "~> 3.6.0"
1414
gem "rubocop-capybara", "~> 2.22"

dependencies/Gemfile.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ GEM
1515
tzinfo (~> 2.0, >= 2.0.5)
1616
uri (>= 0.13.1)
1717
ast (2.4.3)
18-
base64 (0.2.0)
19-
benchmark (0.4.0)
20-
bigdecimal (3.1.9)
18+
base64 (0.3.0)
19+
benchmark (0.4.1)
20+
bigdecimal (3.2.2)
2121
concurrent-ruby (1.3.5)
2222
connection_pool (2.5.3)
23-
drb (2.2.1)
23+
drb (2.2.3)
2424
i18n (1.14.7)
2525
concurrent-ruby (~> 1.0)
26-
json (2.12.0)
26+
json (2.12.2)
2727
language_server-protocol (3.17.0.5)
2828
lint_roller (1.1.0)
2929
logger (1.7.0)
@@ -34,21 +34,21 @@ GEM
3434
racc
3535
prism (1.4.0)
3636
racc (1.8.1)
37-
rack (3.1.14)
37+
rack (3.1.16)
3838
rainbow (3.1.1)
3939
regexp_parser (2.10.0)
40-
rubocop (1.75.5)
40+
rubocop (1.77.0)
4141
json (~> 2.3)
4242
language_server-protocol (~> 3.17.0.2)
4343
lint_roller (~> 1.1.0)
4444
parallel (~> 1.10)
4545
parser (>= 3.3.0.2)
4646
rainbow (>= 2.2.2, < 4.0)
4747
regexp_parser (>= 2.9.3, < 3.0)
48-
rubocop-ast (>= 1.44.0, < 2.0)
48+
rubocop-ast (>= 1.45.1, < 2.0)
4949
ruby-progressbar (~> 1.7)
5050
unicode-display_width (>= 2.4.0, < 4.0)
51-
rubocop-ast (1.44.1)
51+
rubocop-ast (1.45.1)
5252
parser (>= 3.3.7.2)
5353
prism (~> 1.4)
5454
rubocop-capybara (2.22.1)
@@ -57,24 +57,24 @@ GEM
5757
rubocop-factory_bot (2.27.1)
5858
lint_roller (~> 1.1)
5959
rubocop (~> 1.72, >= 1.72.1)
60-
rubocop-github (0.23.0)
61-
rubocop (>= 1.72)
60+
rubocop-github (0.26.0)
61+
rubocop (>= 1.76)
6262
rubocop-performance (>= 1.24)
6363
rubocop-rails (>= 2.23)
64-
rubocop-minitest (0.38.0)
64+
rubocop-minitest (0.38.1)
6565
lint_roller (~> 1.1)
6666
rubocop (>= 1.75.0, < 2.0)
6767
rubocop-ast (>= 1.38.0, < 2.0)
6868
rubocop-performance (1.25.0)
6969
lint_roller (~> 1.1)
7070
rubocop (>= 1.75.0, < 2.0)
7171
rubocop-ast (>= 1.38.0, < 2.0)
72-
rubocop-rails (2.31.0)
72+
rubocop-rails (2.32.0)
7373
activesupport (>= 4.2.0)
7474
lint_roller (~> 1.1)
7575
rack (>= 1.1)
7676
rubocop (>= 1.75.0, < 2.0)
77-
rubocop-ast (>= 1.38.0, < 2.0)
77+
rubocop-ast (>= 1.44.0, < 2.0)
7878
rubocop-rake (0.7.1)
7979
lint_roller (~> 1.1)
8080
rubocop (>= 1.72.1)
@@ -99,13 +99,13 @@ PLATFORMS
9999
x86_64-linux-musl
100100

101101
DEPENDENCIES
102-
rubocop (~> 1.75.5)
102+
rubocop (~> 1.77.0)
103103
rubocop-capybara (~> 2.22)
104104
rubocop-factory_bot (~> 2.27)
105-
rubocop-github (~> 0.23.0)
106-
rubocop-minitest (~> 0.38.0)
105+
rubocop-github (~> 0.26.0)
106+
rubocop-minitest (~> 0.38.1)
107107
rubocop-performance (~> 1.25.0)
108-
rubocop-rails (~> 2.31)
108+
rubocop-rails (~> 2.32)
109109
rubocop-rake (~> 0.7.1)
110110
rubocop-rspec (~> 3.6.0)
111111
rubocop-rspec_rails (~> 2.31)

0 commit comments

Comments
 (0)