Skip to content

Commit

Permalink
Merge pull request #140 from substantial/update-redhat-requirements
Browse files Browse the repository at this point in the history
Update rvm/ruby package requirements for rhel family.
  • Loading branch information
fnichol committed Dec 11, 2012
2 parents 1685125 + 75c8408 commit c0c62c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion providers/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ def install_ruby_dependencies(rubie)
pkgs += %w{ git subversion autoconf } if rubie =~ /^ruby-head$/
when "centos","redhat","fedora","scientific","amazon"
pkgs = %w{ gcc-c++ patch readline readline-devel zlib zlib-devel
libyaml-devel libffi-devel openssl-devel }
libyaml-devel libffi-devel openssl-devel
make bzip2 autoconf automake libtool bison }
pkgs += %w{ git subversion autoconf } if rubie =~ /^ruby-head$/
end
when /^jruby-/
Expand Down

0 comments on commit c0c62c1

Please # to comment.