1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Officially support Ruby 2.6.0

This commit is contained in:
Elliot Winkler 2019-01-28 23:43:47 -07:00
parent 2f79c837c4
commit 7bff997f08
2 changed files with 7 additions and 1 deletions

View file

@ -13,6 +13,7 @@ env:
- DATABASE_ADAPTER=postgresql
rvm:
- 2.6.0
- 2.5.1
- 2.4.4
- 2.3.7
@ -22,3 +23,8 @@ gemfile:
- gemfiles/5.0.gemfile
- gemfiles/5.1.gemfile
- gemfiles/5.2.gemfile
matrix:
exclude:
- rvm: 2.6.0
gemfile: gemfiles/4.2.gemfile

View file

@ -4,7 +4,7 @@ This release mainly brings the gem up to date with modern versions of Ruby and
Rails and drops support for older, unsupported versions. The compatibility list
is now:
* **Ruby:** 2.5.1, 2.4.4, 2.3.7
* **Ruby:** 2.6.0, 2.5.1, 2.4.4, 2.3.7
* **Rails:** 5.2.1, 5.1.6, 5.0.6, 4.2.9
### Backward-incompatible changes