You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cl...@apache.org on 2021/08/06 21:06:51 UTC

[whimsy] 01/01: Update Gemfile

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

clr pushed a commit to branch remove-puma-gem-from-configuration
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit fda27401648a7bf922350b863af30b2dd8fca3ed
Author: Craig L Russell <ap...@gmail.com>
AuthorDate: Fri Aug 6 14:06:42 2021 -0700

    Update Gemfile
---
 www/secretary/workbench/Gemfile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/www/secretary/workbench/Gemfile b/www/secretary/workbench/Gemfile
index dc32b03..d245ff0 100644
--- a/www/secretary/workbench/Gemfile
+++ b/www/secretary/workbench/Gemfile
@@ -22,7 +22,3 @@ gem 'execjs'
 gem 'listen'
 gem 'escape'
 gem 'pdf-reader'
-
-group :demo do
-  gem 'puma'
-end