Skip to content

Commit

Permalink
resolve breaking tests (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
levfishbluefish committed Dec 12, 2019
1 parent 665b30b commit cf7539f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Expand Up @@ -7,6 +7,9 @@ RUN apk add --update-cache --upgrade curl
WORKDIR /srv/jekyll
COPY Makefile /srv/jekyll/Makefile

# To handle 'not get uid/gid'
RUN npm config set unsafe-perm true

RUN make install-prerequisites

RUN chmod -R 777 /usr/lib/node_modules \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
gem 'jekyll', '~> 3.8.6'
gem 'jekyll', '3.8.6'
gem 'jekyll-redirect-from'
gem 'redcarpet', '3.5.0'
gem 'rouge', '3.13.0'
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -58,7 +58,7 @@ PLATFORMS
ruby

DEPENDENCIES
jekyll (~> 3.8.6)
jekyll (= 3.8.6)
jekyll-redirect-from
redcarpet (= 3.5.0)
rouge (= 3.13.0)
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf7539f

Please sign in to comment.