logo
首页技术栈工具库讨论
pessimize

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).
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconjoonty/pessimize182
RUBYGEMS
gem install pessimize
查看
标签
根据用户添加的标签生成
暂无标签