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/02 18:02:48 UTC

[whimsy.git] [1/1] Commit 8e0d407: add a Gemfile

Commit 8e0d40747fca3238346d913f9432a64e82af673b:
    add a Gemfile


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

------------------------------------------------------------
www/roster/Gemfile                                           | ++++++++++ 
------------------------------------------------------------
10 changes: 10 additions, 0 deletions.
------------------------------------------------------------


diff --git a/www/roster/Gemfile b/www/roster/Gemfile
new file mode 100644
index 0000000..ab4df89
--- /dev/null
+++ b/www/roster/Gemfile
@@ -0,0 +1,10 @@
+source 'https://rubygems.org'
+
+base = '../../..'
+
+asf_version = File.read(File.expand_path("#{base}/asf.version", __FILE__)).chomp
+
+gem 'whimsy-asf', asf_version, path: File.expand_path(base, __FILE__)
+
+gem 'ruby2js'
+gem 'wunderbar'