Sign in Sign up
rubygems

pessimize

Add the pessimistic constraint operator to all gems in your Gemfile, restricting the maximum update version. This is for people who work with projects that use bundler, such as rails projects. The pessimistic constraint operator (~>) allows you to specify the maximum version that a gem can be updated, and reduces potential breakages when running `bundle update`. Pessimize automatically retrieves the current versions of your gems, then adds them to your Gemfile (so you don't have to do it by hand).

Activity

Latest release
3y ago
Total releases
7
Cadence
~1.1 years
Last 12 months
0

Details

License
MIT
First release
Jul 03, 2013
Releases
Version Released
0.5.0 minor
0.4.0 minor
0.3.0 minor
0.2.0 minor
0.1.0 minor
0.0.3 patch
0.0.2 initial