mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user