summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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