Skip to content

Commit 3f9b606

Browse files
committed
[build] bundle update ruby when versions get changed so lockfile is correct
1 parent 7922d42 commit 3f9b606

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ namespace :rb do
701701
File.open(file, "w") { |f| f.puts text }
702702

703703
Rake::Task['rb:changelog'].invoke unless new_version.include?('nightly')
704+
sh 'cd rb && bundle update'
704705
end
705706
end
706707

0 commit comments

Comments
 (0)