Skip to content

Commit ac09f34

Browse files
authored
Merge branch 'current' into fancy-homepage
2 parents 56f653e + 4e1f62d commit ac09f34

File tree

107 files changed

+1461
-666
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+1461
-666
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ group :development do
1010
gem 'stringex', '2.8.6'
1111
# > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189
1212
gem 'sassc', '2.1.0'
13-
gem 'sass-embedded', '1.81.0'
14-
gem 'rubocop', '1.68.0'
15-
gem 'ruby-lsp', '0.22.0'
13+
gem 'sass-embedded', '1.81.1'
14+
gem 'rubocop', '1.69.0'
15+
gem 'ruby-lsp', '0.22.1'
1616
gem 'rackup', '2.2.1'
1717
end
1818

@@ -24,7 +24,7 @@ group :jekyll_plugins do
2424
end
2525

2626
gem 'sinatra', '4.1.1'
27-
gem 'nokogiri', '1.16.7'
27+
gem 'nokogiri', '1.16.8'
2828

2929
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
3030
# and associated library

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ GEM
2929
ffi (1.17.0-arm64-darwin)
3030
ffi (1.17.0-x86_64-linux-gnu)
3131
forwardable-extended (2.6.0)
32-
google-protobuf (4.28.3-arm64-darwin)
32+
google-protobuf (4.29.0-arm64-darwin)
3333
bigdecimal
3434
rake (>= 13)
35-
google-protobuf (4.28.3-x86_64-linux)
35+
google-protobuf (4.29.0-x86_64-linux)
3636
bigdecimal
3737
rake (>= 13)
3838
http_parser.rb (0.8.0)
@@ -76,14 +76,14 @@ GEM
7676
listen (3.9.0)
7777
rb-fsevent (~> 0.10, >= 0.10.3)
7878
rb-inotify (~> 0.9, >= 0.9.10)
79-
logger (1.6.1)
79+
logger (1.6.2)
8080
mercenary (0.4.0)
8181
multi_json (1.15.0)
8282
mustermann (3.0.3)
8383
ruby2_keywords (~> 0.0.1)
84-
nokogiri (1.16.7-arm64-darwin)
84+
nokogiri (1.16.8-arm64-darwin)
8585
racc (~> 1.4)
86-
nokogiri (1.16.7-x86_64-linux)
86+
nokogiri (1.16.8-x86_64-linux)
8787
racc (~> 1.4)
8888
parallel (1.26.3)
8989
parser (3.3.6.0)
@@ -110,22 +110,22 @@ GEM
110110
ffi (~> 1.0)
111111
rbs (3.6.1)
112112
logger
113-
regexp_parser (2.9.2)
113+
regexp_parser (2.9.3)
114114
rexml (3.3.9)
115115
rouge (4.5.1)
116-
rubocop (1.68.0)
116+
rubocop (1.69.0)
117117
json (~> 2.3)
118118
language_server-protocol (>= 3.17.0)
119119
parallel (~> 1.10)
120120
parser (>= 3.3.0.2)
121121
rainbow (>= 2.2.2, < 4.0)
122122
regexp_parser (>= 2.4, < 3.0)
123-
rubocop-ast (>= 1.32.2, < 2.0)
123+
rubocop-ast (>= 1.36.1, < 2.0)
124124
ruby-progressbar (~> 1.7)
125-
unicode-display_width (>= 2.4.0, < 3.0)
126-
rubocop-ast (1.36.1)
125+
unicode-display_width (>= 2.4.0, < 4.0)
126+
rubocop-ast (1.36.2)
127127
parser (>= 3.3.1.0)
128-
ruby-lsp (0.22.0)
128+
ruby-lsp (0.22.1)
129129
language_server-protocol (~> 3.17.0)
130130
prism (>= 1.2, < 2.0)
131131
rbs (>= 3, < 4)
@@ -134,9 +134,9 @@ GEM
134134
ruby2_keywords (0.0.5)
135135
safe_yaml (1.0.5)
136136
sass (3.4.25)
137-
sass-embedded (1.81.0-arm64-darwin)
137+
sass-embedded (1.81.1-arm64-darwin)
138138
google-protobuf (~> 4.28)
139-
sass-embedded (1.81.0-x86_64-linux-gnu)
139+
sass-embedded (1.81.1-x86_64-linux-gnu)
140140
google-protobuf (~> 4.28)
141141
sass-globbing (1.1.5)
142142
sass (>= 3.1)
@@ -151,7 +151,7 @@ GEM
151151
rack-protection (= 4.1.1)
152152
rack-session (>= 2.0.0, < 3)
153153
tilt (~> 2.0)
154-
sorbet-runtime (0.5.11647)
154+
sorbet-runtime (0.5.11672)
155155
stringex (2.8.6)
156156
terminal-table (3.0.2)
157157
unicode-display_width (>= 1.1.1, < 3)
@@ -161,7 +161,7 @@ GEM
161161
tzinfo-data (1.2024.2)
162162
tzinfo (>= 1.0.0)
163163
unicode-display_width (2.6.0)
164-
webrick (1.9.0)
164+
webrick (1.9.1)
165165

166166
PLATFORMS
167167
arm64-darwin-23
@@ -174,12 +174,12 @@ DEPENDENCIES
174174
jekyll-paginate (= 1.1.0)
175175
jekyll-sitemap (= 1.4.0)
176176
jekyll-toc (= 0.19.0)
177-
nokogiri (= 1.16.7)
177+
nokogiri (= 1.16.8)
178178
rackup (= 2.2.1)
179179
rake (= 13.2.1)
180-
rubocop (= 1.68.0)
181-
ruby-lsp (= 0.22.0)
182-
sass-embedded (= 1.81.0)
180+
rubocop (= 1.69.0)
181+
ruby-lsp (= 0.22.1)
182+
sass-embedded (= 1.81.1)
183183
sass-globbing (= 1.1.5)
184184
sassc (= 2.1.0)
185185
sinatra (= 4.1.1)

0 commit comments

Comments
 (0)