diff --git a/Rakefile b/Rakefile index ce86e0f3..b1ff0289 100644 --- a/Rakefile +++ b/Rakefile @@ -98,10 +98,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.3' -RUBY_URL = "http://cache.ruby-lang.org/pub/ruby/2.2/ruby-#{RUBY__VERSION}.tar.gz" +RUBY__VERSION = '2.3.0' +RUBY_URL = "http://cache.ruby-lang.org/pub/ruby/2.3/ruby-#{RUBY__VERSION}.tar.gz" -RUBYGEMS_VERSION = '2.5.0' +RUBYGEMS_VERSION = '2.5.1' RUBYGEMS_URL = "https://rubygems.org/downloads/rubygems-update-#{RUBYGEMS_VERSION}.gem" CURL_VERSION = '7.41.0'