Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bin/sandbox command #373

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix: bin/sandbox command #373

wants to merge 1 commit into from

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Oct 16, 2024

Use bundle exec to invoke the rails installer,
otherwise it will fail with

/Users/<user>/.rubies/ruby-3.3.5/lib/ruby/3.3.0/rubygems.rb:259:in `find_spec_for_exe': can't find gem rails (= 7.2.1.1) with executable rails (Gem::GemNotFoundException)
        from /Users/<user>/.rubies/ruby-3.3.5/lib/ruby/3.3.0/rubygems.rb:278:in `activate_bin_path'
        from /Users/<user>/.gem/ruby/3.3.5/bin/rails:25:in `<main>'

although it is installed.

Use `bundle exec` to invoke the rails installer,
otherwise it will fail with

```
/Users/<user>/.rubies/ruby-3.3.5/lib/ruby/3.3.0/rubygems.rb:259:in `find_spec_for_exe': can't find gem rails (= 7.2.1.1) with executable rails (Gem::GemNotFoundException)
        from /Users/<user>/.rubies/ruby-3.3.5/lib/ruby/3.3.0/rubygems.rb:278:in `activate_bin_path'
        from /Users/<user>/.gem/ruby/3.3.5/bin/rails:25:in `<main>'
```

although it is installed.
@tvdeyen tvdeyen requested a review from a team October 16, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant