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

Commit

Permalink
use ruby 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
portertech committed Mar 22, 2016
1 parent 0bd2a43 commit eb5e3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/ruby.rake
@@ -1,6 +1,6 @@
Bunchr::Software.new do |t|
t.name = 'ruby'
t.version = '2.2.3'
t.version = '2.3.0'

t.depends_on('autoconf')
t.depends_on('zlib')
Expand All @@ -12,7 +12,7 @@ Bunchr::Software.new do |t|
os = t.ohai['os']
arch = t.ohai['kernel']['machine']

t.download_commands << "curl -O http://ftp.ruby-lang.org/pub/ruby/2.2/ruby-#{t.version}.tar.gz"
t.download_commands << "curl -O http://ftp.ruby-lang.org/pub/ruby/2.3/ruby-#{t.version}.tar.gz"
t.download_commands << "tar xfvz ruby-#{t.version}.tar.gz"

if os == 'darwin' && arch == 'x86_64'
Expand Down

0 comments on commit eb5e3c3

Please sign in to comment.