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,744 of 187,950
Downloads: 177,816

Daily

Ranking: 20,838 of 187,922
Downloads: 41

Depended by

RankDownloadsName
70,10713,863bundler-download

Depends on

RankDownloadsName
13,044,215,819bundler
101,176,878,843rake
28929,993,045rspec
360122,132,917optimist
48794,279,297rspec-its
1,76417,000,815codeclimate-test-reporter

Owners

#GravatarHandle
1iconjoonty