Add lockfile for Gemfile

This commit is contained in:
Gabriel Arazas 2022-11-28 09:36:38 +08:00
parent f94cdb223f
commit 2f8d64b994
2 changed files with 14 additions and 1 deletions

13
Gemfile.lock Normal file
View File

@ -0,0 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
asciidoctor (2.0.18)
PLATFORMS
x86_64-linux
DEPENDENCIES
asciidoctor
BUNDLED WITH
2.3.26

View File

@ -1,6 +1,6 @@
[build] [build]
publish = "public/" publish = "public/"
command = "bundle update --bundler && hugo --gc --minify" command = "bundle && hugo --gc --minify"
[context.production.environment] [context.production.environment]
HUGO_VERSION = "0.107.0" HUGO_VERSION = "0.107.0"