We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c307d commit 8cb3145Copy full SHA for 8cb3145
lib/dependency_parser/ruby/parse.rb
@@ -29,6 +29,3 @@ def self.valid_gemfile?(content)
29
end
30
31
32
-
33
-content = ARGF.read
34
-puts DependencyParser::Ruby::Parse.new(content).call if DependencyParser::Ruby::Parse.valid_gemfile?(content)
0 commit comments