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 #5875

Merged
merged 3 commits into from
Oct 18, 2024
Merged

Commits on Oct 16, 2024

  1. fix: bin/sandbox command

    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 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9175761 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4840ccd View commit details
    Browse the repository at this point in the history
  3. log wget output

    tvdeyen committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d7623ea View commit details
    Browse the repository at this point in the history