Actions
Defect #18173
closedMixed rails versions in trunk?
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Rails support
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
After updating trunk to r13495 here is what I saw
Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. D:\apps\redmine_svn>thin start -e production -p 3000 Using rack adapter ←[31mCould not find gem 'tzinfo-data (>= 0) x86-mingw32' in the gems available on this machine.←[0m ←[33mRun `bundle install` to install missing gems.←[0m D:\apps\redmine_svn>bundle install --without test development Fetching gem metadata from https://rubygems.org/......... Fetching gem metadata from https://rubygems.org/......... Resolving dependencies... You have requested: rails = 4.1.6 The bundle currently has rails locked at 3.2.19. Try running `bundle update rails` D:\apps\redmine_svn>I saw similar mixing of rails versions when upgraded our Redmine production server to 2.6.0. Is this some mismatch in trunk?
Actions