Bundler guard allows to automatically & intelligently install/update bundle when needed.
- Compatible with Bundler 2.1.x
- Tested against the latest Ruby 2.7.x, 3.0.x, 3.1.x & 3.2.x. See
.travis-ci.yml
for the exact versions.
Add the gem to your Gemfile
:
group :development do
gem 'guard-bundler', require: false
end
Add the plugin definition to your Guardfile by running this command:
$ guard init bundler
Please read the Guard usage doc
Guard::Bundler plugin can be really adapted to all kind of projects.
You can tweak the default Guardfile template (created by guard init bundler
) if you need to watch files other than the Gemfile or *.gemspec (or if they are in different paths).
Please read the Guard usage doc for more information about the Guardfile DSL.
Pull requests are very welcome! Please try to follow these simple rules if applicable:
- Please create a topic branch for every separate change you make.
- Update the README.
- Please do not change the version number.
For questions please join us in our Google group or on
#guard
(irc.freenode.net).