Skip to content

Commit

Permalink
Include Scientific Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Bramble committed Apr 9, 2012
1 parent 7ebd6a9 commit da8b32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def install_ruby_dependencies(rubie)
pkgs += %w{ readline readline-devel openssl-devel }
end
pkgs += %w{ git subversion autoconf } if rubie =~ /^ruby-head$/
when "centos","redhat","fedora","amazon"
when "centos","redhat","fedora","scientific","amazon"
pkgs = %w{ gcc-c++ patch readline readline-devel zlib zlib-devel
libyaml-devel libffi-devel openssl-devel }
pkgs += %w{ git subversion autoconf } if rubie =~ /^ruby-head$/
Expand Down

0 comments on commit da8b32e

Please sign in to comment.