Updated Ruby gem version
This commit is contained in:
parent
70a7856805
commit
0359793ca2
2 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@ nodejs system
|
|||
php system
|
||||
poetry system
|
||||
python system
|
||||
ruby system
|
||||
ruby 3.1.3
|
||||
rust system
|
||||
|
|
|
@ -10328,7 +10328,7 @@ softwarePlugins:
|
|||
plugins:
|
||||
- https://github.com/BalliAsghar/mailsy-alfred/releases/download/2.0.0/Mailsy.alfredworkflow
|
||||
android-studio:
|
||||
cmd: bash -c 'sdkmanager --list_installed && if ! sdkmanager --list_installed | grep "{PLUGIN}"; then echo y | sdkmanager --install "{PLUGIN}"; fi'
|
||||
cmd: bash -c 'if ! sdkmanager --list_installed | grep "{PLUGIN}" > /dev/null; then echo y | sdkmanager --install "{PLUGIN}"; fi'
|
||||
plugins:
|
||||
- add-ons;addon-google_apis-google-24
|
||||
- build-tools;33.0.0
|
||||
|
|
Loading…
Reference in a new issue