Skip to content

Commit

Permalink
Add EOL for Ruby 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Jan 26, 2024
1 parent f07829d commit b02ba1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/brakeman/checks/check_eol_ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ def run_check
['3.0.0', '3.0.99'] => Date.new(2024, 3, 31),
['3.1.0', '3.1.99'] => Date.new(2025, 3, 31),
['3.2.0', '3.2.99'] => Date.new(2026, 3, 31),
['3.3.0', '3.3.99'] => Date.new(2027, 3, 31),
}
end

0 comments on commit b02ba1e

Please sign in to comment.