Skip to content

Commit

Permalink
Update Docs for ruby version references (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Aguilar committed Sep 18, 2021
1 parent 0e22cee commit 03d1c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Please follow the typical GitHub flow:
These are some code conventions to follow so your code fits into the rest of Brakeman.

* Must use typical Ruby 2 space indentation
* Must work with Ruby 2.3.0
* Must work with Ruby 2.4.0
* Prefer to wrap lines near 80 characters but it's not a hard rule

### Preparing Tests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Outside of Rails root (note that the output file is relative to path/to/rails/ap

Brakeman should work with any version of Rails from 2.3.x to 6.x.

Brakeman can analyze code written with Ruby 1.8 syntax and newer, but requires at least Ruby 2.3.0 to run.
Brakeman can analyze code written with Ruby 1.8 syntax and newer, but requires at least Ruby 2.4.0 to run.

# Basic Options

Expand Down

0 comments on commit 03d1c7a

Please sign in to comment.