diff options
| author | hukl <contact@smyck.org> | 2009-04-11 00:32:33 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-11 00:32:33 +0200 |
| commit | 57e55f346ebf2d4133bd0da73a5ae0e982e0e1fa (patch) | |
| tree | 94d9023e7359d6463f48d6b9a13acc76b578aedc /config | |
| parent | fb1b58233df206fff3ec4237caf5fe5576b80a9b (diff) | |
added proper gem dependencies
Diffstat (limited to 'config')
| -rw-r--r-- | config/environment.rb | 7 |
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 |
