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: 13,263 of 183,107
Downloads: 140,924

Daily

Ranking: 8,232 of 183,092
Downloads: 141

Depended by

RankDownloadsName
71,96512,111bundler-download

Depends on

RankDownloadsName
12,407,087,911bundler
10953,844,246rake
25817,849,894rspec
362100,441,136optimist
43183,476,183rspec-its
1,62515,838,097codeclimate-test-reporter

Owners

#GravatarHandle
1iconjoonty