* Define Erubi.h as a module function (jeremyevans)
* Add erubi/capture_block, supporting capturing block output via standard <%= and <%== tags (jeremyevans)
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.4.2 → 3.5.1) · Repo · Changelog
Release Notes
3.5.1
3.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 32 commits:
Release 3.5.1
Merge pull request #525 from mamhoff/require-deprecator-in-railtie
Require sprockets deprecator in Railtie
Release 3.5.0
Merge pull request #523 from rails/update-ci-matrix
Update CI matrix and supported versions
Merge pull request #517 from etiennebarrie/add-deprecator
Use a dedicated ActiveSupport::Deprecation
Merge pull request #516 from amatsuda/ci
CI against Ruby 3.2
bundle released version of Rack 2
Merge pull request #493 from rmacklin/link-to-sprockets-from-readme
Merge pull request #510 from skipkayhil/rm-legacy-conditions
Remove conditional for caller_locations
Remove prepend conditional from RouteWrapper patch
Remove check for append_assets_path initializer
Merge pull request #508 from yahonda/update_contribution_guide
Use `YOUR-USERNAME` instead of `contributor` in the repository URL
Merge pull request #509 from yahonda/sprockets_default_branch_is_main
Update rails/sprockets default branch from master to main
Merge pull request #381 from rossta/improve_error_message_for_logger_silence
GitHub Actions doesn't have allow-failure. Use continue-on-error instead
Use actions/checkout@v3
Use Bundler's BUNDLE_GEMFILE feature and setup-ruby's bundler-cache feature
CI against Ruby 3.1
CI against Ruby 3.0 x Rails 6
Unused variable "os"
Merge pull request #502 from markrmullan/master
fix typo in test
Link to sprockets repository from README for convenience
Merge pull request #492 from olleolleolle/patch-1
CI: Quote, to avoid YAML 3.0 => "3"
↗️ builder (indirect, 3.2.4 → 3.3.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 24 commits:
Release 3.3.0
Merge pull request #24 from casperisfine/update-ci
File.exists? -> File.exist?
Update CI configuration and gemspec
Merge pull request #23 from Earlopain/ci-update
Add Ruby 3.1-3.3 to CI
Update readme and gemspec to point to rails/builder repo
Merge pull request #9 from timkrins/patch-2
Merge pull request #14 from hosamaly/patch-1
Merge pull request #15 from voxik/remove-blankslate
Merge pull request #16 from voxik/gh-actions
Merge pull request #19 from kbrock/chmod
Merge pull request #20 from kbrock/pr/64
Merge pull request #21 from kbrock/pr/63
Updated comments which are incorrect.
Fix spelling mistake in example
remove exec but from rdoc
Drop Travis configuration.
Setup GitHub actions.
Use BasicObject instead of BlankSlate
Update the changelog for v3.2.4
Merge pull request #8 from orien/gem-metadata
Add project metadata to the gemspec
Fix spelling mistake
↗️ erubi (indirect, 1.12.0 → 1.13.0) · Repo · Changelog
Release Notes
1.13.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 12 commits:
Bump version to 1.13.0
Add erubi/capture_block to the gem
Adjust nocov markers
Define Erubi.h as a module function
Add erubi/capture_block, supporting capturing block output via standard <%= and <%== tags
Restructure tests to make it so the same basic tests can be used for multiple engines
Add Ruby 3.3 to CI and bump actions/checkout to v4
Switch from hanna-nouveau to hanna
Stop testing Ruby 2.2 in CI as it no longer works with ubuntu-latest
Move to actions/checkout@v3
Limit rake gem restriction in CI to Ruby <2.4
Add CI for Ruby 3.2
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