1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00

Merge pull request #513 from varvet/fix/run-ci-on-ruby-25

Add ruby 2.5.1 to CI
This commit is contained in:
Linus Marton 2018-04-27 14:04:39 +02:00 committed by GitHub
commit d17265277c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ matrix:
- rvm: 2.2.8
- rvm: 2.3.5
- rvm: 2.4.2
- rvm: 2.5.1
- rvm: jruby-9.1.8.0
env:
- JRUBY_OPTS="--debug"