From d1bedf300d89432d614de22120fdc69e712829d6 Mon Sep 17 00:00:00 2001 From: Marcus Crane Date: Wed, 22 Nov 2023 16:37:09 +1300 Subject: [PATCH] Alter some rtx tooling Signed-off-by: Marcus Crane --- dot_config/rtx/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/rtx/config.toml b/dot_config/rtx/config.toml index 0238c3c..b92340d 100644 --- a/dot_config/rtx/config.toml +++ b/dot_config/rtx/config.toml @@ -1,4 +1,5 @@ [tools] +awscli = '2.13.38' bun = '1.0.7' container-diff = '0.17.0' crystal = '1.9.2' @@ -16,7 +17,7 @@ neovim = '0.9.2' nodejs = '20.8.0' php = '8.2.11' python = '3.11.0' -ruby = '3.0.2' +ruby = 'jruby-9.4.0.0' rust = 'nightly' shellcheck = '0.9.0' shellspec = '0.28.1'