+ bundle update

This commit is contained in:
nicobo 2021-12-29 16:54:53 +01:00
parent cfb11009ce
commit 9a015aabfa
2 changed files with 4 additions and 1 deletions

View file

@ -119,7 +119,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.1)
rouge (3.27.0)
ruby-enum (0.9.0)
i18n
ruby2_keywords (0.0.5)

View file

@ -3,6 +3,9 @@ all: install
install:
bundle install
update:
bundle update
serve:
bundle exec jekyll serve --livereload -H '*' --drafts