Skip to content

Commit c7d352a

Browse files
dependabot[bot]noraj
authored andcommitted
Bump rubocop from 1.71.2 to 1.72.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.71.2 to 1.72.1. - [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.72.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85868d5 commit c7d352a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ end
3131

3232
# Needed for linting
3333
group :development, :lint do
34-
gem 'rubocop', '~> 1.71'
34+
gem 'rubocop', '~> 1.72'
3535
end
3636

3737
group :development, :docs do

Gemfile.lock

+7-5
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ GEM
2525
commonmarker (2.0.4-x86_64-linux)
2626
csv (3.3.2)
2727
docopt (0.6.1)
28-
json (2.9.1)
28+
json (2.10.1)
2929
language_server-protocol (3.17.0.4)
30+
lint_roller (1.1.0)
3031
minitest (5.25.4)
3132
minitest-skip (0.0.3)
3233
minitest (~> 5.0)
3334
paint (2.3.0)
3435
parallel (1.26.3)
35-
parser (3.3.7.0)
36+
parser (3.3.7.1)
3637
ast (~> 2.4.1)
3738
racc
3839
racc (1.8.1)
@@ -43,9 +44,10 @@ GEM
4344
rake-compiler-dock (= 1.9.1)
4445
regexp_parser (2.10.0)
4546
rexml (3.4.0)
46-
rubocop (1.71.2)
47+
rubocop (1.72.1)
4748
json (~> 2.3)
48-
language_server-protocol (>= 3.17.0)
49+
language_server-protocol (~> 3.17.0.2)
50+
lint_roller (~> 1.1.0)
4951
parallel (~> 1.10)
5052
parser (>= 3.3.0.2)
5153
rainbow (>= 2.2.2, < 4.0)
@@ -77,7 +79,7 @@ DEPENDENCIES
7779
paint (~> 2.3)
7880
rake (~> 13.2)
7981
rexml (~> 3.4)
80-
rubocop (~> 1.71)
82+
rubocop (~> 1.72)
8183
tls-map!
8284
yard!
8385
yard-coderay (~> 0.1)

0 commit comments

Comments
 (0)