Skip to content

Commit

Permalink
Add CSV as an explicit dependency (#1893)
Browse files Browse the repository at this point in the history
Bundled gem for Ruby 3.4.0
  • Loading branch information
presidentbeef authored Dec 26, 2024
1 parent 64d1f1a commit aab5f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gem_common.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module Brakeman
module GemDependencies
def self.dev_dependencies spec
spec.add_development_dependency "csv"
spec.add_development_dependency "minitest"
spec.add_development_dependency "minitest-ci"
spec.add_development_dependency "simplecov"
Expand All @@ -16,6 +15,7 @@ def self.base_dependencies spec
end

def self.extended_dependencies spec
spec.add_dependency "csv"
spec.add_dependency "terminal-table", "~>1.4"
spec.add_dependency "highline", "~>3.0"
spec.add_dependency "erubis", "~>2.6"
Expand Down

0 comments on commit aab5f79

Please sign in to comment.