diff --git a/Gemfile b/Gemfile index dc6626a464605d8074747f03c6a76224f5e4d827..ea0a8d948204f2b790ef3c811d57c9241a596cc7 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,8 @@ ruby RUBY_VERSION # This will help ensure the proper Jekyll version is running. gem "jekyll", "~> 4.2" +gem "csv" +gem "base64" + # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] -