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 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?
✳️ slim-rails (3.6.1 → 3.6.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 6 commits:
Bump version to 3.6.2
Merge pull request #191 from patrols/make-slim-5.0-compatible
Update gemspec to be compatible with slim 5.0
README: Separate out details from main things (#190)
Merge pull request #189 from olleolleolle/patch-1
CHANGELOG: add 3.6.0, 3.6.1 [ci skip]
↗️ slim (indirect, 4.1.0 → 5.1.0) · Repo · Changelog
Release Notes
5.1.0 (from changelog)
5.0.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 more commits than we can show here.
↗️ temple (indirect, 0.8.2 → 0.10.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 35 commits:
Version 0.10.0
Drop obsolete code
Drop support for Rails 3.x and 4.x
ERB: Add StaticAnalyzer
Fix escape_html_safe (Fix #126)
gemspec: remove encoding header
Update changes
RailsOutputBuffer: Only reuse output_buffer if :buffer equals @output_buffer
Treat the capture generator separately from the main generator
Remove escape_utils from Gemfile
Add an missing entry to CHANGES
Version 0.9.1
Swap <%= and <%== in Temple::ERB::Engine
Fix the default value of :capture_generator
Use a better CI idiom
[Bugfix] Use the specified capture_generator even for nested captures (#112)
Readme: Add Yard Docs badge (#115)
Replace the Travis CI badge with GitHub Actions
Migrate bacon to rspec (#140)
pkg/ should be ignored for rake release
v0.9.0
Enable rake release
Test JRuby and TruffleRuby as well
Make the required_ruby_version consistent with CI
Migrate CI to GitHub Actions (#139)
Fix a crash in StringSplitter filter (#138)
Improve compatibility with upcoming Rails 7.1
Drop EscapeUtils.escape_html
Merge pull request #134 from k0kubun/rails-ambles
Support annotate_rendered_view_with_filenames
Use Erubi instead of Erubis.
Fixed depreciated tilt template mime type
update ruby test version
Change default :capture_generator to self
Suppress deprecated warning by Object#=~ since ruby 2.6
↗️ tilt (indirect, 2.0.11 → 2.1.0) · Repo · Changelog
Release Notes
2.1.0 (from changelog)
Does any of this look wrong? Please let us know.
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