Skip to content

Commit 6696f00

Browse files
committed
Churn: update dependencies
1 parent 4129ac4 commit 6696f00

2 files changed

Lines changed: 21 additions & 17 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.1
1+
3.4.2

Gemfile.lock

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
activesupport (8.0.1)
9+
activesupport (8.0.2)
1010
base64
1111
benchmark (>= 0.3)
1212
bigdecimal
@@ -19,34 +19,36 @@ GEM
1919
securerandom (>= 0.3)
2020
tzinfo (~> 2.0, >= 2.0.5)
2121
uri (>= 0.13.1)
22-
ast (2.4.2)
22+
ast (2.4.3)
2323
base64 (0.2.0)
2424
benchmark (0.4.0)
2525
bigdecimal (3.1.9)
2626
concurrent-ruby (1.3.5)
2727
connection_pool (2.5.0)
28-
diff-lcs (1.5.1)
28+
diff-lcs (1.6.1)
2929
drb (2.2.1)
3030
i18n (1.14.7)
3131
concurrent-ruby (~> 1.0)
32-
json (2.9.1)
32+
json (2.10.2)
3333
language_server-protocol (3.17.0.4)
34-
logger (1.6.5)
35-
minitest (5.25.4)
34+
lint_roller (1.1.0)
35+
logger (1.7.0)
36+
minitest (5.25.5)
3637
parallel (1.26.3)
37-
parser (3.3.7.0)
38+
parser (3.3.7.4)
3839
ast (~> 2.4.1)
3940
racc
41+
prism (1.4.0)
4042
racc (1.8.1)
41-
rack (3.1.9)
43+
rack (3.1.12)
4244
rainbow (3.1.1)
4345
rake (13.2.1)
4446
regexp_parser (2.10.0)
4547
rspec (3.13.0)
4648
rspec-core (~> 3.13.0)
4749
rspec-expectations (~> 3.13.0)
4850
rspec-mocks (~> 3.13.0)
49-
rspec-core (3.13.2)
51+
rspec-core (3.13.3)
5052
rspec-support (~> 3.13.0)
5153
rspec-expectations (3.13.3)
5254
diff-lcs (>= 1.2.0, < 2.0)
@@ -55,26 +57,28 @@ GEM
5557
diff-lcs (>= 1.2.0, < 2.0)
5658
rspec-support (~> 3.13.0)
5759
rspec-support (3.13.2)
58-
rubocop (1.71.0)
60+
rubocop (1.75.2)
5961
json (~> 2.3)
60-
language_server-protocol (>= 3.17.0)
62+
language_server-protocol (~> 3.17.0.2)
63+
lint_roller (~> 1.1.0)
6164
parallel (~> 1.10)
6265
parser (>= 3.3.0.2)
6366
rainbow (>= 2.2.2, < 4.0)
6467
regexp_parser (>= 2.9.3, < 3.0)
65-
rubocop-ast (>= 1.36.2, < 2.0)
68+
rubocop-ast (>= 1.44.0, < 2.0)
6669
ruby-progressbar (~> 1.7)
6770
unicode-display_width (>= 2.4.0, < 4.0)
68-
rubocop-ast (1.38.0)
69-
parser (>= 3.3.1.0)
71+
rubocop-ast (1.44.0)
72+
parser (>= 3.3.7.2)
73+
prism (~> 1.4)
7074
ruby-progressbar (1.13.0)
7175
securerandom (0.4.1)
7276
tzinfo (2.0.6)
7377
concurrent-ruby (~> 1.0)
7478
unicode-display_width (3.1.4)
7579
unicode-emoji (~> 4.0, >= 4.0.4)
7680
unicode-emoji (4.0.4)
77-
uri (1.0.2)
81+
uri (1.0.3)
7882

7983
PLATFORMS
8084
aarch64-linux
@@ -91,4 +95,4 @@ DEPENDENCIES
9195
rubocop
9296

9397
BUNDLED WITH
94-
2.6.3
98+
2.6.7

0 commit comments

Comments
 (0)