Updated deps to fix issue with jekyll-socials (#3447)
Fixes #3445 Signed-off-by: George Araújo <george.gcac@gmail.com>
This commit is contained in:
parent
2bbc8ad544
commit
514533c50a
@ -175,7 +175,7 @@ GEM
|
||||
jekyll (~> 4.0)
|
||||
jekyll-sitemap (1.4.0)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-socials (0.0.3)
|
||||
jekyll-socials (0.0.5)
|
||||
jekyll (>= 3.6, < 5.0)
|
||||
jekyll-tabs (1.2.1)
|
||||
jekyll (>= 3.0, < 5.0)
|
||||
|
||||
@ -241,7 +241,7 @@ If you installed **al-folio** as described above, you can manually update your c
|
||||
# Assuming the current directory is <your-repo-name>
|
||||
$ git remote add upstream https://github.com/alshedivat/al-folio.git
|
||||
$ git fetch upstream
|
||||
$ git rebase v0.16.0
|
||||
$ git rebase v0.16.1
|
||||
```
|
||||
|
||||
If you have extensively customized a previous version, it might be trickier to upgrade.
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# this file uses prebuilt image in dockerhub
|
||||
services:
|
||||
jekyll:
|
||||
image: amirpourmand/al-folio:v0.16.0
|
||||
image: amirpourmand/al-folio:v0.16.1
|
||||
build: .
|
||||
# uncomment these if you are having this issue with the build:
|
||||
# /usr/local/bundle/gems/jekyll-4.3.4/lib/jekyll/site.rb:509:in `initialize': Permission denied @ rb_sysopen - /srv/jekyll/.jekyll-cache/.gitignore (Errno::EACCES)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user