Skip to content

Commit 6e513b5

Browse files
Update rubocop requirement from ~> 1.75.5 to >= 1.75.5, < 1.80.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.75.5...v1.79.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.79.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 75ac4a9 commit 6e513b5

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

Gemfile.lock

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

1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
ast (2.4.2)
14+
ast (2.4.3)
1515
docile (1.4.0)
16-
json (2.6.3)
16+
json (2.13.2)
1717
language_server-protocol (3.17.0.5)
1818
lint_roller (1.1.0)
1919
logger (1.7.0)
@@ -23,29 +23,29 @@ GEM
2323
method_source (1.0.0)
2424
minitest (5.25.5)
2525
mutex_m (0.3.0)
26-
parallel (1.23.0)
27-
parser (3.3.7.4)
26+
parallel (1.27.0)
27+
parser (3.3.9.0)
2828
ast (~> 2.4.1)
2929
racc
3030
prism (1.4.0)
31-
racc (1.7.1)
31+
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.9.3)
37-
rubocop (1.75.5)
36+
regexp_parser (2.11.1)
37+
rubocop (1.79.2)
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.44.0, < 2.0)
45+
rubocop-ast (>= 1.46.0, < 2.0)
4646
ruby-progressbar (~> 1.7)
4747
unicode-display_width (>= 2.4.0, < 4.0)
48-
rubocop-ast (1.44.0)
48+
rubocop-ast (1.46.0)
4949
parser (>= 3.3.7.2)
5050
prism (~> 1.4)
5151
rubocop-performance (1.25.0)
@@ -69,7 +69,9 @@ GEM
6969
standard-performance (1.8.0)
7070
lint_roller (~> 1.1)
7171
rubocop-performance (~> 1.25.0)
72-
unicode-display_width (2.5.0)
72+
unicode-display_width (3.1.4)
73+
unicode-emoji (~> 4.0, >= 4.0.4)
74+
unicode-emoji (4.0.4)
7375

7476
PLATFORMS
7577
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.75.5"
24+
spec.add_dependency "rubocop", ">= 1.75.5", "< 1.80.0"
2525

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

0 commit comments

Comments
 (0)