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

Store indirect dependencies in the lockfile #43

Closed
agross opened this issue Sep 3, 2014 · 2 comments
Closed

Store indirect dependencies in the lockfile #43

agross opened this issue Sep 3, 2014 · 2 comments

Comments

@agross
Copy link
Contributor

agross commented Sep 3, 2014

It makes researching package version inconsistencies far easier. This will help users to migrate to paket.

@agross
Copy link
Contributor Author

agross commented Sep 3, 2014

Gemfile:

gem 'configatron', '~> 2.0'
gem 'hash-deep-merge'
gem 'rake'
gem 'ripple-cli'

Gemfile.lock:

GEM
  remote: http://rubygems.org/
  specs:
    configatron (2.13.0)
      yamler (>= 0.1.0)
    hash-deep-merge (0.1.1)
    rake (10.1.0)
    ripple-cli (2.3.4.151)
    yamler (0.1.0)

@forki forki closed this as completed in 2621e80 Sep 3, 2014
@forki
Copy link
Member

forki commented Sep 3, 2014

Now that we have it in the lockfile, we should parse it and use for packages file.

@forki forki reopened this Sep 3, 2014
@forki forki closed this as completed Sep 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants