Project

General

Profile

Actions

Defect #10683

closed

Missing Gemfile.lock in latest 1.4 stable branch

Added by Devin Weaver about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Gems support
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

According to the Bundler documentation

When deploying your code to a staging or production server, first run your tests (or boot your local development server), make sure you have checked in your Gemfile.lock to version control.

There is no Gemfile.lock file in the working directory after performing the following SVN checkout:

svn co http://redmine.rubyforge.org/svn/branches/1.4-stable redmine-1.4

script/about

About your application's environment
Ruby version              1.9.3 (i686-linux)
RubyGems version          1.8.17
Rack version              1.1.3
Rails version             2.3.14
Active Record version     2.3.14
Active Resource version   2.3.14
Action Mailer version     2.3.14
Active Support version    2.3.14
Application root          /home/suki/source/redmine-1.4
Environment               development
Database adapter          mysql2
Database schema version   20120301153455

About your Redmine plugins
Redmine Equipment Status Viewer plugin   0.4.1
Markdown Extra formatter                 0.0.6

Related issues

Has duplicate Redmine - Feature #13124: Add Gemfile.lock for production-ready deploymentClosed

Actions
Actions #1

Updated by Jean-Philippe Lang about 12 years ago

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

Gemfile.lock depends on the platform you want to deploy Redmine on. It won't be added to the Redmine repository.

Actions

Also available in: Atom PDF