Sha256: 1d0eabbeb866ece27f9257b68c109641b1a421c663e969df5efeab9e6bf8a3f0
Contents?: true
Size: 444 Bytes
Versions: 19
Compression:
Stored size: 444 Bytes
Contents
# frozen_string_literal: true module RailsAppGenerator # Custom add-ons for RailsAppGenerator module AddOns # Add Brakeman to rails application class Brakeman < RailsAppGenerator::Addon # TODO: This needs to go into the development group required_gem gem.version('brakeman', '5.3.1', 'Brakeman is a static analysis security vulnerability scanner for Ruby on Rails applications') def apply; end end end end
Version data entries
19 entries across 19 versions & 1 rubygems