Skip to content

Commit cd731d1

Browse files
Update rubocop requirement from ~> 1.80.2 to >= 1.80.2, < 1.82.0
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.80.2...v1.81.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 04edc25 commit cd731d1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH
44
standard (1.51.1)
55
language_server-protocol (~> 3.17.0.2)
66
lint_roller (~> 1.0)
7-
rubocop (~> 1.80.2)
7+
rubocop (>= 1.80.2, < 1.82.0)
88
standard-custom (~> 1.0.0)
99
standard-performance (~> 1.8)
1010

@@ -13,7 +13,7 @@ GEM
1313
specs:
1414
ast (2.4.3)
1515
docile (1.4.0)
16-
json (2.13.2)
16+
json (2.15.0)
1717
language_server-protocol (3.17.0.5)
1818
lint_roller (1.1.0)
1919
logger (1.7.0)
@@ -27,25 +27,25 @@ GEM
2727
parser (3.3.9.0)
2828
ast (~> 2.4.1)
2929
racc
30-
prism (1.4.0)
30+
prism (1.5.1)
3131
racc (1.8.1)
3232
rainbow (3.1.1)
3333
rake (13.3.0)
3434
rbs (3.6.1)
3535
logger
36-
regexp_parser (2.11.2)
37-
rubocop (1.80.2)
36+
regexp_parser (2.11.3)
37+
rubocop (1.81.1)
3838
json (~> 2.3)
3939
language_server-protocol (~> 3.17.0.2)
4040
lint_roller (~> 1.1.0)
4141
parallel (~> 1.10)
4242
parser (>= 3.3.0.2)
4343
rainbow (>= 2.2.2, < 4.0)
4444
regexp_parser (>= 2.9.3, < 3.0)
45-
rubocop-ast (>= 1.46.0, < 2.0)
45+
rubocop-ast (>= 1.47.1, < 2.0)
4646
ruby-progressbar (~> 1.7)
4747
unicode-display_width (>= 2.4.0, < 4.0)
48-
rubocop-ast (1.46.0)
48+
rubocop-ast (1.47.1)
4949
parser (>= 3.3.7.2)
5050
prism (~> 1.4)
5151
rubocop-performance (1.25.0)
@@ -69,9 +69,9 @@ GEM
6969
standard-performance (1.8.0)
7070
lint_roller (~> 1.1)
7171
rubocop-performance (~> 1.25.0)
72-
unicode-display_width (3.1.5)
73-
unicode-emoji (~> 4.0, >= 4.0.4)
74-
unicode-emoji (4.0.4)
72+
unicode-display_width (3.2.0)
73+
unicode-emoji (~> 4.1)
74+
unicode-emoji (4.1.0)
7575

7676
PLATFORMS
7777
ruby

standard.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.require_paths = ["lib"]
2222
spec.metadata["rubygems_mfa_required"] = "true"
2323

24-
spec.add_dependency "rubocop", "~> 1.80.2"
24+
spec.add_dependency "rubocop", ">= 1.80.2", "< 1.82.0"
2525

2626
spec.add_dependency "lint_roller", "~> 1.0"
2727
spec.add_dependency "standard-custom", "~> 1.0.0"

0 commit comments

Comments
 (0)