summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/environment.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 24becaf..866d1a8 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -19,6 +19,13 @@ Rails::Initializer.run do |config|
19 # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net" 19 # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
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
23 config.gem "rake", :version => ">= 0.8.3"
24 config.gem "rack", :version => ">= 0.9.1"
25 config.gem "mongrel", :version => ">= 1.1.5"
26 config.gem "libxml-ruby", :lib => 'xml'
27 config.gem "vpim"
28 config.gem "rcov"
22 29
23 # 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).
24 # :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