Skip to content

Commit 702a0b6

Browse files
committed
chore: update deps
1 parent 5b94cdf commit 702a0b6

File tree

5 files changed

+72
-71
lines changed

5 files changed

+72
-71
lines changed

.github/workflows/jekyll-build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Ruby
4242
uses: ruby/setup-ruby@v1
4343
with:
44-
ruby-version: 3.3.4
44+
ruby-version: 3.4.1
4545
bundler-cache: true
4646

4747
- name: Build site

.ruby-version

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

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
source "https://rubygems.org"
44

5+
gem "base64"
6+
gem "csv"
7+
gem "logger"
8+
59
gem "jekyll-theme-chirpy", "~> 7.0", ">= 7.0.1"
610

711
group :test do

Gemfile.lock

Lines changed: 65 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,55 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
Ascii85 (1.1.1)
4+
Ascii85 (2.0.1)
55
addressable (2.8.7)
66
public_suffix (>= 2.0.2, < 7.0)
77
afm (0.2.2)
8-
async (2.17.0)
9-
console (~> 1.26)
8+
async (2.21.1)
9+
console (~> 1.29)
1010
fiber-annotation
1111
io-event (~> 1.6, >= 1.6.5)
12-
bigdecimal (3.1.8)
12+
base64 (0.2.0)
13+
bigdecimal (3.1.9)
1314
colorator (1.1.0)
14-
concurrent-ruby (1.3.4)
15-
console (1.27.0)
15+
concurrent-ruby (1.3.5)
16+
console (1.29.2)
1617
fiber-annotation
1718
fiber-local (~> 1.1)
1819
json
20+
csv (3.3.2)
1921
em-websocket (0.5.3)
2022
eventmachine (>= 0.12.9)
2123
http_parser.rb (~> 0)
2224
ethon (0.16.0)
2325
ffi (>= 1.15.0)
2426
eventmachine (1.2.7)
25-
ffi (1.17.0-aarch64-linux-gnu)
26-
ffi (1.17.0-aarch64-linux-musl)
27-
ffi (1.17.0-arm-linux-gnu)
28-
ffi (1.17.0-arm-linux-musl)
29-
ffi (1.17.0-arm64-darwin)
30-
ffi (1.17.0-x86-linux-gnu)
31-
ffi (1.17.0-x86-linux-musl)
32-
ffi (1.17.0-x86_64-darwin)
33-
ffi (1.17.0-x86_64-linux-gnu)
34-
ffi (1.17.0-x86_64-linux-musl)
27+
ffi (1.17.1-aarch64-linux-gnu)
28+
ffi (1.17.1-aarch64-linux-musl)
29+
ffi (1.17.1-arm-linux-gnu)
30+
ffi (1.17.1-arm-linux-musl)
31+
ffi (1.17.1-arm64-darwin)
32+
ffi (1.17.1-x86_64-darwin)
33+
ffi (1.17.1-x86_64-linux-gnu)
34+
ffi (1.17.1-x86_64-linux-musl)
3535
fiber-annotation (0.2.0)
3636
fiber-local (1.1.0)
3737
fiber-storage
3838
fiber-storage (1.0.0)
3939
forwardable-extended (2.6.0)
40-
google-protobuf (4.28.2)
40+
google-protobuf (4.29.3)
4141
bigdecimal
4242
rake (>= 13)
43-
google-protobuf (4.28.2-aarch64-linux)
43+
google-protobuf (4.29.3-aarch64-linux)
4444
bigdecimal
4545
rake (>= 13)
46-
google-protobuf (4.28.2-arm64-darwin)
46+
google-protobuf (4.29.3-arm64-darwin)
4747
bigdecimal
4848
rake (>= 13)
49-
google-protobuf (4.28.2-x86-linux)
49+
google-protobuf (4.29.3-x86_64-darwin)
5050
bigdecimal
5151
rake (>= 13)
52-
google-protobuf (4.28.2-x86_64-darwin)
53-
bigdecimal
54-
rake (>= 13)
55-
google-protobuf (4.28.2-x86_64-linux)
52+
google-protobuf (4.29.3-x86_64-linux)
5653
bigdecimal
5754
rake (>= 13)
5855
hashery (2.1.2)
@@ -66,9 +63,9 @@ GEM
6663
yell (~> 2.0)
6764
zeitwerk (~> 2.5)
6865
http_parser.rb (0.8.0)
69-
i18n (1.14.6)
66+
i18n (1.14.7)
7067
concurrent-ruby (~> 1.0)
71-
io-event (1.7.1)
68+
io-event (1.7.5)
7269
jekyll (4.3.4)
7370
addressable (~> 2.4)
7471
colorator (~> 1.0)
@@ -85,7 +82,7 @@ GEM
8582
safe_yaml (~> 1.0)
8683
terminal-table (>= 1.8, < 4.0)
8784
webrick (~> 1.7)
88-
jekyll-archives (2.2.1)
85+
jekyll-archives (2.3.0)
8986
jekyll (>= 3.6, < 5.0)
9087
jekyll-include-cache (0.2.1)
9188
jekyll (>= 3.7, < 5.0)
@@ -98,7 +95,7 @@ GEM
9895
jekyll (>= 3.8, < 5.0)
9996
jekyll-sitemap (1.4.0)
10097
jekyll (>= 3.7, < 5.0)
101-
jekyll-theme-chirpy (7.1.1)
98+
jekyll-theme-chirpy (7.2.4)
10299
jekyll (~> 4.3)
103100
jekyll-archives (~> 2.2)
104101
jekyll-include-cache (~> 0.2)
@@ -108,32 +105,37 @@ GEM
108105
jekyll-sitemap (~> 1.4)
109106
jekyll-watch (2.2.1)
110107
listen (~> 3.0)
111-
json (2.7.2)
112-
kramdown (2.4.0)
113-
rexml
108+
json (2.9.1)
109+
kramdown (2.5.1)
110+
rexml (>= 3.3.9)
114111
kramdown-parser-gfm (1.1.0)
115112
kramdown (~> 2.0)
116113
liquid (4.0.4)
117114
listen (3.9.0)
118115
rb-fsevent (~> 0.10, >= 0.10.3)
119116
rb-inotify (~> 0.9, >= 0.9.10)
117+
logger (1.6.5)
120118
mercenary (0.4.0)
121-
nokogiri (1.16.7-aarch64-linux)
119+
nokogiri (1.18.2-aarch64-linux-gnu)
120+
racc (~> 1.4)
121+
nokogiri (1.18.2-aarch64-linux-musl)
122+
racc (~> 1.4)
123+
nokogiri (1.18.2-arm-linux-gnu)
122124
racc (~> 1.4)
123-
nokogiri (1.16.7-arm-linux)
125+
nokogiri (1.18.2-arm-linux-musl)
124126
racc (~> 1.4)
125-
nokogiri (1.16.7-arm64-darwin)
127+
nokogiri (1.18.2-arm64-darwin)
126128
racc (~> 1.4)
127-
nokogiri (1.16.7-x86-linux)
129+
nokogiri (1.18.2-x86_64-darwin)
128130
racc (~> 1.4)
129-
nokogiri (1.16.7-x86_64-darwin)
131+
nokogiri (1.18.2-x86_64-linux-gnu)
130132
racc (~> 1.4)
131-
nokogiri (1.16.7-x86_64-linux)
133+
nokogiri (1.18.2-x86_64-linux-musl)
132134
racc (~> 1.4)
133135
pathutil (0.16.2)
134136
forwardable-extended (~> 2.6)
135-
pdf-reader (2.12.0)
136-
Ascii85 (~> 1.0)
137+
pdf-reader (2.13.0)
138+
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
137139
afm (~> 0.2.1)
138140
hashery (~> 2.0)
139141
ruby-rc4
@@ -145,62 +147,57 @@ GEM
145147
rb-fsevent (0.11.2)
146148
rb-inotify (0.11.1)
147149
ffi (~> 1.0)
148-
rexml (3.3.8)
149-
rouge (4.4.0)
150+
rexml (3.4.0)
151+
rouge (4.5.1)
150152
ruby-rc4 (0.1.5)
151153
safe_yaml (1.0.5)
152-
sass-embedded (1.79.5-aarch64-linux-gnu)
153-
google-protobuf (~> 4.27)
154-
sass-embedded (1.79.5-aarch64-linux-musl)
155-
google-protobuf (~> 4.27)
156-
sass-embedded (1.79.5-arm-linux-gnueabihf)
157-
google-protobuf (~> 4.27)
158-
sass-embedded (1.79.5-arm-linux-musleabihf)
159-
google-protobuf (~> 4.27)
160-
sass-embedded (1.79.5-arm64-darwin)
161-
google-protobuf (~> 4.27)
162-
sass-embedded (1.79.5-x86-linux-gnu)
163-
google-protobuf (~> 4.27)
164-
sass-embedded (1.79.5-x86-linux-musl)
165-
google-protobuf (~> 4.27)
166-
sass-embedded (1.79.5-x86_64-darwin)
167-
google-protobuf (~> 4.27)
168-
sass-embedded (1.79.5-x86_64-linux-gnu)
169-
google-protobuf (~> 4.27)
170-
sass-embedded (1.79.5-x86_64-linux-musl)
171-
google-protobuf (~> 4.27)
154+
sass-embedded (1.83.4-aarch64-linux-gnu)
155+
google-protobuf (~> 4.29)
156+
sass-embedded (1.83.4-aarch64-linux-musl)
157+
google-protobuf (~> 4.29)
158+
sass-embedded (1.83.4-arm-linux-gnueabihf)
159+
google-protobuf (~> 4.29)
160+
sass-embedded (1.83.4-arm-linux-musleabihf)
161+
google-protobuf (~> 4.29)
162+
sass-embedded (1.83.4-arm64-darwin)
163+
google-protobuf (~> 4.29)
164+
sass-embedded (1.83.4-x86_64-darwin)
165+
google-protobuf (~> 4.29)
166+
sass-embedded (1.83.4-x86_64-linux-gnu)
167+
google-protobuf (~> 4.29)
168+
sass-embedded (1.83.4-x86_64-linux-musl)
169+
google-protobuf (~> 4.29)
172170
terminal-table (3.0.2)
173171
unicode-display_width (>= 1.1.1, < 3)
174172
ttfunk (1.8.0)
175173
bigdecimal (~> 3.1)
176174
typhoeus (1.4.1)
177175
ethon (>= 0.9.0)
178176
unicode-display_width (2.6.0)
179-
webrick (1.8.2)
177+
webrick (1.9.1)
180178
yell (2.2.2)
181-
zeitwerk (2.7.0)
179+
zeitwerk (2.7.1)
182180

183181
PLATFORMS
184182
aarch64-linux
185183
aarch64-linux-gnu
186184
aarch64-linux-musl
187-
arm-linux
188185
arm-linux-gnu
189186
arm-linux-gnueabihf
190187
arm-linux-musl
191188
arm-linux-musleabihf
192189
arm64-darwin
193-
x86-linux
194-
x86-linux-gnu
195-
x86-linux-musl
196190
x86_64-darwin
197191
x86_64-linux
198192
x86_64-linux-gnu
199193
x86_64-linux-musl
200194

201195
DEPENDENCIES
196+
base64
197+
csv
202198
html-proofer (~> 5)
203199
jekyll-theme-chirpy (~> 7.0, >= 7.0.1)
200+
logger
204201

205202
BUNDLED WITH
206-
2.5.11
203+
2.6.2

_posts/2017-02-23-why-you-might-prefer-bayesian-ab-testing.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Also, I heartily recommend using Bayesian methods in your experiments, quite oft
222222

223223
[Brooks]: https://www.optimizely.com/case-studies/brooks-running/
224224

225-
[Obama]: https://blog.optimizely.com/2010/11/29/how-obama-raised-60-million-by-running-a-simple-experiment/
225+
[Obama]: https://web.archive.org/web/20240820011136/https://www.optimizely.com/insights/blog/how-obama-raised-60-million-by-running-a-simple-experiment/
226226

227227
<!-- The ASA’s Statement on p-Values: Context, Process, and Purpose -->
228228
[ASA]: https://archive.ph/aP8fP

0 commit comments

Comments
 (0)