summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2011-12-07 16:26:56 +0100
committermguetlein <martin.guetlein@gmail.com>2011-12-07 16:26:56 +0100
commitcc5e2bb442a45351a191d1b69d03412991a20500 (patch)
treeb045fea3c48424aaf149c1ccbf5d516ff58dc53d
parent7565aeb930c9b24a677b65b89d62cc2db6318cee (diff)
parentf00b9f12cf9dbf40eaf3d55881e50acf53776013 (diff)
Merge branch 'development' of github.com:opentox/validation into development
-rwxr-xr-xreport/environment.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/report/environment.rb b/report/environment.rb
index 72320a0..34554f7 100755
--- a/report/environment.rb
+++ b/report/environment.rb
@@ -1,10 +1,9 @@
-
['rubygems', 'logger', 'fileutils', 'sinatra', 'sinatra/url_for', 'rest_client',
'yaml', 'fileutils', 'mime/types', 'abbrev',
'rexml/document', 'ruby-plot', 'opentox-ruby' ].each do |g|
require g
end
-gem 'ruby-plot', "~>0.5.0"
+gem 'ruby-plot', "~>0.6.0"
module Reports
end