summaryrefslogtreecommitdiff
path: root/report/environment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'report/environment.rb')
-rwxr-xr-xreport/environment.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/report/environment.rb b/report/environment.rb
index a7d454f..72320a0 100755
--- a/report/environment.rb
+++ b/report/environment.rb
@@ -1,13 +1,11 @@
['rubygems', 'logger', 'fileutils', 'sinatra', 'sinatra/url_for', 'rest_client',
- 'yaml', 'fileutils', 'mime/types', 'abbrev', 'rinruby',
+ 'yaml', 'fileutils', 'mime/types', 'abbrev',
'rexml/document', 'ruby-plot', 'opentox-ruby' ].each do |g|
require g
end
gem 'ruby-plot', "~>0.5.0"
-#R.quit
-
module Reports
end