Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
[Rakefile] Ruby 2.3.1, RubyGems 2.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Nov 7, 2016
1 parent 708601e commit 01df4d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 01df4d0

Please sign in to comment.