Skip to content

Commit e1797ac

Browse files
Update Gemfile.lock when bumping version
1 parent b4193a7 commit e1797ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rakelib/version.rake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ task :bump_version, %i[version] do |t, args|
3535
NPM_PACKAGES.each { |pkg| bump_version_npm_package(pkg[:name], version) }
3636
# Update ./package-lock.json
3737
sh "npm install"
38+
# Update Gemfile.lock
39+
sh "BUNDLE_GEMFILE=packages/npm-packages/ruby-wasm-wasi/Gemfile bundle install"
3840
end

0 commit comments

Comments
 (0)