summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/environment.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/config/environment.rb b/config/environment.rb
index f3ec208..847524d 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -22,10 +22,9 @@ Rails::Initializer.run do |config|
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 "spicycode-rcov", :lib => 'rcov', :souce => "http://gems.github.com"
27 # config.gem "vpim" 27 config.gem "erdgeist-chaos_calendar", :lib => "chaos_calendar", :source => "http://gems.github.com"
28 # config.gem "spicycode-rcov", :lib => 'rcov', :souce => "http://gems.github.com"
29 28
30 # Only load the plugins named here, in the order given (default is alphabetical). 29 # 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 30 # :all can be used as a placeholder for all plugins not explicitly named