From 0359793ca21b471cebaa30f1dc8d1b2a6bf20ec0 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Thu, 3 Aug 2023 03:07:27 +0000 Subject: [PATCH] Updated Ruby gem version --- home/dot_tool-versions.tmpl | 2 +- software.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/dot_tool-versions.tmpl b/home/dot_tool-versions.tmpl index 014aeac1..d268c2e4 100644 --- a/home/dot_tool-versions.tmpl +++ b/home/dot_tool-versions.tmpl @@ -5,5 +5,5 @@ nodejs system php system poetry system python system -ruby system +ruby 3.1.3 rust system diff --git a/software.yml b/software.yml index 39059e22..5522d69a 100644 --- a/software.yml +++ b/software.yml @@ -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