Skip to content

Commit 10587fc

Browse files
committed
update libs
1 parent 60ae044 commit 10587fc

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ruby 4.0.0
1+
ruby 4.0.1
22
nodejs 24.11.0

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.1.2.1)
4+
activesupport (8.1.3)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -14,7 +14,7 @@ GEM
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
1616
uri (>= 0.13.1)
17-
addressable (2.8.8)
17+
addressable (2.8.9)
1818
public_suffix (>= 2.0.2, < 8.0)
1919
ast (2.4.3)
2020
base64 (0.3.0)
@@ -44,12 +44,12 @@ GEM
4444
faraday-net_http_persistent (1.2.0)
4545
faraday-patron (1.0.0)
4646
faraday-rack (1.0.0)
47-
faraday-retry (1.0.3)
47+
faraday-retry (1.0.4)
4848
faraday_middleware (1.2.1)
4949
faraday (~> 1.0)
5050
i18n (1.14.8)
5151
concurrent-ruby (~> 1.0)
52-
json (2.19.2)
52+
json (2.19.3)
5353
language_server-protocol (3.17.0.5)
5454
lint_roller (1.1.0)
5555
logger (1.7.0)
@@ -59,39 +59,39 @@ GEM
5959
prism (~> 1.5)
6060
multi_json (1.19.1)
6161
multipart-post (2.4.1)
62-
nokogiri (1.19.1)
62+
nokogiri (1.19.2)
6363
mini_portile2 (~> 2.8.2)
6464
racc (~> 1.4)
65-
nokogiri (1.19.1-arm64-darwin)
65+
nokogiri (1.19.2-arm64-darwin)
6666
racc (~> 1.4)
67-
nokogiri (1.19.1-x86_64-linux-gnu)
67+
nokogiri (1.19.2-x86_64-linux-gnu)
6868
racc (~> 1.4)
69-
oj (3.16.13)
69+
oj (3.16.16)
7070
bigdecimal (>= 3.0)
7171
ostruct (>= 0.2)
7272
ostruct (0.6.3)
7373
parallel (1.27.0)
74-
parser (3.3.10.1)
74+
parser (3.3.10.2)
7575
ast (~> 2.4.1)
7676
racc
7777
prism (1.9.0)
78-
public_suffix (7.0.2)
78+
public_suffix (7.0.5)
7979
racc (1.8.1)
8080
rainbow (3.1.1)
8181
rake (13.3.1)
8282
regexp_parser (2.11.3)
83-
rubocop (1.82.1)
83+
rubocop (1.86.0)
8484
json (~> 2.3)
8585
language_server-protocol (~> 3.17.0.2)
8686
lint_roller (~> 1.1.0)
8787
parallel (~> 1.10)
8888
parser (>= 3.3.0.2)
8989
rainbow (>= 2.2.2, < 4.0)
9090
regexp_parser (>= 2.9.3, < 3.0)
91-
rubocop-ast (>= 1.48.0, < 2.0)
91+
rubocop-ast (>= 1.49.0, < 2.0)
9292
ruby-progressbar (~> 1.7)
9393
unicode-display_width (>= 2.4.0, < 4.0)
94-
rubocop-ast (1.49.0)
94+
rubocop-ast (1.49.1)
9595
parser (>= 3.3.7.2)
9696
prism (~> 1.7)
9797
rubocop-performance (1.26.1)
@@ -130,4 +130,4 @@ DEPENDENCIES
130130
rubocop-rake (>= 0.5.1)
131131

132132
BUNDLED WITH
133-
4.0.4
133+
4.0.8

0 commit comments

Comments
 (0)