summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-11-21 10:09:48 +0100
committerChristoph Helma <helma@in-silico.ch>2012-11-21 10:09:48 +0100
commitc38f9f2e4c2dec4ef163c6c76d64f5dbf4974a5a (patch)
tree4f4b71056b1e8728720fb2a5f6886dc2dfe634cd /Gemfile
parent9661a67983ffc93ee02bc12b20b9afb38e199d79 (diff)
Initial GUI
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..48f78eb
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,6 @@
+source :gemcutter
+gemspec
+gem "haml"
+gem "dalli"
+gem "opentox-server", :path => "../opentox-server"
+gem "opentox-client", :path => "../opentox-client"