Categories: None [Edit]

pessimizer

https://rubygems.org/gems/pessimizer
https://github.com/iachettifederico/pessimizer
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: 158,153 of 180,709
Downloads: 2,707

Daily

Ranking: 75,441 of 180,702
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,107,360,198bundler
16863,446,914rake
24772,799,168rspec
36589,235,040optimist
40979,187,541rspec-its
1,53115,399,934codeclimate-test-reporter

Owners

#GravatarHandle
1iconfiachetti