Skip to content

Commit

Permalink
Merge pull request #11 from WPS/dependabot/bundler/jekyll-4.4.1
Browse files Browse the repository at this point in the history
Bump jekyll from 4.3.4 to 4.4.1
  • Loading branch information
hschwentner authored Feb 7, 2025
2 parents 7d422bf + b7de4da commit e5901c6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "jekyll", "~> 4.3.4"
gem "jekyll", "~> 4.4.1"
gem "jekyll-include-cache", group: :jekyll_plugins
gem "jemoji", "~> 0.13.0", group: :jekyll_plugins
gem "minimal-mistakes-jekyll", "~> 4.26.2"
Expand Down
36 changes: 20 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
colorator (1.1.0)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
connection_pool (2.4.1)
csv (3.3.2)
drb (2.2.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
Expand All @@ -29,29 +30,32 @@ GEM
logger
faraday-net_http (3.1.1)
net-http
ffi (1.17.0)
ffi (1.17.1)
forwardable-extended (2.6.0)
gemoji (4.1.0)
google-protobuf (4.28.2)
google-protobuf (4.29.3)
bigdecimal
rake (>= 13)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
i18n (1.14.6)
i18n (1.14.7)
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 All @@ -64,8 +68,8 @@ GEM
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sass-converter (3.1.0)
sass-embedded (~> 1.75)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
Expand All @@ -75,8 +79,8 @@ GEM
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.9.1)
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 @@ -110,11 +114,11 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.7)
rouge (4.4.0)
rexml (3.4.0)
rouge (4.5.1)
safe_yaml (1.0.5)
sass-embedded (1.79.3)
google-protobuf (~> 4.27)
sass-embedded (1.83.4)
google-protobuf (~> 4.29)
rake (>= 13)
sawyer (0.9.2)
addressable (>= 2.3.5)
Expand All @@ -132,7 +136,7 @@ PLATFORMS
ruby

DEPENDENCIES
jekyll (~> 4.3.4)
jekyll (~> 4.4.1)
jekyll-include-cache
jemoji (~> 0.13.0)
json (~> 2.9)
Expand Down

0 comments on commit e5901c6

Please sign in to comment.