Added Ruby gems script

Necessary to provide a single source of truth for installing Ruby
dependencies. This used to be managed by the Ruby Setup project but
that project is being deprecated in favor of this project.
This commit is contained in:
Brooke Kuhlmann
2021-03-14 14:08:18 -06:00
parent c62ef77ce2
commit be9edafe52
5 changed files with 52 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ process_option() {
bin/install_applications;;
'x')
bin/install_extensions;;
'rg')
bin/install_ruby_gems;;
'rc')
bin/install_rust_crates;;
'd')
@@ -37,6 +39,7 @@ process_option() {
bin/install_app_store
bin/install_applications
bin/install_extensions
bin/install_ruby_gems
bin/install_rust_crates
bin/apply_default_settings
bin/setup_software
@@ -50,6 +53,7 @@ process_option() {
verify_app_store_applications
verify_applications
verify_extensions
verify_ruby_gems
verify_rust_crates;;
'C')
caffeinate_machine;;