From 320b3ea262b22dce6556a61ee4945bd06ba4748d Mon Sep 17 00:00:00 2001 From: Martin Prout Date: Thu, 19 May 2016 09:54:56 +0100 Subject: [PATCH] Update Rakefile --- vendors/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendors/Rakefile b/vendors/Rakefile index fbd05832..3ef6194b 100644 --- a/vendors/Rakefile +++ b/vendors/Rakefile @@ -9,7 +9,7 @@ WARNING = <<-EOS EOS JRUBYC_VERSION = '9.1.0.0' -EXAMPLES = '1.6' +EXAMPLES = '1.7' HOME_DIR = ENV['HOME'] MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']