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,950 of 180,507
Downloads: 118,260

Daily

Ranking: 9,199 of 180,487
Downloads: 125

Depended by

RankDownloadsName
72,84211,345bundler-download

Depends on

RankDownloadsName
12,082,629,206bundler
16855,753,735rake
23768,975,035rspec
36388,447,662optimist
40978,802,093rspec-its
1,52415,354,415codeclimate-test-reporter

Owners

#GravatarHandle
1iconjoonty