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: 140,825 of 193,767
Downloads: 4,427

Daily

Ranking: 10,316 of 193,752
Downloads: 53

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,495,674,061bundler
81,346,467,157rake
29989,755,551rspec
387130,844,650optimist
510100,524,988rspec-its
1,85017,956,764codeclimate-test-reporter

Owners

#GravatarHandle
1iconfiachetti