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

Bundle install during hanami install #269

Merged
merged 3 commits into from
Nov 13, 2024

Commits on Nov 13, 2024

  1. Run bundle install during hanami install

    This, in combination with our first-party gems (like hanami-rspec) updating their `after "install"` command hooks to become `before "install"`, will ensure that gems added to the Gemfile are installed as part of the initial `hanami new` command, rather than another manual `bundle install` being required afterwards.
    timriley committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    769f5a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23b9c4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9dbbf7 View commit details
    Browse the repository at this point in the history