armhfp/make.conf: bump ruby target to 22

This commit is contained in:
Joost Ruis
2018-02-15 21:40:50 +01:00
parent 424866abee
commit 0dcb0756bc
+1 -1
View File
@@ -41,7 +41,7 @@ APACHE2_MPMS="prefork"
# No Python3 Noooo
USE_PYTHON="2.7"
PYTHON_TARGETS="python2_7 python3_5"
RUBY_TARGETS="ruby21"
RUBY_TARGETS="ruby22"
#################################################
### END COMMON PART -- cut here