mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Refactor tools/update_ruby_gem_packages.rb to use package objects, the rubygems.org api, and more rubification (#11671)
* Trim -ruby versions in PackageUtils.get_clean_version * Refactor tools/update_ruby_gem_packages.rb to use package objects, the rubygems.org api, and more rubification
This commit is contained in:
committed by
GitHub
parent
47ef0e98f8
commit
37e467d580
2
.github/workflows/Updater.yml
vendored
2
.github/workflows/Updater.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
||||
env:
|
||||
UPDATE_BRANCH_NAME: ${{ steps.set-variables.outputs.UPDATE_BRANCH_NAME }}
|
||||
run: |
|
||||
ruby tools/update_ruby_gem_packages.rb
|
||||
LD_LIBRARY_PATH=/usr/local/lib ruby tools/update_ruby_gem_packages.rb
|
||||
# Create a new branch with the updated package files only
|
||||
# if there are updated packages. Otherwise exit early.
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
|
||||
Reference in New Issue
Block a user