From 01df4d0b8cc8142efc2d82b4f5774213d4e1f2d1 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Mon, 7 Nov 2016 12:34:49 -0600 Subject: [PATCH] [Rakefile] Ruby 2.3.1, RubyGems 2.6.8 --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 99295521..b48fd816 100644 --- a/Rakefile +++ b/Rakefile @@ -116,10 +116,10 @@ NCURSES_URL = "http://ftpmirror.gnu.org/ncurses/ncurses-#{NCURSES_VERSION}.tar.g READLINE_VERSION = '6.3' READLINE_URL = "http://ftpmirror.gnu.org/readline/readline-#{READLINE_VERSION}.tar.gz" -RUBY__VERSION = '2.3.0' +RUBY__VERSION = '2.3.1' RUBY_URL = "http://cache.ruby-lang.org/pub/ruby/2.3/ruby-#{RUBY__VERSION}.tar.gz" -RUBYGEMS_VERSION = '2.5.1' +RUBYGEMS_VERSION = '2.6.8' RUBYGEMS_URL = "https://rubygems.org/downloads/rubygems-update-#{RUBYGEMS_VERSION}.gem" CURL_VERSION = '7.41.0'