summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-05 21:41:44 +0100
committerhukl <contact@smyck.org>2009-03-05 21:41:44 +0100
commit5bdafce88264d2cd5870f2382878863afcbc6280 (patch)
tree747ef940cb3e31ebb71fd9fb9f8d8ad72c772300
parent5dabe40c870249e670a3e949dabd0ce2ae5c6fee (diff)
fixed that rcov dependency
-rw-r--r--config/environment.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 866d1a8..a3fcfa3 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -20,12 +20,12 @@ Rails::Initializer.run do |config|
20 # config.gem "sqlite3-ruby", :lib => "sqlite3" 20 # config.gem "sqlite3-ruby", :lib => "sqlite3"
21 # config.gem "aws-s3", :lib => "aws/s3" 21 # config.gem "aws-s3", :lib => "aws/s3"
22 22
23 config.gem "rake", :version => ">= 0.8.3" 23 config.gem "rake", :version => ">= 0.8.3"
24 config.gem "rack", :version => ">= 0.9.1" 24 config.gem "rack", :version => ">= 0.9.1"
25 config.gem "mongrel", :version => ">= 1.1.5" 25 config.gem "mongrel", :version => ">= 1.1.5"
26 config.gem "libxml-ruby", :lib => 'xml' 26 config.gem "libxml-ruby", :lib => 'xml'
27 config.gem "vpim" 27 config.gem "vpim"
28 config.gem "rcov" 28 config.gem "spicycode-rcov", :lib => 'rcov', :souce => "http://gems.github.com"
29 29
30 # Only load the plugins named here, in the order given (default is alphabetical). 30 # Only load the plugins named here, in the order given (default is alphabetical).
31 # :all can be used as a placeholder for all plugins not explicitly named 31 # :all can be used as a placeholder for all plugins not explicitly named