ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Gemfile.patch

patch for Gemfile, which adds needed gems - Enno Gröper, 2011-07-17 10:10 am

Download (319 Bytes)

 
Gemfile 2011-07-17 11:53:57.000000000 +0200
6 6
gem "i18n", "~> 0.4.2"
7 7
gem "rubytree", "~> 0.5.2", :require => 'tree'
8 8
gem "rdoc", ">= 2.4.2"
9
gem "builder", "~> 2.1.2"
10
gem "tzinfo"
9 11

  
10 12
group :test do
11 13
  gem 'shoulda', '~> 2.10.3'