mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Add Ruby 2.1 and 2.2 to CI matrix again
Let's avoid the issues with bundler > 2 for now.
This commit is contained in:
parent
1dd036f0d2
commit
d24804504d
2 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,13 @@
|
|||
language: ruby
|
||||
before_install:
|
||||
- gem install bundler
|
||||
- gem install bundler -v 1.17.3
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- rvm: 2.5.1
|
||||
script: bundle exec rake rubocop # ONLY lint once, first
|
||||
- rvm: 2.1
|
||||
- rvm: 2.2
|
||||
- rvm: 2.3.5
|
||||
- rvm: 2.4.2
|
||||
- rvm: 2.5.1
|
||||
|
|
|
@ -8,7 +8,6 @@ None
|
|||
|
||||
### Other changes
|
||||
|
||||
- Drop official support for Ruby 2.1 and 2.2. (#573)
|
||||
- Improve exception handling for `#policy_scope` and `#policy_scope!`. (#550)
|
||||
- Add `:policy` metadata to RSpec template. (#566)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue