Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Gemfile.lock from the gem #3147

Closed
wants to merge 1 commit into from
Closed

Remove Gemfile.lock from the gem #3147

wants to merge 1 commit into from

Commits on Aug 14, 2014

  1. Remove Gemfile.lock from the gem

    "When developing a gem, use the gemspec method in your Gemfile
    to avoid duplication. In general, a gem's Gemfile should contain
    the Rubygems source and a single gemspec line.
    
    Do not check your Gemfile.lock into version control,
    since it enforces precision that does not exist in the gem command,
    which is used to install gems in practice.
    
    Even if the precision could be enforced, you wouldn’t want it,
    since it would prevent people from using your library
    with versions of its dependencies that are different
    from the ones you used to develop the gem."
    
    http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
    vassilevsky committed Aug 14, 2014
    Configuration menu
    Copy the full SHA
    1e77235 View commit details
    Browse the repository at this point in the history