summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
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"