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
|
php system
|
||||||
poetry system
|
poetry system
|
||||||
python system
|
python system
|
||||||
ruby system
|
ruby 3.1.3
|
||||||
rust system
|
rust system
|
||||||
|
|
|
@ -10328,7 +10328,7 @@ softwarePlugins:
|
||||||
plugins:
|
plugins:
|
||||||
- https://github.com/BalliAsghar/mailsy-alfred/releases/download/2.0.0/Mailsy.alfredworkflow
|
- https://github.com/BalliAsghar/mailsy-alfred/releases/download/2.0.0/Mailsy.alfredworkflow
|
||||||
android-studio:
|
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:
|
plugins:
|
||||||
- add-ons;addon-google_apis-google-24
|
- add-ons;addon-google_apis-google-24
|
||||||
- build-tools;33.0.0
|
- build-tools;33.0.0
|
||||||
|
|
Loading…
Reference in a new issue