Skip to content

Commit 325f673

Browse files
Bump the ruby-dependencies group across 1 directory with 3 updates
Bumps the ruby-dependencies group with 3 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop), [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) and [rubocop-rake](https://github.com/rubocop/rubocop-rake). Updates `rubocop` from 1.71.2 to 1.73.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.2...v1.73.0) Updates `rubocop-minitest` from 0.36.0 to 0.37.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.36.0...v0.37.1) Updates `rubocop-rake` from 0.6.0 to 0.7.1 - [Release notes](https://github.com/rubocop/rubocop-rake/releases) - [Changelog](https://github.com/rubocop/rubocop-rake/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rake@v0.6.0...v0.7.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: rubocop-rake dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a4cd16 commit 325f673

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group :development do
1111
gem "minitest-macos-notification", "~> 2.0"
1212
gem "minitest-reporters", "~> 1.7"
1313
gem "rake", "~> 13.2"
14-
gem "rubocop", "~> 1.71"
15-
gem "rubocop-minitest", "~> 0.36"
16-
gem "rubocop-rake", "~> 0.5"
14+
gem "rubocop", "~> 1.73"
15+
gem "rubocop-minitest", "~> 0.37"
16+
gem "rubocop-rake", "~> 0.7"
1717
end

Gemfile.lock

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ GEM
1010
ast (2.4.2)
1111
builder (3.3.0)
1212
byebug (11.1.3)
13-
json (2.9.1)
13+
json (2.10.1)
1414
language_server-protocol (3.17.0.4)
15+
lint_roller (1.1.0)
1516
minitest (5.25.4)
1617
minitest-fail-fast (0.1.0)
1718
minitest (~> 5)
@@ -34,23 +35,26 @@ GEM
3435
rainbow (3.1.1)
3536
rake (13.2.1)
3637
regexp_parser (2.10.0)
37-
rubocop (1.71.2)
38+
rubocop (1.73.0)
3839
json (~> 2.3)
39-
language_server-protocol (>= 3.17.0)
40+
language_server-protocol (~> 3.17.0.2)
41+
lint_roller (~> 1.1.0)
4042
parallel (~> 1.10)
4143
parser (>= 3.3.0.2)
4244
rainbow (>= 2.2.2, < 4.0)
4345
regexp_parser (>= 2.9.3, < 3.0)
4446
rubocop-ast (>= 1.38.0, < 2.0)
4547
ruby-progressbar (~> 1.7)
4648
unicode-display_width (>= 2.4.0, < 4.0)
47-
rubocop-ast (1.38.0)
49+
rubocop-ast (1.38.1)
4850
parser (>= 3.3.1.0)
49-
rubocop-minitest (0.36.0)
50-
rubocop (>= 1.61, < 2.0)
51-
rubocop-ast (>= 1.31.1, < 2.0)
52-
rubocop-rake (0.6.0)
53-
rubocop (~> 1.0)
51+
rubocop-minitest (0.37.1)
52+
lint_roller (~> 1.1)
53+
rubocop (>= 1.72.1, < 2.0)
54+
rubocop-ast (>= 1.38.0, < 2.0)
55+
rubocop-rake (0.7.1)
56+
lint_roller (~> 1.1)
57+
rubocop (>= 1.72.1)
5458
ruby-progressbar (1.13.0)
5559
terminal-notifier (2.0.0)
5660
unicode-display_width (3.1.4)
@@ -68,9 +72,9 @@ DEPENDENCIES
6872
minitest-reporters (~> 1.7)
6973
plissken!
7074
rake (~> 13.2)
71-
rubocop (~> 1.71)
72-
rubocop-minitest (~> 0.36)
73-
rubocop-rake (~> 0.5)
75+
rubocop (~> 1.73)
76+
rubocop-minitest (~> 0.37)
77+
rubocop-rake (~> 0.7)
7478

7579
BUNDLED WITH
7680
2.4.1

0 commit comments

Comments
 (0)