Skip to content

Commit d6f0068

Browse files
chore(deps): Bump the bundler-deps group with 2 updates
Bumps the bundler-deps group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-rake](https://github.com/rubocop/rubocop-rake). Updates `rubocop` from 1.71.1 to 1.75.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.1...v1.75.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:production update-type: version-update:semver-minor dependency-group: bundler-deps - dependency-name: rubocop-rake dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70855b8 commit d6f0068

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

Gemfile

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

55
gem 'bundler-audit', '~> 0.9', require: false
66
gem 'rake', '>= 12.3.3', require: false
7-
gem 'rubocop', '~> 1.71', require: false
8-
gem 'rubocop-rake', '~> 0.6', require: false
7+
gem 'rubocop', '~> 1.75', require: false
8+
gem 'rubocop-rake', '~> 0.7', require: false

Gemfile.lock

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,39 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
ast (2.4.2)
4+
ast (2.4.3)
55
bundler-audit (0.9.2)
66
bundler (>= 1.2.0, < 3)
77
thor (~> 1.0)
8-
json (2.9.1)
8+
json (2.10.2)
99
language_server-protocol (3.17.0.4)
10+
lint_roller (1.1.0)
1011
parallel (1.26.3)
11-
parser (3.3.7.0)
12+
parser (3.3.7.4)
1213
ast (~> 2.4.1)
1314
racc
15+
prism (1.4.0)
1416
racc (1.8.1)
1517
rainbow (3.1.1)
1618
rake (13.2.1)
1719
regexp_parser (2.10.0)
18-
rubocop (1.71.1)
20+
rubocop (1.75.1)
1921
json (~> 2.3)
20-
language_server-protocol (>= 3.17.0)
22+
language_server-protocol (~> 3.17.0.2)
23+
lint_roller (~> 1.1.0)
2124
parallel (~> 1.10)
2225
parser (>= 3.3.0.2)
2326
rainbow (>= 2.2.2, < 4.0)
2427
regexp_parser (>= 2.9.3, < 3.0)
25-
rubocop-ast (>= 1.38.0, < 2.0)
28+
rubocop-ast (>= 1.43.0, < 2.0)
2629
ruby-progressbar (~> 1.7)
2730
unicode-display_width (>= 2.4.0, < 4.0)
28-
rubocop-ast (1.38.0)
29-
parser (>= 3.3.1.0)
30-
rubocop-rake (0.6.0)
31-
rubocop (~> 1.0)
31+
rubocop-ast (1.43.0)
32+
parser (>= 3.3.7.2)
33+
prism (~> 1.4)
34+
rubocop-rake (0.7.1)
35+
lint_roller (~> 1.1)
36+
rubocop (>= 1.72.1)
3237
ruby-progressbar (1.13.0)
3338
thor (1.3.2)
3439
unicode-display_width (3.1.4)
@@ -41,8 +46,8 @@ PLATFORMS
4146
DEPENDENCIES
4247
bundler-audit (~> 0.9)
4348
rake (>= 12.3.3)
44-
rubocop (~> 1.71)
45-
rubocop-rake (~> 0.6)
49+
rubocop (~> 1.75)
50+
rubocop-rake (~> 0.7)
4651

4752
BUNDLED WITH
4853
2.6.2

0 commit comments

Comments
 (0)