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,958 of 192,137
Downloads: 183,426

Daily

Ranking: 12,127 of 192,103
Downloads: 55

Depended by

RankDownloadsName
69,84014,542bundler-download

Depends on

RankDownloadsName
13,342,103,677bundler
81,292,456,495rake
29970,934,436rspec
381128,294,851optimist
50798,482,938rspec-its
1,83417,627,313codeclimate-test-reporter

Owners

#GravatarHandle
1iconjoonty