Missing Gemfile.lock #165

Open
opened 2012-09-08 16:46:47 +00:00 by tanob · 2 comments
tanob commented 2012-09-08 16:46:47 +00:00 (Migrated from github.com)

Currently the Gemfile.lock is not under version control (it is on .gitignore) and without it I can't get the exact versions of the gems for development. I want to provide some bug fixes but without the Gemfile.lock I'm blocked.

Can you please add it to the repo?

Thanks

Currently the Gemfile.lock is not under version control (it is on .gitignore) and without it I can't get the exact versions of the gems for development. I want to provide some bug fixes but without the Gemfile.lock I'm blocked. Can you please add it to the repo? Thanks
alext commented 2013-01-03 10:46:51 +00:00 (Migrated from github.com)

For gems it's recommended not to include the Gemfile.lock in source control as all the dependencies should be defined in the gemspec. See http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/ for details.

Having said that, you can argue that the development dependencies should be in the gemspec as well.....

For gems it's recommended not to include the Gemfile.lock in source control as all the dependencies should be defined in the gemspec. See http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/ for details. Having said that, you can argue that the development dependencies should be in the gemspec as well.....
tanob commented 2013-01-26 17:36:55 +00:00 (Migrated from github.com)

Exactly, my bad!

Exactly, my bad!
Sign in to join this conversation.
No Label
bug
doc
feature
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: github-migration/jasmine-headless-webkit#165
No description provided.