Skip to content

Commit 514533c

Browse files
authored
Updated deps to fix issue with jekyll-socials (alshedivat#3447)
Fixes alshedivat#3445 Signed-off-by: George Araújo <george.gcac@gmail.com>
1 parent 2bbc8ad commit 514533c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ GEM
175175
jekyll (~> 4.0)
176176
jekyll-sitemap (1.4.0)
177177
jekyll (>= 3.7, < 5.0)
178-
jekyll-socials (0.0.3)
178+
jekyll-socials (0.0.5)
179179
jekyll (>= 3.6, < 5.0)
180180
jekyll-tabs (1.2.1)
181181
jekyll (>= 3.0, < 5.0)

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ If you installed **al-folio** as described above, you can manually update your c
241241
# Assuming the current directory is <your-repo-name>
242242
$ git remote add upstream https://github.com/alshedivat/al-folio.git
243243
$ git fetch upstream
244-
$ git rebase v0.16.0
244+
$ git rebase v0.16.1
245245
```
246246

247247
If you have extensively customized a previous version, it might be trickier to upgrade.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# this file uses prebuilt image in dockerhub
22
services:
33
jekyll:
4-
image: amirpourmand/al-folio:v0.16.0
4+
image: amirpourmand/al-folio:v0.16.1
55
build: .
66
# uncomment these if you are having this issue with the build:
77
# /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)

0 commit comments

Comments
 (0)