Categories: None [Edit]

pessimize

https://rubygems.org/gems/pessimize
https://github.com/joonty/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).

Total

Ranking: 12,838 of 186,883
Downloads: 169,505

Daily

Ranking: 8,882 of 186,872
Downloads: 163

Depended by

RankDownloadsName
70,70613,224bundler-download

Depends on

RankDownloadsName
12,910,439,083bundler
101,129,820,239rake
27910,134,422rspec
353119,207,882optimist
47992,212,089rspec-its
1,74316,734,850codeclimate-test-reporter

Owners

#GravatarHandle
1iconjoonty