Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit 21fe0f7

Browse files
authored
Fix formatting on github.io website (#227)
1 parent 197297e commit 21fe0f7

File tree

3 files changed

+45
-30
lines changed

3 files changed

+45
-30
lines changed

docs/Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3333
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
3434
# do not have a Java counterpart.
3535
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
36+
37+
gem "webrick", "~> 1.8"

docs/Gemfile.lock

+41-29
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,43 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.6)
4+
activesupport (7.1.3.3)
5+
base64
6+
bigdecimal
57
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
connection_pool (>= 2.2.5)
9+
drb
610
i18n (>= 1.6, < 2)
711
minitest (>= 5.1)
12+
mutex_m
813
tzinfo (~> 2.0)
9-
addressable (2.8.4)
14+
addressable (2.8.6)
1015
public_suffix (>= 2.0.2, < 6.0)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.8)
1118
coffee-script (2.4.1)
1219
coffee-script-source
1320
execjs
1421
coffee-script-source (1.11.1)
1522
colorator (1.1.0)
1623
commonmarker (0.23.10)
17-
concurrent-ruby (1.2.2)
18-
dnsruby (1.70.0)
24+
concurrent-ruby (1.3.1)
25+
connection_pool (2.4.1)
26+
dnsruby (1.72.1)
1927
simpleidn (~> 0.2.1)
28+
drb (2.2.1)
2029
em-websocket (0.5.3)
2130
eventmachine (>= 0.12.9)
2231
http_parser.rb (~> 0)
2332
ethon (0.16.0)
2433
ffi (>= 1.15.0)
2534
eventmachine (1.2.7)
26-
execjs (2.8.1)
27-
faraday (2.7.10)
28-
faraday-net_http (>= 2.0, < 3.1)
29-
ruby2_keywords (>= 0.0.4)
30-
faraday-net_http (3.0.2)
31-
ffi (1.15.5)
35+
execjs (2.9.1)
36+
faraday (2.9.0)
37+
faraday-net_http (>= 2.0, < 3.2)
38+
faraday-net_http (3.1.0)
39+
net-http
40+
ffi (1.16.3)
3241
forwardable-extended (2.6.0)
3342
gemoji (3.0.1)
3443
github-pages (228)
@@ -82,11 +91,11 @@ GEM
8291
octokit (~> 4.0)
8392
public_suffix (>= 3.0, < 5.0)
8493
typhoeus (~> 1.3)
85-
html-path (2.14.3)
94+
html-pipeline (2.14.3)
8695
activesupport (>= 2)
8796
nokogiri (>= 1.4)
8897
http_parser.rb (0.8.0)
89-
i18n (1.14.1)
98+
i18n (1.14.5)
9099
concurrent-ruby (~> 1.0)
91100
jekyll (3.9.3)
92101
addressable (~> 2.4)
@@ -125,7 +134,7 @@ GEM
125134
jekyll-include-cache (0.2.1)
126135
jekyll (>= 3.7, < 5.0)
127136
jekyll-mentions (1.6.0)
128-
html-path (~> 2.3)
137+
html-pipeline (~> 2.3)
129138
jekyll (>= 3.7, < 5.0)
130139
jekyll-optional-front-matter (0.3.2)
131140
jekyll (>= 3.0, < 5.0)
@@ -194,37 +203,40 @@ GEM
194203
listen (~> 3.0)
195204
jemoji (0.12.0)
196205
gemoji (~> 3.0)
197-
html-path (~> 2.2)
206+
html-pipeline (~> 2.2)
198207
jekyll (>= 3.0, < 5.0)
199208
kramdown (2.3.2)
200209
rexml
201210
kramdown-parser-gfm (1.1.0)
202211
kramdown (~> 2.0)
203212
liquid (4.0.4)
204-
listen (3.8.0)
213+
listen (3.9.0)
205214
rb-fsevent (~> 0.10, >= 0.10.3)
206215
rb-inotify (~> 0.9, >= 0.9.10)
207216
mercenary (0.3.6)
208217
minima (2.5.1)
209218
jekyll (>= 3.5, < 5.0)
210219
jekyll-feed (~> 0.9)
211220
jekyll-seo-tag (~> 2.1)
212-
minitest (5.19.0)
213-
nokogiri (1.15.3-x86_64-darwin)
221+
minitest (5.23.1)
222+
mutex_m (0.2.0)
223+
net-http (0.4.1)
224+
uri
225+
nokogiri (1.16.5-x86_64-darwin)
214226
racc (~> 1.4)
215227
octokit (4.25.1)
216228
faraday (>= 1, < 3)
217229
sawyer (~> 0.9)
218230
pathutil (0.16.2)
219231
forwardable-extended (~> 2.6)
220232
public_suffix (4.0.7)
221-
racc (1.7.1)
233+
racc (1.8.0)
222234
rb-fsevent (0.11.2)
223-
rb-inotify (0.10.1)
235+
rb-inotify (0.11.1)
224236
ffi (~> 1.0)
225-
rexml (3.2.6)
237+
rexml (3.2.8)
238+
strscan (>= 3.0.9)
226239
rouge (3.26.0)
227-
ruby2_keywords (0.0.5)
228240
rubyzip (2.3.2)
229241
safe_yaml (1.0.5)
230242
sass (3.7.4)
@@ -235,21 +247,20 @@ GEM
235247
sawyer (0.9.2)
236248
addressable (>= 2.3.5)
237249
faraday (>= 0.17.3, < 3)
238-
simpleidn (0.2.1)
239-
unf (~> 0.1.4)
250+
simpleidn (0.2.3)
251+
strscan (3.1.0)
240252
terminal-table (1.8.0)
241253
unicode-display_width (~> 1.1, >= 1.1.1)
242-
typhoeus (1.4.0)
254+
typhoeus (1.4.1)
243255
ethon (>= 0.9.0)
244256
tzinfo (2.0.6)
245257
concurrent-ruby (~> 1.0)
246-
unf (0.1.4)
247-
unf_ext
248-
unf_ext (0.0.8.2)
249258
unicode-display_width (1.8.0)
259+
uri (0.13.0)
260+
webrick (1.8.1)
250261

251262
PLATFORMS
252-
x86_64-darwin-21
263+
x86_64-darwin-22
253264

254265
DEPENDENCIES
255266
github-pages (~> 228)
@@ -259,6 +270,7 @@ DEPENDENCIES
259270
tzinfo (>= 1, < 3)
260271
tzinfo-data
261272
wdm (~> 0.1.1)
273+
webrick (~> 1.8)
262274

263275
BUNDLED WITH
264-
2.3.16
276+
2.4.21

docs/index.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
layout: home
33
---
44

5-
### As of May 28, 2024, Pessimism has been deprecated and is no longer being actively maintained
5+
**_As of May 28, 2024, Pessimism has been deprecated and is no longer being actively maintained_**
6+
67

78
Detect real-time threats on Op-stack compatible chains
89

0 commit comments

Comments
 (0)