Skip to content

Commit db33ee4

Browse files
committed
drop support for Rails 5.1.0
Brakeman is failing on Rails v5.1.7 due to CSRFTokenForgeryCVE.
1 parent f1318a6 commit db33ee4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ rvm:
1414
- 2.5.0
1515
env:
1616
- RAILS_VERSION='~> 5.2.0'
17-
- RAILS_VERSION='~> 5.1.0'
18-
- RAILS_VERSION='5-1-stable'
1917
- RAILS_VERSION='5-2-stable'
2018
matrix:
2119
include:
2220
- rvm: 2.2.3
23-
env: RAILS_VERSION='~> 5.1.0'
21+
env: RAILS_VERSION='~> 5.2.0'
2422
- rvm: 2.4.4
2523
env: RAILS_VERSION='~> 4.2.10'
2624
fast_finish: true

0 commit comments

Comments
 (0)