summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2014-10-17 15:37:02 +0200
committergebele <gebele@in-silico.ch>2014-10-17 15:37:02 +0200
commit9789095fbf7f2053a95b328d299b49950fa48676 (patch)
tree982a8e5a53607842d9b51fc06e8156f95760253c /Gemfile
parent1f50269789d79c82923f204f8cfde7f305994c52 (diff)
updated Gemfile with local opentox-gems; added validation to gemspec
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"