We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e8c3e commit e22d4a6Copy full SHA for e22d4a6
2 files changed
.gitignore
@@ -2,3 +2,7 @@ _site/
2
.sass-cache/
3
.jekyll-cache/
4
.jekyll-metadata
5
+
6
+# Ignore folders generated by Bundler
7
+.bundle/
8
+vendor/
Gemfile.lock
@@ -12,6 +12,7 @@ GEM
12
ffi (1.15.5)
13
forwardable-extended (2.6.0)
14
google-protobuf (3.24.0-x86_64-darwin)
15
+ google-protobuf (3.24.0-x86_64-linux)
16
http_parser.rb (0.8.0)
17
i18n (1.14.1)
18
concurrent-ruby (~> 1.0)
@@ -66,6 +67,8 @@ GEM
66
67
safe_yaml (1.0.5)
68
sass-embedded (1.64.2-x86_64-darwin)
69
google-protobuf (~> 3.23)
70
+ sass-embedded (1.64.2-x86_64-linux-gnu)
71
+ google-protobuf (~> 3.23)
72
terminal-table (3.0.2)
73
unicode-display_width (>= 1.1.1, < 3)
74
tzinfo (2.0.6)
@@ -78,6 +81,7 @@ GEM
78
81
79
82
PLATFORMS
80
83
x86_64-darwin-22
84
+ x86_64-linux
85
86
DEPENDENCIES
87
jekyll (~> 4.3)
0 commit comments