Gemfile: add csv for now

This commit is contained in:
Aminda Suomalainen 2024-01-11 22:20:40 +02:00
parent aad0398b57
commit 08f2bf7c5f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 4 additions and 0 deletions

2
Gemfile vendored
View File

@ -4,3 +4,5 @@ source "https://rubygems.org"
gem "github-pages"
# Required for `bundle exec jekyll serve`
gem "webrick"
# TODO: remove this when https://github.com/jekyll/jekyll/pull/9522 releases
gem "csv"

2
Gemfile.lock generated
View File

@ -23,6 +23,7 @@ GEM
commonmarker (0.23.10)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
csv (3.2.8)
dnsruby (1.70.0)
simpleidn (~> 0.2.1)
drb (2.2.0)
@ -267,6 +268,7 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
csv
github-pages
webrick