Skip to content

Commit f1aae04

Browse files
committed
ensure ruby gemfile lock updated when cdp is updated
1 parent 794f356 commit f1aae04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/update_cdp.py

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def update_ruby(chrome_milestone):
168168
file = root_dir / "rb/lib/selenium/devtools/version.rb"
169169
replace_in_file(file, rf"{previous_chrome(chrome_milestone)}\.[0-9]*", f"{new_chrome(chrome_milestone)}.0", True)
170170

171+
subprocess.run(["bundle", "install"], cwd=root_dir / "rb", check=True)
171172

172173
def update_python(chrome_milestone):
173174
file = root_dir / "py/BUILD.bazel"

0 commit comments

Comments
 (0)