Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 31 additions & 24 deletions site/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
asciidoctor (2.0.16)
base64 (0.3.0)
colorator (1.1.0)
concurrent-ruby (1.1.9)
csv (3.3.5)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
Expand Down Expand Up @@ -34,38 +36,43 @@ GEM
http_parser.rb (0.6.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jekyll (4.2.0)
jekyll (4.4.1)
addressable (~> 2.4)
base64 (~> 0.2)
colorator (~> 1.0)
csv (~> 3.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
json (~> 2.6)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
mercenary (~> 0.3, >= 0.3.6)
pathutil (~> 0.9)
rouge (~> 3.0)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-asciidoc (3.0.0)
asciidoctor (>= 1.5.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-asciidoc (3.0.1)
asciidoctor (>= 1.5.0, < 3.0.0)
jekyll (>= 3.0.0)
jekyll-avatar (0.7.0)
jekyll-avatar (0.8.0)
jekyll (>= 3.0, < 5.0)
jekyll-feed (0.15.1)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-gist (1.5.0)
octokit (~> 4.2)
jekyll-numbered-headings (0.1.1)
jekyll-paginate (1.1.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.7.1)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.19.3)
kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -81,7 +88,7 @@ GEM
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
public_suffix (7.0.5)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -97,25 +104,25 @@ GEM
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)
webrick (1.8.2)
webrick (1.9.2)

PLATFORMS
arm64-darwin-21
universal-darwin-20
x86_64-linux

DEPENDENCIES
jekyll (= 4.2.0)
jekyll-asciidoc (~> 3.0.0)
jekyll-avatar
jekyll-feed (~> 0.6)
jekyll-gist
jekyll-numbered-headings
jekyll (= 4.4.1)
jekyll-asciidoc (~> 3.0.1)
jekyll-avatar (~> 0.8.0)
jekyll-feed (~> 0.17.0)
jekyll-gist (~> 1.5.0)
jekyll-numbered-headings (~> 0.1.1)
jekyll-paginate (~> 1.1)
jekyll-seo-tag
kramdown-parser-gfm
jekyll-seo-tag (~> 2.8.0)
kramdown-parser-gfm (~> 1.1.0)
tzinfo-data
webrick (~> 1.8)
webrick (~> 1.9.0)

RUBY VERSION
ruby 3.0.0p0
Expand Down