From 90b897dbbc014ab11f77566c0a7901a9db42c272 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Mon, 1 Feb 2021 21:34:27 -0700 Subject: dramatically simplify project dependencies by specifying specific jekyll and plugin versions --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b68b3aa..150bf91 100644 --- a/Makefile +++ b/Makefile @@ -11,5 +11,8 @@ clean: serve: nix-shell -A serve +lock: + nix-shell -p bundler -p bundix --run 'bundler lock; bundix; rm -rf .bundle vendor' + update: - nix-shell -p bundler --run 'bundler update; bundler lock; bundix; rm -rf .bundle vendor' + nix-shell -p bundler -p bundix --run 'bundler update; bundler lock; bundix; rm -rf .bundle vendor' -- cgit v1.2.3