diff options
| author | hukl <contact@smyck.org> | 2009-03-05 21:10:43 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-05 21:10:43 +0100 |
| commit | a006c9c54bf19273fca2f0607c82c069623a4125 (patch) | |
| tree | b1d290583713aea5e7a0d9d87edb6150d6ad7405 | |
| parent | ef8246f1caeaa81a9bae20b1e1e9592614d85c0c (diff) | |
added gem dependencies to make the install even easier
| -rw-r--r-- | config/environment.rb | 7 |
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 |
