Skip to content

Commit 194e120

Browse files
Bump rubocop from 1.65.1 to 1.75.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.1 to 1.75.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.65.1...v1.75.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29c70cf commit 194e120

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

Gemfile.lock

+18-14
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GEM
1313
tzinfo (~> 2.0)
1414
addressable (2.8.7)
1515
public_suffix (>= 2.0.2, < 7.0)
16-
ast (2.4.2)
16+
ast (2.4.3)
1717
aws-eventstream (1.3.0)
1818
aws-partitions (1.958.0)
1919
aws-sdk (3.2.0)
@@ -1592,12 +1592,13 @@ GEM
15921592
concurrent-ruby (~> 1.0)
15931593
immutable-struct (2.4.1)
15941594
jmespath (1.6.2)
1595-
json (2.9.1)
1596-
language_server-protocol (3.17.0.3)
1595+
json (2.10.2)
1596+
language_server-protocol (3.17.0.4)
15971597
lino (4.1.0)
15981598
childprocess (~> 5.0.0)
15991599
hamster (~> 3.0)
16001600
open4 (~> 1.3)
1601+
lint_roller (1.1.0)
16011602
logger (1.6.0)
16021603
minitar (0.9)
16031604
minitest (5.24.1)
@@ -1617,9 +1618,10 @@ GEM
16171618
open4 (1.3.4)
16181619
os (1.1.4)
16191620
parallel (1.26.3)
1620-
parser (3.3.7.0)
1621+
parser (3.3.7.4)
16211622
ast (~> 2.4.1)
16221623
racc
1624+
prism (1.4.0)
16231625
public_suffix (6.0.1)
16241626
racc (1.8.1)
16251627
rainbow (3.1.1)
@@ -1671,7 +1673,6 @@ GEM
16711673
ruby-terraform (~> 1.8)
16721674
rchardet (1.8.0)
16731675
regexp_parser (2.10.0)
1674-
rexml (3.4.0)
16751676
rspec (3.13.0)
16761677
rspec-core (~> 3.13.0)
16771678
rspec-expectations (~> 3.13.0)
@@ -1688,19 +1689,20 @@ GEM
16881689
diff-lcs (>= 1.2.0, < 2.0)
16891690
rspec-support (~> 3.13.0)
16901691
rspec-support (3.13.1)
1691-
rubocop (1.65.1)
1692+
rubocop (1.75.2)
16921693
json (~> 2.3)
1693-
language_server-protocol (>= 3.17.0)
1694+
language_server-protocol (~> 3.17.0.2)
1695+
lint_roller (~> 1.1.0)
16941696
parallel (~> 1.10)
16951697
parser (>= 3.3.0.2)
16961698
rainbow (>= 2.2.2, < 4.0)
1697-
regexp_parser (>= 2.4, < 3.0)
1698-
rexml (>= 3.2.5, < 4.0)
1699-
rubocop-ast (>= 1.31.1, < 2.0)
1699+
regexp_parser (>= 2.9.3, < 3.0)
1700+
rubocop-ast (>= 1.44.0, < 2.0)
17001701
ruby-progressbar (~> 1.7)
1701-
unicode-display_width (>= 2.4.0, < 3.0)
1702-
rubocop-ast (1.37.0)
1703-
parser (>= 3.3.1.0)
1702+
unicode-display_width (>= 2.4.0, < 4.0)
1703+
rubocop-ast (1.44.0)
1704+
parser (>= 3.3.7.2)
1705+
prism (~> 1.4)
17041706
rubocop-rake (0.6.0)
17051707
rubocop (~> 1.0)
17061708
rubocop-rspec (3.4.0)
@@ -1733,7 +1735,9 @@ GEM
17331735
sshkey (2.0.0)
17341736
tzinfo (2.0.6)
17351737
concurrent-ruby (~> 1.0)
1736-
unicode-display_width (2.6.0)
1738+
unicode-display_width (3.1.4)
1739+
unicode-emoji (~> 4.0, >= 4.0.4)
1740+
unicode-emoji (4.0.4)
17371741
uri (0.13.2)
17381742

17391743
PLATFORMS

0 commit comments

Comments
 (0)