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,938 of 183,471
Downloads: 149,303

Daily

Ranking: 5,460 of 183,459
Downloads: 211

Depended by

RankDownloadsName
71,88212,215bundler-download

Depends on

RankDownloadsName
12,455,829,279bundler
10968,905,115rake
25824,998,340rspec
360102,411,329optimist
43584,236,223rspec-its
1,63715,908,378codeclimate-test-reporter

Owners

#GravatarHandle
1iconjoonty