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

Configure Bundler to validate task dependencies #1242

Merged
merged 1 commit into from
Jul 2, 2019

Conversation

ashmaroli
Copy link
Contributor

@pyrmont This should let one use our rake tasks without having to prepend bundle exec.

To test:

  • Test-1: Delete any existing Gemfile.lock and run rake changelog:insert
  • Test-2: Rename vendor directory (or wherever Bundler is configured to install) to something else and try running rake

Bundler should inform you if about bundle install if one of the dependencies have not been installed.

@pyrmont
Copy link
Contributor

pyrmont commented Jul 2, 2019

Thanks @ashmaroli! This looks good!

@ashmaroli
Copy link
Contributor Author

You're welcome. Let me know if it works for your use-case.

@pyrmont pyrmont merged commit e9c02a5 into rouge-ruby:master Jul 2, 2019
@ashmaroli ashmaroli deleted the rake-bundler-setup branch July 3, 2019 06:38
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.

None yet

2 participants