Project

General

Profile

Actions

Defect #18173

closed

Mixed rails versions in trunk?

Added by Ivan Cenov over 9 years ago. Updated over 9 years ago.

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 #1

Updated by Toshi MARUYAMA over 9 years ago

trunk uses Rails 4.1 from r13482.

Actions #2

Updated by Jean-Philippe Lang over 9 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

No mismatch, you need to remove your Gemfile.lock or run `bundle update` instead.

Actions

Also available in: Atom PDF