Created
August 4, 2025 22:03
-
-
Save imajes/06cebb979a885e50f4801f72bb2ffa41 to your computer and use it in GitHub Desktop.
mise output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ❯ cd Projects/railsdemo | |
| DEBUG Version: 2025.8.4 macos-arm64 (2025-08-03) | |
| DEBUG ARGS: /Users/james/.local/bin/mise hook-env -s zsh | |
| DEBUG config: ~/Projects/railsdemo/mise.toml | |
| DEBUG config: ~/.config/mise/config.toml | |
| DEBUG Version: 2025.8.4 macos-arm64 (2025-08-03) | |
| DEBUG ARGS: /Users/james/.local/bin/mise hook-env -s zsh | |
| DEBUG config: ~/Projects/railsdemo/mise.toml | |
| DEBUG config: ~/.config/mise/config.toml | |
| ----------------------------------------------------------------------------- | |
| ❯ mise exec -- ruby --version | |
| DEBUG Version: 2025.8.4 macos-arm64 (2025-08-03) | |
| DEBUG ARGS: /Users/james/.local/bin/mise exec -- ruby --version | |
| DEBUG config: ~/Projects/railsdemo/mise.toml | |
| DEBUG config: ~/.config/mise/config.toml | |
| ruby 3.4.4 (2025-05-14 revision a38531fd3f) +YJIT +PRISM [arm64-darwin25] | |
| DEBUG Version: 2025.8.4 macos-arm64 (2025-08-03) | |
| DEBUG ARGS: /Users/james/.local/bin/mise hook-env -s zsh | |
| DEBUG config: ~/Projects/railsdemo/mise.toml | |
| DEBUG config: ~/.config/mise/config.toml | |
| ----------------------------------------------------------------------------- | |
| ❯ mise exec -- which bundle | |
| DEBUG Version: 2025.8.4 macos-arm64 (2025-08-03) | |
| DEBUG ARGS: /Users/james/.local/bin/mise exec -- which bundle | |
| DEBUG config: ~/Projects/railsdemo/mise.toml | |
| DEBUG config: ~/.config/mise/config.toml | |
| /Users/james/.local/share/mise/installs/ruby/3.4.4/bin/bundle | |
| DEBUG Version: 2025.8.4 macos-arm64 (2025-08-03) | |
| DEBUG ARGS: /Users/james/.local/bin/mise hook-env -s zsh | |
| DEBUG config: ~/Projects/railsdemo/mise.toml | |
| DEBUG config: ~/.config/mise/config.toml | |
| ----------------------------------------------------------------------------- | |
| ❯ mise exec -- which rails | |
| DEBUG Version: 2025.8.4 macos-arm64 (2025-08-03) | |
| DEBUG ARGS: /Users/james/.local/bin/mise exec -- which rails | |
| DEBUG config: ~/Projects/railsdemo/mise.toml | |
| DEBUG config: ~/.config/mise/config.toml | |
| /usr/bin/rails | |
| DEBUG Version: 2025.8.4 macos-arm64 (2025-08-03) | |
| DEBUG ARGS: /Users/james/.local/bin/mise hook-env -s zsh | |
| DEBUG config: ~/Projects/railsdemo/mise.toml | |
| DEBUG config: ~/.config/mise/config.toml | |
| ----------------------------------------------------------------------------- | |
| ❯ mise exec -- bundle exec rails c | |
| DEBUG Version: 2025.8.4 macos-arm64 (2025-08-03) | |
| DEBUG ARGS: /Users/james/.local/bin/mise exec -- bundle exec rails c | |
| DEBUG config: ~/Projects/railsdemo/mise.toml | |
| DEBUG config: ~/.config/mise/config.toml | |
| Your Ruby version is 2.6.10, but your Gemfile specified 3.4.4 | |
| DEBUG Version: 2025.8.4 macos-arm64 (2025-08-03) | |
| DEBUG ARGS: /Users/james/.local/bin/mise hook-env -s zsh | |
| DEBUG config: ~/Projects/railsdemo/mise.toml | |
| DEBUG config: ~/.config/mise/config.toml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment