Raise minimum Ruby version requirement

This commit is contained in:
Pistos 2018-02-20 12:27:18 -05:00
parent d5ecd97f7f
commit caf9b48bc0
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
language: ruby
rvm:
- 2.1.8
- 2.2.4
- 2.3.1
- 2.3.6
- 2.4.3
- 2.5.0

View file

@ -2,7 +2,7 @@
== REQUIREMENTS
- Ruby 2.1+
- Ruby 2.3+
- curses gem
Diakonos is built to run on Linux, but may run under other flavours of UNIX.