This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 4cb009c0 Missing gem
4cb009c0 is described below

commit 4cb009c014bc7e625f0dd4da6801798ac6d72acf
Author: Sebb <s...@apache.org>
AuthorDate: Wed Jan 31 14:23:57 2024 +0000

    Missing gem
---
 www/secretary/workbench/Gemfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/secretary/workbench/Gemfile b/www/secretary/workbench/Gemfile
index 1ef327ad..4663c83d 100644
--- a/www/secretary/workbench/Gemfile
+++ b/www/secretary/workbench/Gemfile
@@ -6,6 +6,7 @@ if File.exist? version_file
   # for deployment and local testing
   asf_version = File.read(version_file).chomp
   gem 'whimsy-asf', asf_version, path: File.expand_path(root, __FILE__)
+  gem 'puma' # needed for rake server
 else
   # for docker purposes (at least for now)
   gem 'whimsy-asf'

Reply via email to