From f3b004164cf4996eba27ae27e643665f8e76228e Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Mon, 23 May 2016 16:10:41 +0200 Subject: build-sys: update supported ruby versions add ruby 2.3 default to ruby 2.3 drop 2.0 and 1.9 which are dead Change-Id: If910a27595e3e92477ce54dec9216293abd6a5df Signed-off-by: Marc-Antoine Perennou --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4e808d88c..d1a38ccf2 100644 --- a/configure.ac +++ b/configure.ac @@ -635,12 +635,12 @@ AC_MSG_RESULT($enable_ruby) if test "x$enable_ruby" = "xyes" ; then AC_ARG_WITH([ruby-version], - AS_HELP_STRING([--with-ruby-version=2.2], [Specify Ruby version]), + AS_HELP_STRING([--with-ruby-version=2.3], [Specify Ruby version]), RUBY_VERSION="$withval", - RUBY_VERSION="2.2") + RUBY_VERSION="2.3") case "$RUBY_VERSION" in - 1.9|2.0|2.1|2.2) + 2.1|2.2|2.3) ;; *) AC_MSG_ERROR([Invalid ruby version specified]) -- cgit v1.2.3