Skip to content

Commit 38e755a

Browse files
committed
Merge branch 'master' of github.com:secure-systems-lab/ssl-site
2 parents 69705a3 + 9b359bf commit 38e755a

File tree

2 files changed

+71
-49
lines changed

2 files changed

+71
-49
lines changed

.github/workflows/pages renamed to .github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
- name: Setup Ruby
3535
uses: ruby/setup-ruby@v1
3636
with:
37-
ruby-version: '3.1' # Not needed with a .ruby-version file
37+
ruby-version: '3.2' # Not needed with a .ruby-version file
3838
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3939
cache-version: 0 # Increment this number if you need to re-download cached gems
4040
- name: Setup Pages
4141
id: pages
4242
uses: actions/configure-pages@v3
4343
- name: Build with Jekyll
4444
# Outputs to the './_site' directory by default
45-
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
45+
run: bundle exec jekyll build
4646
env:
4747
JEKYLL_ENV: production
4848
- name: Upload artifact

Gemfile.lock

Lines changed: 69 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,49 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.1.8)
67
colorator (1.1.0)
7-
concurrent-ruby (1.2.3)
8+
concurrent-ruby (1.3.4)
89
em-websocket (0.5.3)
910
eventmachine (>= 0.12.9)
1011
http_parser.rb (~> 0)
1112
eventmachine (1.2.7)
12-
ffi (1.16.3)
13+
ffi (1.17.0)
14+
ffi (1.17.0-aarch64-linux-gnu)
15+
ffi (1.17.0-aarch64-linux-musl)
16+
ffi (1.17.0-arm-linux-gnu)
17+
ffi (1.17.0-arm-linux-musl)
18+
ffi (1.17.0-arm64-darwin)
19+
ffi (1.17.0-x86-linux-gnu)
20+
ffi (1.17.0-x86-linux-musl)
21+
ffi (1.17.0-x86_64-darwin)
22+
ffi (1.17.0-x86_64-linux-gnu)
23+
ffi (1.17.0-x86_64-linux-musl)
1324
forwardable-extended (2.6.0)
14-
google-protobuf (3.25.3)
15-
google-protobuf (3.25.3-aarch64-linux)
16-
google-protobuf (3.25.3-arm64-darwin)
17-
google-protobuf (3.25.3-x86-linux)
18-
google-protobuf (3.25.3-x86_64-darwin)
19-
google-protobuf (3.25.3-x86_64-linux)
25+
google-protobuf (4.28.2)
26+
bigdecimal
27+
rake (>= 13)
28+
google-protobuf (4.28.2-aarch64-linux)
29+
bigdecimal
30+
rake (>= 13)
31+
google-protobuf (4.28.2-arm64-darwin)
32+
bigdecimal
33+
rake (>= 13)
34+
google-protobuf (4.28.2-x86-linux)
35+
bigdecimal
36+
rake (>= 13)
37+
google-protobuf (4.28.2-x86_64-darwin)
38+
bigdecimal
39+
rake (>= 13)
40+
google-protobuf (4.28.2-x86_64-linux)
41+
bigdecimal
42+
rake (>= 13)
2043
http_parser.rb (0.8.0)
21-
i18n (1.14.5)
44+
i18n (1.14.6)
2245
concurrent-ruby (~> 1.0)
23-
jekyll (4.3.3)
46+
jekyll (4.3.4)
2447
addressable (~> 2.4)
2548
colorator (~> 1.0)
2649
em-websocket (~> 0.5)
@@ -56,47 +79,46 @@ GEM
5679
thor (~> 0.19)
5780
pathutil (0.16.2)
5881
forwardable-extended (~> 2.6)
59-
public_suffix (5.0.5)
82+
public_suffix (6.0.1)
83+
rake (13.2.1)
6084
rb-fsevent (0.11.2)
61-
rb-inotify (0.10.1)
85+
rb-inotify (0.11.1)
6286
ffi (~> 1.0)
63-
rexml (3.2.8)
64-
strscan (>= 3.0.9)
65-
rouge (4.2.1)
87+
rexml (3.3.7)
88+
rouge (4.3.0)
6689
safe_yaml (1.0.5)
67-
sass-embedded (1.69.5-aarch64-linux-android)
68-
google-protobuf (~> 3.23)
69-
sass-embedded (1.69.5-aarch64-linux-gnu)
70-
google-protobuf (~> 3.23)
71-
sass-embedded (1.69.5-aarch64-linux-musl)
72-
google-protobuf (~> 3.23)
73-
sass-embedded (1.69.5-arm-linux-androideabi)
74-
google-protobuf (~> 3.23)
75-
sass-embedded (1.69.5-arm-linux-gnueabihf)
76-
google-protobuf (~> 3.23)
77-
sass-embedded (1.69.5-arm-linux-musleabihf)
78-
google-protobuf (~> 3.23)
79-
sass-embedded (1.69.5-arm64-darwin)
80-
google-protobuf (~> 3.23)
81-
sass-embedded (1.69.5-x86-linux-android)
82-
google-protobuf (~> 3.23)
83-
sass-embedded (1.69.5-x86-linux-gnu)
84-
google-protobuf (~> 3.23)
85-
sass-embedded (1.69.5-x86-linux-musl)
86-
google-protobuf (~> 3.23)
87-
sass-embedded (1.69.5-x86_64-darwin)
88-
google-protobuf (~> 3.23)
89-
sass-embedded (1.69.5-x86_64-linux-android)
90-
google-protobuf (~> 3.23)
91-
sass-embedded (1.69.5-x86_64-linux-gnu)
92-
google-protobuf (~> 3.23)
93-
sass-embedded (1.69.5-x86_64-linux-musl)
94-
google-protobuf (~> 3.23)
95-
strscan (3.1.0)
90+
sass-embedded (1.78.0-aarch64-linux-android)
91+
google-protobuf (~> 4.27)
92+
sass-embedded (1.78.0-aarch64-linux-gnu)
93+
google-protobuf (~> 4.27)
94+
sass-embedded (1.78.0-aarch64-linux-musl)
95+
google-protobuf (~> 4.27)
96+
sass-embedded (1.78.0-arm-linux-androideabi)
97+
google-protobuf (~> 4.27)
98+
sass-embedded (1.78.0-arm-linux-gnueabihf)
99+
google-protobuf (~> 4.27)
100+
sass-embedded (1.78.0-arm-linux-musleabihf)
101+
google-protobuf (~> 4.27)
102+
sass-embedded (1.78.0-arm64-darwin)
103+
google-protobuf (~> 4.27)
104+
sass-embedded (1.78.0-x86-linux-android)
105+
google-protobuf (~> 4.27)
106+
sass-embedded (1.78.0-x86-linux-gnu)
107+
google-protobuf (~> 4.27)
108+
sass-embedded (1.78.0-x86-linux-musl)
109+
google-protobuf (~> 4.27)
110+
sass-embedded (1.78.0-x86_64-darwin)
111+
google-protobuf (~> 4.27)
112+
sass-embedded (1.78.0-x86_64-linux-android)
113+
google-protobuf (~> 4.27)
114+
sass-embedded (1.78.0-x86_64-linux-gnu)
115+
google-protobuf (~> 4.27)
116+
sass-embedded (1.78.0-x86_64-linux-musl)
117+
google-protobuf (~> 4.27)
96118
terminal-table (3.0.2)
97119
unicode-display_width (>= 1.1.1, < 3)
98120
thor (0.20.3)
99-
unicode-display_width (2.5.0)
121+
unicode-display_width (2.6.0)
100122
webrick (1.8.1)
101123

102124
PLATFORMS

0 commit comments

Comments
 (0)