Skip to content

Commit

Permalink
tdiary: install latest ruby-binary (rubygems 3.4.22, bundler 2.4.22)
Browse files Browse the repository at this point in the history
  • Loading branch information
minimum2scp committed Nov 17, 2023
1 parent bb2f70d commit b018927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdiary/build/scripts/01-setup
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export DEBIAN_FRONTEND=noninteractive
## install ruby (see https://github.com/minimum2scp/ruby-binary)
##
curl -L --create-dirs -o /tmp/build/tdiary/tmp/ruby-binary/install.sh https://raw.githubusercontent.com/minimum2scp/ruby-binary/master/install.sh
sh /tmp/build/tdiary/tmp/ruby-binary/install.sh -t v0.1.215 -v 3.2.2
sh /tmp/build/tdiary/tmp/ruby-binary/install.sh -t v0.1.216 -v 3.2.2
bash -lc "rbenv global 3.2.2"

##
Expand Down

0 comments on commit b018927

Please sign in to comment.