From on May 31, 2017 10:0
On a lot of old repos, we see Gemfiles with something like the below:
gem "rails", "~> 4.1"
gem "sass-rails", "~> 4.1"
To upgrade either of the dependencies in the above Gemfile, we need to update both, because sass-rails version 5 depends on the rails version being 5.
The right way to handle the above is to put in a PR upgrading both of the above, with clear details of both updates.
Copied from original issue: dependabot/feedback#5
该提问来源于开源项目:dependabot/dependabot-core