Skip to content

Commit

Permalink
Update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Nov 8, 2024
1 parent 6db92bc commit 5df0ffe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ source "https://rubygems.org"
gem 'jekyll', ">= 4.1.1"

gem "posix-spawn", github: "https://github.com/rtomayko/posix-spawn/pull/93"
# sass-embeded in 3.0.0 pulls google-protobuf which fails to compile
gem "jekyll-sass-converter", "< 3"

group :jekyll_plugins do
gem 'jekyll-algolia'
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
json (>= 1.5.1)
colorator (1.1.0)
concurrent-ruby (1.1.10)
date (3.2.2)
date (3.4.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -101,7 +101,7 @@ GEM
racc (~> 1.4)
nokogiri (1.13.6-x64-mingw32)
racc (~> 1.4)
open-uri (0.2.0)
open-uri (0.5.0)
stringio
time
uri
Expand All @@ -120,15 +120,15 @@ GEM
ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
stringio (3.0.2)
stringio (3.1.2)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
time (0.2.0)
time (0.4.1)
date
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.11.0)
uri (1.0.1)
verbal_expressions (0.1.5)
webrick (1.7.0)

Expand All @@ -142,6 +142,7 @@ DEPENDENCIES
jekyll-last-modified-at
jekyll-redirect-from
jekyll-relative-links
jekyll-sass-converter (< 3)
jekyll-seo-tag
jekyll-sitemap
jekyll-watch
Expand Down

0 comments on commit 5df0ffe

Please sign in to comment.