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,723 of 187,548
Downloads: 177,043

Daily

Ranking: 9,174 of 187,532
Downloads: 146

Depended by

RankDownloadsName
70,30513,712bundler-download

Depends on

RankDownloadsName
13,007,742,320bundler
101,164,433,060rake
28924,538,466rspec
359121,273,622optimist
48393,725,077rspec-its
1,75716,939,141codeclimate-test-reporter

Owners

#GravatarHandle
1iconjoonty