Skip to content

Commit 48c49b0

Browse files
Bump rubocop from 1.65.1 to 1.75.7
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.1 to 1.75.7. - [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.7) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.7 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f64769 commit 48c49b0

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

Gemfile.lock

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ GEM
2929
cucumber (>= 8.0, < 10.0)
3030
rspec-expectations (~> 3.4)
3131
thor (~> 1.0)
32-
ast (2.4.2)
32+
ast (2.4.3)
3333
aws-eventstream (1.3.2)
3434
aws-partitions (1.1104.0)
3535
aws-sdk (3.2.0)
@@ -1681,12 +1681,13 @@ GEM
16811681
ruby_version (~> 1.0)
16821682
wirb (~> 2.0, >= 2.2.1)
16831683
jmespath (1.6.2)
1684-
json (2.9.1)
1685-
language_server-protocol (3.17.0.3)
1684+
json (2.12.2)
1685+
language_server-protocol (3.17.0.5)
16861686
lino (4.1.0)
16871687
childprocess (~> 5.0.0)
16881688
hamster (~> 3.0)
16891689
open4 (~> 1.3)
1690+
lint_roller (1.1.0)
16901691
logger (1.7.0)
16911692
looksee (5.1.0)
16921693
method_source (1.1.0)
@@ -1705,13 +1706,14 @@ GEM
17051706
open4 (1.3.4)
17061707
os (1.1.4)
17071708
paint (2.3.0)
1708-
parallel (1.26.3)
1709-
parser (3.3.7.0)
1709+
parallel (1.27.0)
1710+
parser (3.3.8.0)
17101711
ast (~> 2.4.1)
17111712
racc
17121713
pp (0.6.2)
17131714
prettyprint
17141715
prettyprint (0.2.0)
1716+
prism (1.4.0)
17151717
psych (5.2.3)
17161718
date
17171719
stringio
@@ -1754,7 +1756,6 @@ GEM
17541756
regexp_parser (2.10.0)
17551757
reline (0.6.1)
17561758
io-console (~> 0.5)
1757-
rexml (3.4.0)
17581759
rspec (3.13.1)
17591760
rspec-core (~> 3.13.0)
17601761
rspec-expectations (~> 3.13.0)
@@ -1768,19 +1769,20 @@ GEM
17681769
diff-lcs (>= 1.2.0, < 2.0)
17691770
rspec-support (~> 3.13.0)
17701771
rspec-support (3.13.4)
1771-
rubocop (1.65.1)
1772+
rubocop (1.75.7)
17721773
json (~> 2.3)
1773-
language_server-protocol (>= 3.17.0)
1774+
language_server-protocol (~> 3.17.0.2)
1775+
lint_roller (~> 1.1.0)
17741776
parallel (~> 1.10)
17751777
parser (>= 3.3.0.2)
17761778
rainbow (>= 2.2.2, < 4.0)
1777-
regexp_parser (>= 2.4, < 3.0)
1778-
rexml (>= 3.2.5, < 4.0)
1779-
rubocop-ast (>= 1.31.1, < 2.0)
1779+
regexp_parser (>= 2.9.3, < 3.0)
1780+
rubocop-ast (>= 1.44.0, < 2.0)
17801781
ruby-progressbar (~> 1.7)
1781-
unicode-display_width (>= 2.4.0, < 3.0)
1782-
rubocop-ast (1.37.0)
1783-
parser (>= 3.3.1.0)
1782+
unicode-display_width (>= 2.4.0, < 4.0)
1783+
rubocop-ast (1.44.1)
1784+
parser (>= 3.3.7.2)
1785+
prism (~> 1.4)
17841786
rubocop-rake (0.6.0)
17851787
rubocop (~> 1.0)
17861788
rubocop-rspec (3.4.0)
@@ -1811,7 +1813,9 @@ GEM
18111813
thor (1.3.2)
18121814
tzinfo (2.0.6)
18131815
concurrent-ruby (~> 1.0)
1814-
unicode-display_width (2.6.0)
1816+
unicode-display_width (3.1.4)
1817+
unicode-emoji (~> 4.0, >= 4.0.4)
1818+
unicode-emoji (4.0.4)
18151819
uri (0.13.2)
18161820
wait (0.5.3)
18171821
wirb (2.2.2)

0 commit comments

Comments
 (0)