File tree 3 files changed +14
-6
lines changed
3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 33
33
- name : Checkout
34
34
uses : actions/checkout@v4
35
35
- name : Setup Ruby
36
- uses : ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161 .0
36
+ uses : ruby/setup-ruby@v1.213 .0
37
37
with :
38
- ruby-version : ' 3.2 ' # Not needed with a .ruby-version file
38
+ ruby-version : ' 3.4 ' # Not needed with a .ruby-version file
39
39
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
40
40
cache-version : 0 # Increment this number if you need to re-download cached gems
41
41
working-directory : docs # Needed if your Gemfile is not in the root directory
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ gem "jekyll", "~> 4.3.3" # installed by `gem jekyll`
6
6
# Theme
7
7
gem "just-the-docs"
8
8
9
+ # Dependencies
10
+ gem "csv"
11
+ gem "base64"
12
+
9
13
# Plugins
10
14
group :jekyll_plugins do
11
15
gem "jekyll-securitytxt"
Original file line number Diff line number Diff line change 3
3
specs:
4
4
addressable (2.8.7 )
5
5
public_suffix (>= 2.0.2 , < 7.0 )
6
+ base64 (0.2.0 )
6
7
bigdecimal (3.1.8 )
7
8
colorator (1.1.0 )
8
9
concurrent-ruby (1.3.4 )
10
+ csv (3.3.2 )
9
11
em-websocket (0.5.3 )
10
12
eventmachine (>= 0.12.9 )
11
13
http_parser.rb (~> 0 )
12
14
eventmachine (1.2.7 )
13
- ffi (1.17.0 -arm64-darwin )
14
- ffi (1.17.0 -x86_64-linux-gnu )
15
+ ffi (1.17.1 -arm64-darwin )
16
+ ffi (1.17.1 -x86_64-linux-gnu )
15
17
forwardable-extended (2.6.0 )
16
- google-protobuf (4.28.2 -arm64-darwin )
18
+ google-protobuf (4.29.3 -arm64-darwin )
17
19
bigdecimal
18
20
rake (>= 13 )
19
- google-protobuf (4.28.2 -x86_64-linux )
21
+ google-protobuf (4.29.3 -x86_64-linux )
20
22
bigdecimal
21
23
rake (>= 13 )
22
24
http_parser.rb (0.8.0 )
@@ -88,6 +90,8 @@ PLATFORMS
88
90
x86_64-linux
89
91
90
92
DEPENDENCIES
93
+ base64
94
+ csv
91
95
jekyll (~> 4.3.3 )
92
96
jekyll-securitytxt
93
97
jekyll-sitemap
You can’t perform that action at this time.
0 commit comments