From a7f9e59888ff6bbf45a5f44f0a1056535176bf12 Mon Sep 17 00:00:00 2001 From: Sven Schwyn Date: Sun, 3 Mar 2024 14:57:04 +0100 Subject: [PATCH] Update to Bridgetown 1.3.2 --- README.md | 9 ++++++--- tag.txt | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1a4be42..14cc62f 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,12 @@ No releases yet, there's still too much room for improvements. However, you can ## Development -Install [Ruby](https://www.ruby-lang.org) and [Dashing](https://github.com/technosophos/dashing#readme), then... +Install [Ruby](https://www.ruby-lang.org), then... ```bash +# Install tools +brew install dashing + # Set tag TAG=$(cat tag.txt) @@ -18,9 +21,9 @@ cd source git checkout tags/$TAG -b branch-$TAG # Relax Ruby version -echo "ruby-3.2" >bridgetown-website/.ruby-version +echo "ruby-3.3" >bridgetown-website/.ruby-version -# Direnv +# Direnv (if used) echo "use ruby" >bridgetown-website/.envrc # Build website diff --git a/tag.txt b/tag.txt index 18fa8e7..968e750 100644 --- a/tag.txt +++ b/tag.txt @@ -1 +1 @@ -v1.3.0 +v1.3.2