Trevor Brown

Results 312 comments of Trevor Brown

@dylan-chong sorry for the late reply here. Can you provide the output of `asdf info`, any `.tool-versions` files you used, and the sequence of steps you performed that caused this...

Hi @Ashvith , what command did you run that generated this output? Are you sure you have installed and configured asdf correctly? Have you installed all dependencies for ruby and...

> Hi @Ashvith , what command did you run that generated this output? Can you provide the full sequence of commands and output that resulted in the issue you reported?...

If after running `asdf install ruby mruby-3.0.0` you do: * `asdf reshim` * `gem install ruby2d` Does that change the output at all? Also, what does `asdf which gem` output?...

@Ashvith correct me if I am wrong, but it doesn't appear that mruby 3.0.0 ships with `gem` or `bundler`. On my system all I see this: ``` $ ls ~/.asdf/installs/ruby/mruby-3.0.0/bin...

Strange. No idea what is going on. asdf-ruby doesn't do anything with rvm either.

@wwalker can you take a look at https://github.com/asdf-vm/asdf-ruby/pull/306?

@tverlaan can you rebase on master so the Travis build runs correctly now?

Thanks @tverlaan ! I like this approach. Do any of the other Elixir version managers follow this pattern? @danhper what do you think of this?

I would welcome a PR for this. I am not sure that the `[Y/n]` prompt is needed when the download is corrupt. If we know the download is corrupt I...