Skip to content

Commit

Permalink
ensure ruby gemfile lock updated when cdp is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Dec 7, 2023
1 parent 794f356 commit f1aae04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update_cdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def update_ruby(chrome_milestone):
file = root_dir / "rb/lib/selenium/devtools/version.rb"
replace_in_file(file, rf"{previous_chrome(chrome_milestone)}\.[0-9]*", f"{new_chrome(chrome_milestone)}.0", True)

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

def update_python(chrome_milestone):
file = root_dir / "py/BUILD.bazel"
Expand Down

0 comments on commit f1aae04

Please sign in to comment.