* Improve template parsing, mostly by reducing allocations (jeremyevans)
* Do not ship tests in the gem, reducing gem size about 20% (jeremyevans)
* Support :literal_prefix and :literal_postfix options for how to output literal tags (e.g. <%% code %>) (jaredcwhite) (#26, #27)
Added support for handling "slim" format zoneinfo files that are produced by default by zic version 2020b and later. The POSIX-style TZ string is now used calculate DST transition times after the final defined transition in the file. The 64-bit section is now always used regardless of whether Time has support for 64-bit times. #120.
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?
✳️ trix-rails (2.2.0 → 2.3.0) · Repo · Changelog
Release Notes
2.3.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 51 commits:
Bump changelog to reflect release date
Merge pull request #24 from kylefox/trix-1.3.1
Trix 1.3.1, Bump gem to 2.3.0, update Apprasial branch for Rspec
Merge pull request #23 from kylefox/rails-6.1
Add testing and support for Rails 6.1
Update .travis.yml
Update .travis.yml
Update .travis.yml
Update .travis.yml
Release v2.2.0
Require bundler 2 for development
Remove appraisals for Rails 4.2
Merge pull request #18 from kylefox/trix-1.2.0
Update version to 2.2
Update changelog entry, and bump gem version
Pull in Trix 1.2.0 assets
Update changelog and version for released gem
Update changelog to reflex Rails 6 support
Merge pull request #17 from king601/rails-6
Support Rails 6
update changelog
Merge pull request #12 from ptrr/master
Adds customizable input name for trix-editor in simple form
Bump to 2.0.0
Update Trix 0.12.1 → 1.0.0
Add appraisal for Rails 5.2.1
Merge pull request #10 from bensie/patch-1
Fix simple_form displaying stored data
Bump to 1.0.1
Update to Trix 0.12.1
Merge pull request #9 from ch000/patch-1
fix: editor doesn't get populated with stored content
Bump to 1.0.0
ignore build gems from git
Upgrade Trix to 0.12.0
Add Rails 5.2 to Travis CI
rubocop
add support for ruby 2.5.1
Drop support for Ruby 2.2
Merge branch 'master' of github.com:kylefox/trix
rubocop
Merge pull request #8 from phylor/master
Add spec to illustrate bug with simple_form custom options
Allow additional options when using simple_form.
Merge branch 'master' of github.com:kylefox/trix
Update README
Update issue templates
Merge pull request #2 from Schwad/master
Rubocop fixes
Updates README.md
Gem version bump
↗️ erubi (indirect, 1.9.0 → 1.10.0) · Repo · Changelog
Release Notes
1.10.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 22 commits:
Bump version to 1.10.0
Enable branch coverage when testing
Move <% case above <%# and <%% cases as it is more common
Cover some rspace/lspace branches in CaptureEndEngine
Test <%= tailch rspace branch and src ending with newline branch
Remove unnecessary line
Remove unnecessary branch
Adjust nocov markings
Don't call add_text with nil
Fix regression where only first backslash/apostrophe was escaped
Improve template parsing, mostly by reducing allocations
Do not ship tests in the gem, reducing gem size about 20%
Start testing Ruby 2.7 on Travis
Update copyright year
Add nocov markers
Make spec_w task use warning gem instead of egrep for filtering
Improve rdoc formatting
Update CHANGELOG
Allow the literal prefix/postfix to be configured (Fixes #26, #27)
Refactor and simplify internals
Reduce memory usage when escaping text
Fix documentation of options bufval, bufvar in Erubi::Engine's initializer
↗️ loofah (indirect, 2.7.0 → 2.8.0) · Repo · Changelog
Release Notes
2.8.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 17 commits:
version bump to v2.8.0
perf: use require_relative where we can
style: fix indentation
ci: separate rubocop and test tasks; make default task do both
Merge pull request #198 from miguelperez/add-flex-properties
add flex properties to safelist
Merge pull request #196 from flavorjones/dependabot/bundler/rubocop-tw-1.1
Update rubocop requirement from ~> 0.89 to ~> 1.1
ci: upgrade to teliaoss/github-pr-resource
test: fix warnings
fix the :test rake task
ci: prefer registry-image to docker-image
drop Hoe and use a gemspec file instead
extract Loofah::VERSION into loofah/version.rb
README: badges no longer in table format, add tidelift badge
README: add tidelift link
Create FUNDING.yml
↗️ nio4r (indirect, 2.5.3 → 2.5.4) · Repo · Changelog
Release Notes
2.5.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 13 commits:
Prepare for v2.5.4 release.
Remove unneeded assertions.
Update ext/nio4r/monitor.c
replace `if` with assert, keep memory init.
actually, initialize the whole memory block to zero
test allocation for failure and initialize memory
Add `if` statement, even if redundant
README.md: update build status badge
Move `EV_STANDALONE` definition to `extconf.rb` (#250)
Add space between control statements and brackets.
Use clang-format to improve code consistency.
Remove cruft from README.
Remove ancient Guardfile.
↗️ sprockets-rails (indirect, 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
↗️ tzinfo (indirect, 1.2.7 → 1.2.8) · Repo · Changelog
Release Notes
1.2.8
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 11 commits:
Preparing v1.2.8.
Update time zone test fixtures based on tzdata 2020d.
Support "slim" zoneinfo files produced by default by zic >= 2020b.
Use up to date Linux distros to test (where possible).
Remove the deprecated sudo option.
Switch to travis-ci.com.
Update to Ruby 2.7.2 and JRuby 9.2.13.0.
Revert "Add Ruby 2.7 on AppVeyor."
Add Ruby 2.7 on AppVeyor.
Stop supporting Rubinius.
Update to Ruby 2.4.10.
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