summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--application.rb2
m---------libfminer0
2 files changed, 1 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index 1209bea..8634805 100644
--- a/application.rb
+++ b/application.rb
@@ -1,5 +1,5 @@
require 'rubygems'
-require 'libfminer/libbbrc/bbrc' # has to be included before openbabel, otherwise we have strange SWIG overloading problems
+require File.join(File.expand_path(File.dirname(__FILE__)), 'libfminer/libbbrc/bbrc') # has to be included before openbabel, otherwise we have strange SWIG overloading problems
gem "opentox-ruby-api-wrapper", "= 1.6.0"
require 'opentox-ruby-api-wrapper'
diff --git a/libfminer b/libfminer
-Subproject 28695631f02c2ec0a131c476c710e2a4f3b388c
+Subproject 2c2b5177a8764d155fab2e12ce63457776f45d5