From 2f8d64b9945e38cea75ede8a40eca00c233ec85a Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 28 Nov 2022 09:36:38 +0800 Subject: [PATCH] Add lockfile for Gemfile --- Gemfile.lock | 13 +++++++++++++ netlify.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..42d33b7 --- /dev/null +++ b/Gemfile.lock @@ -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 diff --git a/netlify.toml b/netlify.toml index eeed86e..f183da7 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "public/" -command = "bundle update --bundler && hugo --gc --minify" +command = "bundle && hugo --gc --minify" [context.production.environment] HUGO_VERSION = "0.107.0"