about summary refs log tree commit diff
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2021-09-25 19:11:54 +0200
committerzimbatm <zimbatm@zimbatm.com>2021-09-25 19:11:55 +0200
commitcda1e49784034826eb04a67cfe6fff5e226cc609 (patch)
tree958ab106a094b1e7a540ae73e2e53cb1388a5617
parent12148886556c8a8b99e15af3cd27babd4e86f3b9 (diff)
foreman: add more platform support
See
https://www.moncefbelyamani.com/understanding-the-gemfile-lock-file/

Apparently you now have to manually add all the platforms that a gem is
supported on.
-rw-r--r--pkgs/tools/system/foreman/Gemfile.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/system/foreman/Gemfile.lock b/pkgs/tools/system/foreman/Gemfile.lock
index 1bafc658cbc0b..dac60786a63f4 100644
--- a/pkgs/tools/system/foreman/Gemfile.lock
+++ b/pkgs/tools/system/foreman/Gemfile.lock
@@ -4,6 +4,10 @@ GEM
     foreman (0.87.2)
 
 PLATFORMS
+  aarch64-darwin
+  aarch64-linux
+  ruby
+  x86_64-darwin
   x86_64-linux
 
 DEPENDENCIES