Skip to content
Open
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'git', '~> 1.8'
gem 'json', '~> 2.5'

group(:build_site) do
gem 'jekyll', '~> 4.1'
gem 'jekyll', '~> 4.3'
gem 'kramdown', '~> 2.3'
gem 'vlad', '~> 2.7'
gem 'vlad-git', '~> 2.1'
Expand Down
31 changes: 18 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.1)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
blockenspiel (0.5.0)
colorator (1.1.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
deep_merge (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
Expand All @@ -37,13 +37,15 @@ GEM
git (1.12.0)
addressable (~> 2.8)
rchardet (~> 1.8)
google-protobuf (3.23.0)
google-protobuf (3.23.0-x86_64-darwin)
hiera (3.10.0)
hocon (1.3.1)
http_parser.rb (0.8.0)
httpclient (2.8.3)
i18n (1.12.0)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
jekyll (4.3.1)
jekyll (4.3.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -59,16 +61,16 @@ GEM
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.6.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
liquid (4.0.4)
listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -91,7 +93,7 @@ GEM
unicode
psych (4.0.6)
stringio
public_suffix (5.0.0)
public_suffix (5.0.1)
punkt-segmenter (0.9.1)
unicode_utils (>= 1.0.0)
puppet (6.28.0)
Expand Down Expand Up @@ -136,10 +138,13 @@ GEM
psych (>= 4.0.0)
rexml (3.2.5)
rgen (0.9.0)
rouge (3.30.0)
rouge (4.1.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sass-embedded (1.62.1)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sass-embedded (1.62.1-x86_64-darwin)
google-protobuf (~> 3.21)
semantic_puppet (1.0.4)
stringio (3.0.2)
terminal-table (3.0.2)
Expand All @@ -148,7 +153,7 @@ GEM
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode (0.4.4.4)
unicode-display_width (2.3.0)
unicode-display_width (2.4.2)
unicode_utils (1.4.0)
versionomy (0.5.0)
blockenspiel (~> 0.5)
Expand All @@ -169,7 +174,7 @@ PLATFORMS
DEPENDENCIES
activerecord (~> 6)
git (~> 1.8)
jekyll (~> 4.1)
jekyll (~> 4.3)
json (~> 2.5)
kramdown (~> 2.3)
listen (~> 3.5.1)
Expand Down