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,779 of 187,224
Downloads: 174,096

Daily

Ranking: 8,012 of 187,196
Downloads: 233

Depended by

RankDownloadsName
70,41913,584bundler-download

Depends on

RankDownloadsName
12,971,947,338bundler
101,151,463,039rake
27919,195,736rspec
356120,533,794optimist
48293,171,635rspec-its
1,75316,879,652codeclimate-test-reporter

Owners

#GravatarHandle
1iconjoonty