Update dependencies

This commit is contained in:
Agatha Lovelace 2023-01-12 12:23:26 +01:00
parent a3f7c625c2
commit 0d5de30146
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
1 changed files with 6 additions and 4 deletions

10
Gemfile
View File

@ -2,10 +2,12 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "jekyll", "~> 4.3"
gem "jekyll-toc", "~> 0.17.1" gem "jekyll-toc", "~> 0.17.1"
gem "jekyll", "~> 4.2"
gem "kramdown-math-katex", "~> 1.0" gem "kramdown-math-katex", "~> 1.0"
gem "rouge", "~> 3.27" gem "rouge", "~> 4.0"
gem "webrick", "~> 1.7" gem "webrick", "~> 1.7"
gem "image_optim", "~> 0.25" gem "image_optim", "~> 0.31.2"
gem "image_optim_pack", "~> 0.5.1" gem "image_optim_pack", "~> 0.9.1"
# Currently required to fix incompatibility between Psych 4 and Ruby 3
gem 'psych', '< 4'