Skip to content

Commit

Permalink
bump asdf 0.9.0 -> 0.14.0 (#103)
Browse files Browse the repository at this point in the history
I just noticed we're on a pretty old version of asdf, and I've been
running 0.14.0 for a while now:
```
$ asdf --version
v0.14.0
```

I was also able to re-run `ih-setup -v install -f core asdf`
successfully while on v0.14.0.

This PR bumps us from 0.9.0 -> 0.14.0 for new installs.

[Changelog](https://github.com/asdf-vm/asdf/blob/master/CHANGELOG.md)
  • Loading branch information
pb-dod authored Nov 4, 2024
1 parent 140dc9d commit ae39602
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.62
0.1.63
2 changes: 1 addition & 1 deletion formula/ih-core.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class IhCore < Formula
VERSION="0.1.62"
VERSION="0.1.63"
desc "Brew formula for installing core tools used at Included Health engineering."
homepage "https://github.com/ConsultingMD/homebrew-ih-public"
license "CC BY-NC-ND 4.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/core/asdf/step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function ih::setup::core.asdf::install() {

if ! command -v asdf; then
ih::log::info "Cloning asdf into $HOME/.asdf"
git clone https://github.com/asdf-vm/asdf.git "$HOME"/.asdf --branch v0.9.0
git clone https://github.com/asdf-vm/asdf.git "$HOME"/.asdf --branch v0.14.1
# If this is set it messes up asdf initialization
unset ASDF_DIR
# shellcheck disable=SC1091
Expand Down

0 comments on commit ae39602

Please sign in to comment.