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-mingw-sqlite3.diff

Toshi MARUYAMA, 2012-02-06 10:47 am

Download (484 Bytes)

 
b/Gemfile
65 65
  end
66 66
end
67 67

  
68
platforms :mri_18, :mingw_18 do
68
platforms :mri_18 do
69 69
  group :mysql do
70 70
    gem "mysql"
71 71
    #   gem "ruby-mysql"
......
76 76
  end
77 77
end
78 78

  
79
platforms :mri_19, :mingw_19 do
79
platforms :mri_19, :mingw do
80 80
  group :sqlite do
81 81
    gem "sqlite3"
82 82
  end