Merge pull request #5918 from jhass/ruby22

Recommend Ruby 2.2, drop Ruby 2.0 support
This commit is contained in:
Jonne Haß 2015-05-04 02:39:49 +02:00
commit 9a86a0d246
3 changed files with 7 additions and 2 deletions

View file

@ -1 +1 @@
2.1
2.2

View file

@ -1,8 +1,8 @@
language: ruby
rvm:
- 2.2
- 2.1
- 2.0
env:
- DB=postgres BUILD_TYPE=other

View file

@ -1,5 +1,10 @@
# 0.6.0.0
## Supported Ruby versions
This release recommends using Ruby 2.2, while retaining Ruby 2.1 as an officially supported version.
Ruby 2.0 is no longer officially supported.
## Refactor
## Bug fixes