Actualizar Gemfile y Gemfile.lock
This commit is contained in:
parent
06d738cf8d
commit
621bc8d4b9
2 changed files with 10 additions and 3 deletions
7
Gemfile
7
Gemfile
|
@ -1,15 +1,16 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
# Jekyll
|
# Jekyll
|
||||||
#gem "jekyll", "~> 3.9.0"
|
gem "jekyll"
|
||||||
|
|
||||||
# Tema
|
# Tema
|
||||||
gem "no-style-please"
|
gem "no-style-please"
|
||||||
|
|
||||||
# Dependencias
|
# Dependencias
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
# gem "jekyll-feed", "~> 0.15.1"
|
gem "jekyll-feed"
|
||||||
# gem "jekyll-seo-tag", "~> 2.7.1"
|
gem "jekyll-seo-tag"
|
||||||
|
gem "jekyll-sitemap"
|
||||||
gem "jekyll-tidy"
|
gem "jekyll-tidy"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,8 @@ GEM
|
||||||
sass (~> 3.4)
|
sass (~> 3.4)
|
||||||
jekyll-seo-tag (2.7.1)
|
jekyll-seo-tag (2.7.1)
|
||||||
jekyll (>= 3.8, < 5.0)
|
jekyll (>= 3.8, < 5.0)
|
||||||
|
jekyll-sitemap (1.4.0)
|
||||||
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-tidy (0.2.2)
|
jekyll-tidy (0.2.2)
|
||||||
htmlbeautifier
|
htmlbeautifier
|
||||||
htmlcompressor
|
htmlcompressor
|
||||||
|
@ -73,6 +75,10 @@ PLATFORMS
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
jekyll
|
||||||
|
jekyll-feed
|
||||||
|
jekyll-seo-tag
|
||||||
|
jekyll-sitemap
|
||||||
jekyll-tidy
|
jekyll-tidy
|
||||||
kramdown-parser-gfm
|
kramdown-parser-gfm
|
||||||
no-style-please
|
no-style-please
|
||||||
|
|
Loading…
Reference in a new issue