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.
Forums » Discuss »
SOLVED - Error when upgrading to v3.5.1
Added by Yours Urmel at 2013-01-24 10:35 am
Hello
I do have a properly working 3.30 release and wanted to update to the latest v3.5.1. I followed the procedure described ion the wiki. Getting the code via git went ok but I ran into an error when trying to "bundle update"
The error I get is
/usr/local/rvm/gems/ree-1.8.7-2012.02/gems/bundler-1.2.3/lib/bundler/dsl.rb:82:in `gem': You cannot specify the same gem twice with different version requirements. You specified: capybara (< 2.0.0) and capybara (>= 0)
Any helpful suggestion is highly appreciated ..
Thanks
Do you maybe have a plugin installed requesting the capybara gem?
No I do not use capybara. The only plugins I do have are the "MessageBar Plugin", "Google Analytics Plugin" and Timesheet plugin. I installed these plugins from the beginning and had never a "capybara"- problem when upgrading in the past.
Yes, it might be that the requirements for capybara have changed in ChiliProject or one of the plugins. Could you grep the ChiliProject Gemfile and the Gemfiles of the plugins (at the root of ChiliProject and of each plugin) for capybara and see where it's mentioned and with which version requirements?
Yep - found it finally. The gemfile of the message bar plugin is requesting capybara as well. I adjusted the version in that gemfile and now it worked - Thanks
PS: I feel that chiliproject is now much faster starting first time after server restart - nice ...