mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Merge pull request #400 from grzuy/ruby_2_6
feat: explicitly support ruby 2.6
This commit is contained in:
commit
590ea36908
1 changed files with 3 additions and 2 deletions
|
|
@ -3,7 +3,8 @@ language: ruby
|
|||
cache: bundler
|
||||
|
||||
rvm:
|
||||
- 2.6.0-preview2
|
||||
- ruby-head
|
||||
- 2.6.0
|
||||
- 2.5.1
|
||||
- 2.4.4
|
||||
- 2.3.7
|
||||
|
|
@ -29,7 +30,7 @@ gemfile:
|
|||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: 2.6.0-preview2
|
||||
- rvm: ruby-head
|
||||
|
||||
fast_finish: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue