Recommend Ruby 2.2, drop Ruby 2.0 support

As per https://www.loomio.org/d/VuwvXWU7/ruby-versions?proposal=DM8zidhc
This commit is contained in:
Jonne Haß 2015-05-04 00:54:55 +02:00
parent 4fad5041cf
commit a365d802c7
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