You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2016/02/27 17:03:23 UTC

[whimsy.git] [1/1] Commit 4d0ff1b: install necessary dependencies

Commit 4d0ff1b2858f4ff82e7034cba339bcc573492583:
    install necessary dependencies


Branch: refs/heads/master
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
www/secretary/workbench/Gemfile                              | +++++++++++++ 
------------------------------------------------------------
13 changes: 13 additions, 0 deletions.
------------------------------------------------------------


diff --git a/www/secretary/workbench/Gemfile b/www/secretary/workbench/Gemfile
new file mode 100644
index 0000000..3a5faf4
--- /dev/null
+++ b/www/secretary/workbench/Gemfile
@@ -0,0 +1,13 @@
+source 'https://rubygems.org'
+
+root = '../../../..'
+version_file = File.expand_path("#{root}/asf.version", __FILE__)
+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__)
+end
+
+gem 'wunderbar'
+gem 'escape'
+gem 'mail'