Skip to content

Commit

Permalink
Relax Prism version for --prism too
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Dec 31, 2024
1 parent 76da00a commit 2f2cd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/brakeman/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def create_option_parser options

opts.on "--[no-]prism", "Use the Prism parser" do |use_prism|
if use_prism
min_prism_version = '1.3.0'
min_prism_version = '1.0.0'

begin
gem 'prism', ">=#{min_prism_version}"
Expand Down

0 comments on commit 2f2cd21

Please sign in to comment.