sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 6227c9ed977e0c88c9a499cccca4c1383ee2f3bb
parent 104f56f57e9131ea029f2cdf7d3f648e1156e492
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun, 21 Apr 2024 12:25:30 +1000

contrib/nix: add back platforms to Gemfile.lock

Accidentally lost them in commit d6bcac5a. We need these to satisfy
Github Actions.

Diffstat:
M contrib/nix/Gemfile.lock | 7 +++++++
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/contrib/nix/Gemfile.lock b/contrib/nix/Gemfile.lock
@@ -55,6 +55,13 @@ GEM
 
 PLATFORMS
   aarch64-linux
+  x86_64-darwin-17
+  x86_64-darwin-18
+  x86_64-darwin-19
+  x86_64-darwin-20
+  x86_64-darwin-21
+  x86_64-darwin-22
+  x86_64-linux
 
 DEPENDENCIES
   bundler (>= 1.3, < 3)