diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/environment.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/environment.rb b/config/environment.rb index 866d1a8..a3fcfa3 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 "rcov" | 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 |
