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,223 of 196,338
Downloads: 191,574

Daily

Ranking: 20,693 of 196,320
Downloads: 4

Depended by

RankDownloadsName
68,79915,491bundler-download

Depends on

RankDownloadsName
13,687,515,579bundler
81,399,913,164rake
291,013,199,560rspec
393133,767,115optimist
520103,036,496rspec-its
1,86718,272,909codeclimate-test-reporter

Owners

#GravatarHandle
1iconjoonty