summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-09-23 13:09:47 +0200
committermr <mr@mrautenberg.de>2011-09-23 13:09:47 +0200
commit29fd67926f37e533f80f62f09c7dd71f2fab9130 (patch)
treeccbc711ab1d9d737a4932486ae30ac4dda7e6772
parent1492cf5ae9fd27a03b343d861673c33e55a2d135 (diff)
require opentox gem in ~>3v3.0.1v3.0.0
-rw-r--r--application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index 32fea95..18a6c82 100644
--- a/application.rb
+++ b/application.rb
@@ -3,7 +3,7 @@ require 'rubygems'
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
require File.join(File.expand_path(File.dirname(__FILE__)), 'libfminer/liblast/last') # has to be included before openbabel, otherwise we have strange SWIG overloading problems
require File.join(File.expand_path(File.dirname(__FILE__)), 'last-utils/lu.rb') # AM LAST
-gem "opentox-ruby", "~> 2"
+gem "opentox-ruby", "~> 3"
require 'opentox-ruby'
#require 'smarts.rb'