diff --git a/Gemfile b/Gemfile index 32a1abee9..3b689605a 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index a37645959..8a8f89988 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -59,8 +61,8 @@ 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) @@ -68,7 +70,7 @@ GEM 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) @@ -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) @@ -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) @@ -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) @@ -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)