mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Fix issue with overmatching gem names. (#10603)
* Fix issue with overmatching gem names. Use regex to only match the exact gem name. Also adjust underscores to dashes if the gem package name doesn't match a gem name. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Show package names when showing update status. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update installer to record pre-installed gems. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Handle gem version lists sometimes not being sorted. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f4b7d38e1a
commit
c06b30fa1c
3
.github/workflows/Rubocop.yml
vendored
3
.github/workflows/Rubocop.yml
vendored
@@ -1,6 +1,9 @@
|
||||
---
|
||||
name: Rubocop
|
||||
on: workflow_call
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
jobs:
|
||||
rubocop:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user