Skip to content

Commit

Permalink
Bump jekyll from 4.3.4 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/jekyll/jekyll/releases)
- [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown)
- [Commits](jekyll/jekyll@v4.3.4...v4.4.0)

---
updated-dependencies:
- dependency-name: jekyll
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 3bd498a commit 8abc0d6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.3.4"
gem "jekyll", "~> 4.4.0"
gem "html-proofer"
gem 'nokogiri'
gem 'ruby-brs'
Expand Down
40 changes: 22 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
adsp (1.0.10)
bigdecimal (3.1.8)
base64 (0.2.0)
bigdecimal (3.1.9)
climate_control (1.2.0)
colorator (1.1.0)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
crass (1.0.6)
csv (3.3.0)
distributed-press-api-client (0.5.1)
Expand Down Expand Up @@ -61,13 +62,13 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
fast_blank (1.0.1)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
forwardable-extended (2.6.0)
google-protobuf (4.28.2-x86_64-darwin)
google-protobuf (4.29.3-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.28.2-x86_64-linux)
google-protobuf (4.29.3-x86_64-linux)
bigdecimal
rake (>= 13)
html-proofer (3.19.4)
Expand All @@ -85,19 +86,22 @@ GEM
multi_xml (>= 0.5.2)
httparty-cache (0.0.6)
httparty (~> 0.18)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
jekyll (4.3.4)
jekyll (4.4.0)
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 All @@ -113,8 +117,8 @@ GEM
listen (~> 3.0)
json (2.7.2)
jwt (2.6.0)
kramdown (2.4.0)
rexml
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
Expand Down Expand Up @@ -146,15 +150,15 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.9)
rouge (4.3.0)
rexml (3.4.0)
rouge (4.5.1)
ruby-brs (1.3.3)
adsp (~> 1.0)
safe_yaml (1.0.5)
sass-embedded (1.78.0-x86_64-darwin)
google-protobuf (~> 4.27)
sass-embedded (1.78.0-x86_64-linux-gnu)
google-protobuf (~> 4.27)
sass-embedded (1.83.4-x86_64-darwin)
google-protobuf (~> 4.29)
sass-embedded (1.83.4-x86_64-linux-gnu)
google-protobuf (~> 4.29)
sutty-liquid (0.12.3)
fast_blank (~> 1.0)
jekyll (~> 4)
Expand All @@ -174,7 +178,7 @@ PLATFORMS

DEPENDENCIES
html-proofer
jekyll (~> 4.3.4)
jekyll (~> 4.4.0)
jekyll-activity-pub
jekyll-feed!
nokogiri
Expand Down

0 comments on commit 8abc0d6

Please sign in to comment.