summaryrefslogtreecommitdiff
path: root/report/environment.rb
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-06-07 14:09:43 +0200
committermguetlein <martin.guetlein@gmail.com>2010-06-07 14:09:43 +0200
commitfd6cccaecc235bfe334fd54b79f02e2083dc89a9 (patch)
tree188895a5ba743bfd321d914b399bf90124734057 /report/environment.rb
parentedfa159a81f02f3bfbbd5108ff3494369133e072 (diff)
add regression plot, rescue not found errors, ..
Diffstat (limited to 'report/environment.rb')
-rw-r--r--report/environment.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/report/environment.rb b/report/environment.rb
index 2cb03a6..c64d40d 100644
--- a/report/environment.rb
+++ b/report/environment.rb
@@ -11,6 +11,8 @@ require 'fileutils'
require 'mime/types'
require 'ruby-plot'
+gem 'ruby-plot', '= 0.0.2'
+
module Reports
end