Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
lock should store stated deps not actuals
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Feb 4, 2010
1 parent 5d106b4 commit 427bf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/environment.rb
Expand Up @@ -159,7 +159,7 @@ def details
{ s.name => options }
end

details["dependencies"] = dependencies.map { |d| {d.name => d.version_requirements.to_s} }
details["dependencies"] = @definition.dependencies.map { |d| {d.name => d.version_requirements.to_s} }
details
end

Expand Down

0 comments on commit 427bf18

Please sign in to comment.