web/Gemfile

22 lines
367 B
Ruby

source "https://rubygems.org"
# Jekyll
gem "jekyll", "~> 4.2.0"
# Tema
gem "no-style-please"
# Dependencias
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end
# Compatibilidad
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end
# Rendimiento
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]