summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2015-08-27 20:25:16 +0200
committerChristoph Helma <helma@in-silico.ch>2015-08-27 20:25:16 +0200
commit7dcae58f3af869b4c58e6091cee099acff113ad2 (patch)
tree1c9d16803d26ae663539a1721a63e4999b941323 /Gemfile
parent46166d66c458eb9d922f0c6c4958654a761a7529 (diff)
Initial GUI for Nestec models
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 1 insertions, 9 deletions
diff --git a/Gemfile b/Gemfile
index 1b83cff..736527c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,12 +3,4 @@ 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"
+gem "lazar", :path => "../lazar"