Update Gemfile

This commit is contained in:
JotaChina 2024-07-24 19:14:43 -03:00 committed by GitHub
parent 7f13ca104b
commit f5b2a4fa59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 12 deletions

View File

@ -1,16 +1,5 @@
source "https://rubygems.org" source "https://rubygems.org"
# Dependências principais do Jekyll # Dependências principais do Jekyll
gem "jekyll", "~> 4.3" gem "jekyll", "~> 4.3.3"
gem "minima", "~> 2.5" gem "minima", "~> 2.5"
# Plugins comuns do Jekyll
gem "jekyll-feed", "~> 0.17"
gem "jekyll-seo-tag", "~> 2.8"
# Gema para converter SASS
gem "sassc", "~> 2.4"
# Gems padrão do Ruby
gem 'csv'
gem 'base64'