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:
parent
4fad5041cf
commit
a365d802c7
3 changed files with 7 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
2.1
|
||||
2.2
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
language: ruby
|
||||
|
||||
rvm:
|
||||
- 2.2
|
||||
- 2.1
|
||||
- 2.0
|
||||
|
||||
env:
|
||||
- DB=postgres BUILD_TYPE=other
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue