summaryrefslogtreecommitdiff
path: root/config/environment.rb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-06 00:56:00 +0100
committerhukl <contact@smyck.org>2009-03-06 00:56:00 +0100
commitf97526891872710b49e7ea0e486eb854a233302f (patch)
treeaee60ae87081e1e6ea3e0a890682febf9f106664 /config/environment.rb
parent4f4a4dc245de2a94efef813ec9ff70eb549b7607 (diff)
didn't work out yet
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/environment.rb b/config/environment.rb
index a3fcfa3..20b38b6 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 "spicycode-rcov", :lib => 'rcov', :souce => "http://gems.github.com" 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