Update middleman: 4.3.6 → 4.3.7 (patch) #135
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?
✳️ middleman (4.3.6 → 4.3.7) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 3 commits:
Bump
Loosen activesupport dependence (#2327)
Add empty image alt tag if alt text not specified (#2323)
Release Notes
5.2.4.3 (from changelog)
5.2.4.1 (from changelog)
5.2.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 more commits than we can show here.
Commits
See the full diff on Github. The new version differs by 19 commits:
v3.17.2
Fix eval line, thanks to rubocop.
Fix tags
Fix fatal bug in test suite.
Fix 2.5 Struct.new
v3.17.1
Fix: NameError: uninitialized constant Float::INFINITY
Fix README format
Fix README formatting (and a typo)
rubocop -a
v3.17.0
Tweak deprecations [#142]
+ Range.cover?(range) (Ruby 2.6) [#145]
Add github sponsor
Typo fix [ci-skip] [doc]
Add 'lifted' badge [ci-skip] [doc]
Add funding info [ci-skip] [doc]
+ Basic security information
Add Rubocop
Sorry, we couldn't find anything useful about this release.
Sorry, we couldn't find anything useful about this release.
Commits
See the full diff on Github. The new version differs by 6 commits:
prepped for release
+ Minitest.filter_backtrace returns original backtrace if filter comes back empty.
Refactored positive spec tests w/ a custom assertion.
+ Return true on a successful refute. (jusleg)
Updated rake specs for latest assertions.
- Fixed expectation doco to not use global expectations.
Release Notes
4.0.5 (from changelog)
4.0.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 20 commits:
Release 4.0.5
Update tests.yml
Update tests.yml
Add CI workflow
Add project metadata to the gemspec (#172)
Update definitions
Create codecov.yml
Update Travis badge link
Release 4.0.3
Update definitions
Update to Rubocop 0.81.0
Update rubocop requirement from 0.80.0 to 0.80.1 (#170)
Update rubocop requirement from 0.79.0 to 0.80.0 (#169)
Update SECURITY.md
Update README.md
Update README.md
Update .gitignore
Update definitions
Sync up my Rubocop default file
Move development dependencies from gemspec to Bundle
Release Notes
0.10.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
Update gem version to 0.10.4
Merge pull request #85 from tyler-ball/patch-1
Remove bundler development dependency
Commits
See the full diff on Github. The new version differs by 27 commits:
update changelog
version bump 2.3.0
Merge pull request #196 from casperisfine/drop-32bit-targets
Fix rake gem:native task
fix testing issue
Merge pull request #166 from michaelglass/patch-1
Merge pull request #178 from bmwiedemann/sort
Merge pull request #152 from shwaka/master
Merge pull request #162 from ahorek/custom_functions
Merge pull request #161 from ahorek/dispose
Merge pull request #164 from ahorek/libsass_update
Merge pull request #184 from ahorek/strip_fix
restore strip symbols
Merge pull request #158 from glebm/patch-3
Sort input file list
Merge pull request #174 from dtynan/fix_for_macos
Merge pull request #171 from eregon/test-truffleruby
Merge pull request #173 from eregon/fix-dlext
Fix compile issue on Mac OS X
Use RbConfig::MAKEFILE_CONFIG['DLEXT'] instead of hardcoding extensions
Test on TruffleRuby in TravisCI
Update libsass to 3.6.3
disable lto flag for darwin + nix
Update libsass to 3.6.2
allow passing functions directly
always dispose data context
Default --march-tune-native to false
Release Notes
1.2.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
Improve grammar.
Preparing v1.2.7.
Update to Ruby 2.7.1.
Revert to Ruby 2.4.9 and 2.7.0.
Update to Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 and JRuby 9.2.11.1.
Use shields.io for badges.
Update copyright years.
Add a build status badge for AppVeyor.
Replace broken links.
Use https for links where available.
Update to JRuby 9.2.11.0.
Merge pull request #112.
Test for just the non-existence of #untaint.
Fix comments relating to taint/untaint removal.
Don't rely on lexicographic version comparisons.
Fix test failures on Ruby 1.8.7.
Fix erroneous 'wrong number of arguments' errors on JRuby 9.0.5.0.
`$VERBOSE = false` won't be worked since `rb_warning` is changed to `rb_warn`
Update to Ruby 2.7.0.
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