Skip to content

Commit

Permalink
revert back removed codes
Browse files Browse the repository at this point in the history
  • Loading branch information
kbukum1 committed Jan 13, 2025
1 parent 442a4e4 commit 76e1d81
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ def dependencies
dependencies_without_specifiers = []

parsed.each do |details|
next if details["aliased"]

name = details["name"]
version = details["version"]

# Create a base hash for dependency attributes.
dependency_args = {
name: name,
version: version,
Expand Down

0 comments on commit 76e1d81

Please sign in to comment.