Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.3.2"
gem "jekyll", "~> 4.4.0"
gem "csv"
gem "base64"
gem "jekyll-feed", "~> 0.15"
Expand Down
17 changes: 10 additions & 7 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEM
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
base64 (0.3.0)
bigdecimal (4.0.1)
bigdecimal (4.1.1)
colorator (1.1.0)
concurrent-ruby (1.3.6)
csv (3.3.5)
Expand All @@ -18,25 +18,28 @@ GEM
logger
faraday-net_http (3.4.2)
net-http (~> 0.5)
ffi (1.17.3-x86_64-linux-gnu)
ffi (1.17.4-x86_64-linux-gnu)
forwardable-extended (2.6.0)
google-protobuf (4.34.0-x86_64-linux-gnu)
google-protobuf (4.34.1-x86_64-linux-gnu)
bigdecimal
rake (~> 13.3)
http_parser.rb (0.8.1)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
jekyll (4.3.4)
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, < 4.0)
jekyll-watch (~> 2.0)
json (~> 2.6)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (>= 0.3.6, < 0.5)
mercenary (~> 0.3, >= 0.3.6)
pathutil (~> 0.9)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
Expand Down Expand Up @@ -97,7 +100,7 @@ GEM
rexml (3.4.4)
rouge (4.7.0)
safe_yaml (1.0.5)
sass-embedded (1.97.3-x86_64-linux-gnu)
sass-embedded (1.99.0-x86_64-linux-gnu)
google-protobuf (~> 4.31)
sawyer (0.9.3)
addressable (>= 2.3.5)
Expand All @@ -115,7 +118,7 @@ DEPENDENCIES
base64
csv
http_parser.rb (~> 0.8.0)
jekyll (~> 4.3.2)
jekyll (~> 4.4.0)
jekyll-default-layout
jekyll-feed (~> 0.15)
jekyll-github-metadata
Expand Down
Loading