mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-25 13:59:25 +01:00
Gemfile: add csv for now
This commit is contained in:
parent
aad0398b57
commit
08f2bf7c5f
2
Gemfile
vendored
2
Gemfile
vendored
@ -4,3 +4,5 @@ source "https://rubygems.org"
|
|||||||
gem "github-pages"
|
gem "github-pages"
|
||||||
# Required for `bundle exec jekyll serve`
|
# Required for `bundle exec jekyll serve`
|
||||||
gem "webrick"
|
gem "webrick"
|
||||||
|
# TODO: remove this when https://github.com/jekyll/jekyll/pull/9522 releases
|
||||||
|
gem "csv"
|
||||||
|
2
Gemfile.lock
generated
2
Gemfile.lock
generated
@ -23,6 +23,7 @@ GEM
|
|||||||
commonmarker (0.23.10)
|
commonmarker (0.23.10)
|
||||||
concurrent-ruby (1.2.2)
|
concurrent-ruby (1.2.2)
|
||||||
connection_pool (2.4.1)
|
connection_pool (2.4.1)
|
||||||
|
csv (3.2.8)
|
||||||
dnsruby (1.70.0)
|
dnsruby (1.70.0)
|
||||||
simpleidn (~> 0.2.1)
|
simpleidn (~> 0.2.1)
|
||||||
drb (2.2.0)
|
drb (2.2.0)
|
||||||
@ -267,6 +268,7 @@ PLATFORMS
|
|||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
csv
|
||||||
github-pages
|
github-pages
|
||||||
webrick
|
webrick
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user