Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

guard-bundler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guard-bundler

  • 3.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Guard::Bundler

Gem Version Build Status Code Climate Coverage Status

Bundler guard allows to automatically & intelligently install/update bundle when needed.

Install

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

Usage

Please read the Guard usage doc

Guardfile

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.

Development

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).

Author

Yann Lugrin

Maintainer

Rémy Coutable (@rymai)

Contributors

https://github.com/guard/guard-bundler/graphs/contributors

FAQs

Package last updated on 27 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc