Actualizar 'Gemfile'
This commit is contained in:
parent
5fc6c69829
commit
f417aa1193
1 changed files with 3 additions and 2 deletions
5
Gemfile
5
Gemfile
|
@ -1,14 +1,15 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
# Jekyll
|
||||
gem "jekyll", "~> 4.2.0"
|
||||
gem "jekyll", "~> 3.8.7"
|
||||
|
||||
# Tema
|
||||
gem "no-style-please"
|
||||
|
||||
# Dependencias
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-feed", "~> 0.12"
|
||||
gem "jekyll-feed", "~> 0.13.0"
|
||||
gem "jekyll-seo-tag", "~> 2.6.1"
|
||||
end
|
||||
|
||||
# Compatibilidad
|
||||
|
|
Loading…
Reference in a new issue