Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ sass-rails (5.0.5 → 5.0.7) · Repo
Commits
See the full diff on Github. The new version differs by 19 commits:
Prepare for 5.0.7
Merge pull request #403 from y-yagi/fix-ruby-warnings
Merge pull request #404 from y-yagi/fix_broken_ci
Remove unused session_store initializer
Add manifest files
Use Rails 4.2 below Ruby 2.1
Use nokogiri 1.6.x on Ruby 2.0
Fix ruby warning
[ci skip] v5.0.6
Merge pull request #382 from rails/schneems/fix-deprecations
Sprockets 4 requires Ruby version >= 2.0.0
"warning: `*' interpreted as argument prefix"
`register_engine` would take a varargs
Sprockets legacy processor interface
Sprockets 2 render_engine has different arity
Fix Sprockets 4 tests
[close #381] Avoid Sprockets deprecations
Merge pull request #383 from rails/schneems/fix-5-0-stable
Fix tests with Rack and mime-types for Ruby 1.9
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands