Skip to content

Commit 7ea3173

Browse files
feat(identity_ruby): specify branch and depth for ruby-build installation
1 parent b0e1516 commit 7ea3173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

identity_ruby/recipes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#install ruby-build
2424
execute 'install ruby-build' do
25-
command 'git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build'
25+
command 'git clone --branch v20250811 --depth 1 https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build'
2626
end
2727

2828
node.fetch('identity_ruby').fetch('ruby_versions').each do |version|

0 commit comments

Comments
 (0)