File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 36
36
- name : Setup Ruby
37
37
uses : ruby/setup-ruby@v1
38
38
with :
39
- ruby-version : ' 3.1.4' # Not needed with a .ruby-version file
40
39
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
41
40
cache-version : 0 # Increment this number if you need to re-download cached gems
42
41
- name : Setup Pages
Original file line number Diff line number Diff line change
1
+ 3.3.1
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
+ ruby ">=3.3.0"
4
+
3
5
gem 'rake'
4
6
gem 'jekyll'
5
7
Original file line number Diff line number Diff line change 14
14
eventmachine (1.2.7 )
15
15
ffi (1.17.1 )
16
16
forwardable-extended (2.6.0 )
17
- google-protobuf (4.29.3 )
17
+ google-protobuf (4.30.1 )
18
18
bigdecimal
19
19
rake (>= 13 )
20
20
http_parser.rb (0.8.0 )
43
43
sass-embedded (~> 1.75 )
44
44
jekyll-watch (2.2.1 )
45
45
listen (~> 3.0 )
46
- json (2.9.1 )
46
+ json (2.10.2 )
47
47
kramdown (2.5.1 )
48
48
rexml (>= 3.3.9 )
49
49
kramdown-parser-gfm (1.1.0 )
60
60
rb-fsevent (0.11.2 )
61
61
rb-inotify (0.11.1 )
62
62
ffi (~> 1.0 )
63
- rexml (3.4.0 )
63
+ rexml (3.4.1 )
64
64
rouge (4.5.1 )
65
65
safe_yaml (1.0.5 )
66
- sass-embedded (1.83.4 )
67
- google-protobuf (~> 4.29 )
66
+ sass-embedded (1.86.0 )
67
+ google-protobuf (~> 4.30 )
68
68
rake (>= 13 )
69
69
terminal-table (3.0.2 )
70
70
unicode-display_width (>= 1.1.1 , < 3 )
@@ -79,5 +79,8 @@ DEPENDENCIES
79
79
rake
80
80
webrick (~> 1.9.1 )
81
81
82
+ RUBY VERSION
83
+ ruby 3.3.1p55
84
+
82
85
BUNDLED WITH
83
86
2.5.15
You can’t perform that action at this time.
0 commit comments