File tree 3 files changed +41
-20
lines changed
3 files changed +41
-20
lines changed Original file line number Diff line number Diff line change
1
+ name : CI
2
+
3
+ on : [push]
4
+
5
+ permissions :
6
+ contents : read
7
+
8
+ jobs :
9
+
10
+ build :
11
+ runs-on : ubuntu-latest
12
+
13
+ steps :
14
+ - uses : actions/checkout@v4
15
+ - uses : ruby/setup-ruby@v1
16
+ with :
17
+ bundler-cache : true
18
+ - run : bundle install --jobs 4 --retry 3 --path vendor/bundle
19
+ - run : bundle exec jekyll build
Original file line number Diff line number Diff line change
1
+ 3.3.0
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- addressable (2.8.1 )
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 )
6
7
colorator (1.1.0 )
7
- concurrent-ruby (1.2.2 )
8
+ concurrent-ruby (1.3.4 )
8
9
em-websocket (0.5.3 )
9
10
eventmachine (>= 0.12.9 )
10
11
http_parser.rb (~> 0 )
11
12
eventmachine (1.2.7 )
12
- ffi (1.15.5 )
13
+ ffi (1.17.0 )
13
14
forwardable-extended (2.6.0 )
14
- google-protobuf (3.22.2 )
15
+ google-protobuf (4.28.2 )
16
+ bigdecimal
17
+ rake (>= 13 )
15
18
http_parser.rb (0.8.0 )
16
- i18n (1.12.0 )
19
+ i18n (1.14.6 )
17
20
concurrent-ruby (~> 1.0 )
18
- jekyll (4.3.2 )
21
+ jekyll (4.3.4 )
19
22
addressable (~> 2.4 )
20
23
colorator (~> 1.0 )
21
24
em-websocket (~> 0.5 )
40
43
kramdown-parser-gfm (1.1.0 )
41
44
kramdown (~> 2.0 )
42
45
liquid (4.0.4 )
43
- listen (3.8 .0 )
46
+ listen (3.9 .0 )
44
47
rb-fsevent (~> 0.10 , >= 0.10.3 )
45
48
rb-inotify (~> 0.9 , >= 0.9.10 )
46
49
mercenary (0.4.0 )
47
50
pathutil (0.16.2 )
48
51
forwardable-extended (~> 2.6 )
49
- public_suffix (5 .0.1 )
50
- rake (13.0.6 )
52
+ public_suffix (6 .0.1 )
53
+ rake (13.2.1 )
51
54
rb-fsevent (0.11.2 )
52
- rb-inotify (0.10 .1 )
55
+ rb-inotify (0.11 .1 )
53
56
ffi (~> 1.0 )
54
- rexml (3.3.6 )
55
- strscan
56
- rouge (4.1.0 )
57
+ rexml (3.3.7 )
58
+ rouge (4.4.0 )
57
59
safe_yaml (1.0.5 )
58
- sass-embedded (1.59.2 )
59
- google-protobuf (~> 3.21 )
60
- rake (>= 10.0.0 )
61
- strscan (3.1.0 )
60
+ sass-embedded (1.79.3 )
61
+ google-protobuf (~> 4.27 )
62
+ rake (>= 13 )
62
63
terminal-table (3.0.2 )
63
64
unicode-display_width (>= 1.1.1 , < 3 )
64
- unicode-display_width (2.4.2 )
65
- webrick (1.8.1 )
65
+ unicode-display_width (2.6.0 )
66
+ webrick (1.8.2 )
66
67
67
68
PLATFORMS
68
69
ruby
You can’t perform that action at this time.
0 commit comments