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 recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ sprockets-rails (3.2.1 → 3.2.2) · Repo · Changelog
Release Notes
3.2.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 45 commits:
Prepare 3.2.2 release
Merge pull request #465 from rails/fix-tests-and-add-ruby-2-7
Fix extending ActionView::Base instances
Silence warnings about static path fallback
Fix Action View deprecation warning
Require Rails::VERSION so test can run in isolation
Fix Sprockets deprecation warning
Only use kwargs splat operator on Ruby 2.7+
Exclude Rails 5.2.x/Ruby 2.2 from build matrix
Update ruby version testing matrix
Merge pull request #455 from Edouard-chin/ec-action-view-noneed-toload
Don't require ActionView::Base when rake tasks get loaded:
Merge pull request #454 from connorshea/fix-ruby-27-deprecations
Fix Ruby 2.7 deprecation in helper.rb.
Improve error message by pointing to the upgrading guide
Merge pull request #442 from jaredbeck/test_rails_6.0.0
Test rails 6.0.0
Merge pull request #440 from olleolleolle/patch-2
Merge pull request #420 from artfuldodger/patch-1
Merge pull request #439 from olleolleolle/patch-1
CI: Sprockets 4 req. Ruby 2.5.0+
README: Remove Gemnsium badge
CI against ruby 2.6
rails 6.x now requires ruby >= 2.5.0
oops!
We're still testing against old rubies that aren't supported by bundler 2.x
CI against newer rubies
Merge pull request #434 from lostapathy/patch-1
limit minitest version to resolve test failures
Workaround issue with sprockets-4.0.0.beta
resolve security warnings on current bundler
Corrections to gemfiles/travis config
Test against ruby 2.5.1
Merge pull request #428 from mvz/document-non-digest-options
Document other gem options
Point to gem fork with a friendlier name
Merge pull request #429 from justin808/patch-1
Missing space in error message
Document options for generating non-digest assets
Fix typo
Merge pull request #414 from rails/schneems/more-error-stuff
Extra newline in exception
Use word “error” in error class.
Always use newest bundler in the CI
Remove CHANGELOG
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