summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-06 17:44:50 +0200
committerhukl <contact@smyck.org>2009-09-06 17:44:50 +0200
commit8c65ad0e5fe92ff956669860304caddcc90c9287 (patch)
treebe5c2cc08193fef54d8318ed941db500a3916d93
parentfeaaaeb7ffa0463eab9b715bfab26d861ec1763d (diff)
removed the rcov dependency
-rw-r--r--config/environment.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index c6cd74c..4f94304 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -23,7 +23,6 @@ Rails::Initializer.run do |config|
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 "libxml-ruby", :lib => 'xml' 25 config.gem "libxml-ruby", :lib => 'xml'
26 config.gem "relevance-rcov", :lib => 'rcov', :souce => "http://gems.github.com"
27 config.gem "erdgeist-chaos_calendar", :lib => "chaos_calendar", :source => "http://gems.github.com" 26 config.gem "erdgeist-chaos_calendar", :lib => "chaos_calendar", :source => "http://gems.github.com"
28 27
29 # Only load the plugins named here, in the order given (default is alphabetical). 28 # Only load the plugins named here, in the order given (default is alphabetical).