From c47bf7f70c05f3889db1f323ed077b62cd822b82 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Fri, 25 Dec 2015 10:40:17 -0500 Subject: [PATCH] [Rakefile] Ruby 2.5.1, RubyGems 2.7.6 --- Rakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index 51f7a9f4..ce684c6c 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.2.6' -RUBY_URL = "http://cache.ruby-lang.org/pub/ruby/2.2/ruby-#{RUBY__VERSION}.tar.gz" +RUBY__VERSION = '2.5.1' +RUBY_URL = "http://cache.ruby-lang.org/pub/ruby/#{RUBY__VERSION[0, 3]}/ruby-#{RUBY__VERSION}.tar.gz" -RUBYGEMS_VERSION = '2.6.8' +RUBYGEMS_VERSION = '2.7.6' RUBYGEMS_URL = "https://rubygems.org/downloads/rubygems-update-#{RUBYGEMS_VERSION}.gem" CURL_VERSION = '7.41.0'