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"
|
||||
|
||||
# Jekyll
|
||||
#gem "jekyll", "~> 3.9.0"
|
||||
gem "jekyll"
|
||||
|
||||
# Tema
|
||||
gem "no-style-please"
|
||||
|
||||
# Dependencias
|
||||
group :jekyll_plugins do
|
||||
# gem "jekyll-feed", "~> 0.15.1"
|
||||
# gem "jekyll-seo-tag", "~> 2.7.1"
|
||||
gem "jekyll-feed"
|
||||
gem "jekyll-seo-tag"
|
||||
gem "jekyll-sitemap"
|
||||
gem "jekyll-tidy"
|
||||
end
|
||||
|
||||
|
|
|
@ -35,6 +35,8 @@ GEM
|
|||
sass (~> 3.4)
|
||||
jekyll-seo-tag (2.7.1)
|
||||
jekyll (>= 3.8, < 5.0)
|
||||
jekyll-sitemap (1.4.0)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-tidy (0.2.2)
|
||||
htmlbeautifier
|
||||
htmlcompressor
|
||||
|
@ -73,6 +75,10 @@ PLATFORMS
|
|||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
jekyll
|
||||
jekyll-feed
|
||||
jekyll-seo-tag
|
||||
jekyll-sitemap
|
||||
jekyll-tidy
|
||||
kramdown-parser-gfm
|
||||
no-style-please
|
||||
|
|
Loading…
Reference in a new issue