summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e9d1078..1b83cff 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,14 @@
source "https://rubygems.org"
+gemspec
gem "sinatra"
gem "haml"
gem "sass"
gem "opentox-server", :path => "../opentox-server"
gem "opentox-client", :path => "../opentox-client"
+gem "opentox-algorithm", :path => "../algorithm"
+gem "opentox-compound", :path => "../compound"
+gem "opentox-dataset", :path => "../dataset"
+gem "opentox-feature", :path => "../feature"
+gem "opentox-model", :path => "../model"
+gem "opentox-task", :path => "../task"
+gem "opentox-validation", :path => "../validation"