Skip to content

Commit 76dc266

Browse files
run bundle on the gem root while releasing
1 parent 2dc17f0 commit 76dc266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rakelib/release.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ task :release, %i[gem_version dry_run registry skip_push] do |_t, args|
108108
puts " Updated #{file}"
109109
end
110110

111+
bundle_install_in(gem_root)
111112
# Update dummy app's Gemfile.lock
112113
bundle_install_in(dummy_app_dir)
113114

0 commit comments

Comments
 (0)