New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bundler-auto-update

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundler-auto-update

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

bundler-auto-update

bundler-auto-update is a ruby gem that updates the gems listed in your Gemfile to the latest version that does not break your system.

bundler-auto-updates iterates over the gems listed in your Gemfile. It updates them to their latest patch, then minor, then major version. It runs your test suite and it commit changes if successfull or revert changes otherwise.

Install

gem install bundler-auto-update

Usage

bundle-auto-update

The default test suite command is rake. You can specify a custom one with the -c option

bundle-auto-update -c rake test:all

Sample output

$> bundle-auto-update -c rake spec features

  Updating devise
    - Updating to patch version 1.1.9
    - Test suite ran successfully.
    - Committing changes

    - Updating to minor version 1.4.7
    - Test suite failed to run.
    - Reverting changes

  Updating rspec
    - Updating to patch version 2.5.1
    # [...]
$> git log
  02cfb8c Auto update parallel to version 0.5.9 (16 hours ago) 
  ff39287 Auto update cucumber to version 1.1.0 (16 hours ago) 
  3502a14 Auto update cucumber to version 0.10.7 (16 hours ago) 
  2ff938c Auto update cucumber to version 0.9.4 (17 hours ago) 
  800ad84 Auto update hpricot to version 0.8.4 (17 hours ago) 
  5c92bf0 Auto update whenever to version 0.6.8 (17 hours ago) 
  d83172d Auto update addressable to version 2.2.6 (17 hours ago) 
  7dc3b72 Auto update fastercsv to version 1.5.4 (18 hours ago) 
  08ae945 Auto update compass to version 0.11.5 (19 hours ago) 
  fe17166 Auto update hoptoad_notifier to version 2.4.11 (20 hours ago) 
  5875d1a Auto update hoptoad_notifier to version 2.3.12 (21 hours ago) 
  4388e07 Auto update activeadmin to version 0.3.2 (21 hours ago) 
  4cd1d0e Auto update haml to version 3.1.3 (22 hours ago) 

License

MIT

Copyright (c) 2011 VersaPay, Philippe Creux.

FAQs

Package last updated on 03 Oct 2012

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