Update sass-rails: 5.0.6 → 5.0.7 (patch)
**Welcome to Depfu** 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
[Let us know](mailto:hi@depfu.com) if you have any questions. Thanks so much for giving Depfu a try!
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?
✳ ️ sass-rails (5.0.6 → 5.0.7) · Repo
Commits
See the full diff on Github. The new version differs by 8 commits:
↗ ️ concurrent-ruby (indirect, 1.0.5 → 1.1.3) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗ ️ erubi (indirect, 1.6.0 → 1.7.1) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 16 commits:
Bump version to 1.7.1Remove one difference from READMEMinor tweak to READMEBump copyright yearMake whitespace handling for <%# %> tags more compatible with Erubis (Fixes #14)Test on ruby 2.5 on Travisremove unnecessary ternary operationBump version to 1.7.0Fix escaping in erubi/capture_end, the setting was previously inverted (Fixes #10)Make use of <%| more clear in README (Fixes #10)Remove gemspec line from travis.gemfileDrop tiny ruby versions from Travis, so Travis installs latestBump version to 1.6.1Fix usage on newer versions of JRuby 9.1Drop jruby-18mode from TravisUpdate .travis.yml
↗ ️ ffi (indirect, 1.9.18 → 1.9.25) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 53 commits:
Prepare for release 1.9.25Revert "README: Remove now unnecessary PaX workaround [ci skip]"Revert "Do closures via libffi"Run rspec with dots output onlyFix integer parameter range specsFix several specs where raise_error was called without classSpecify error class for several raise_error callsFix missing C declarations causing compiler warningsReplace symlinks for mips r6 with plain filesUpdate CHANGELOGMerge branch 'master' of github.com:ffi/ffiAdd a CHANGELOG fileBump VERSION to 1.9.24Update libffi to latest changes on masterDon't search in hardcoded paths on WindowsDon't treat Symbol args different to Strings in ffi_libMake sure size_t is defined in Thread.cMerge pull request #601 from wzssyqa/masterBump VERSION to 1.9.23Bump VERSION to 1.9.23.pre1README: Remove now unnecessary PaX workaround [ci skip]Fix wrong path to search for configureUpdate libffi to latest masterFix repeated generation of autoconf filesBump VERSION to 1.9.22Fix failures on MacOS (#617)Merge pull request #540 from forgottenswitch/paxMerge pull request #615 from takkanm/suppress-unused-variable-warningAdd Appveyor badge iconsuppress unused variable warningVarious fixes and more deterinistic gem packaging (#612)Grr.Bump version again while I figure out how to build this thing.Bump version to 1.9.19.Bump rake-compiler-dock dependency to add ruby-2.5 support (#599)update travis for latest ruby versions.Add mips64(eb) support, and mips r6 supportUse kramdown for markdown processing.Upgrade to yard ~> 0.9 to silence Github dependency vulnerability warning.add missing win64 typesoptimise read_string for case if len is nilread_string should not throw an error on length 0Fix typo of mprotect (#586)Do not assume a path to the sh and env binaries (#528)Do closures via libffiUse Ruby implementation for `which` (#315)Added support for Bitmask. (#573)Fix compatibility with PPC64LE platform (#577)Normalize sparc64 to sparcv9. (#575)Add support for MSYS2 (#572)Add support for Sparc64 Linux. (#574)Drop Ruby 1.8.7 support (#480)Use PRIsVALUE shim when not available for Ruby < 2.0 compatibility. (#548)
↗ ️ i18n (indirect, 0.8.6 → 0.9.5) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 59 commits:
Bump to 0.9.5Lock Rake to 12.2.x versionsMerge pull request #408 from wjordan/enforce_available_locales_false_fixstore translations for unavailable locales if enforce_available_locales is falseBump to 0.9.4Merge pull request #407 from fatkodima/fix-key-value-subtreesMerge pull request #406 from jhawthorn/optimize_available_localesFix Chained backend with KeyValueOptimize Backend::Simple#available_localesBump to 0.9.3Merge pull request #395 from stereobooster/interpolate-for-arraysMerge pull request #402 from fatkodima/subtrees-bugMerge pull request #403 from fatkodima/ci-ruby2.5.0CI against ruby 2.5.0Fix issue with disabled subtrees and pluralization for KeyValue backendBump to 0.9.2Merge pull request #400 from fatkodima/fix-t-empty-keysMerge pull request #399 from fatkodima/fix-t-with-falseFix translate with nil and empty keysFix translate with default: [false]Merge pull request #396 from lulalala/fix-lambda-docMerge pull request #398 from stereobooster/ojUse oj if available instead ActiveSupport::JSONDocument about lambda return value also being interpolatedFix lambda document exampleRemove redundant test for lookupFix specs for array interpolationAdd comments exaplining new array behaviour for #interpolateRefactor interpolation methodUpdate interpolation.rbInterpolate now works for arrayMerge pull request #391 from stereobooster/dont-store-tr-for-locales-not-set-as-availableFix CR notesDon't store translations for locales not set as availableBump to 0.9.1Merge pull request #389 from rafaelfranca/fix-default-regressionKeep the translation missing message when default is not nilAdd explicit require for digest/md5Merge pull request #390 from amatsuda/ruby25_hash_sliceRevert "Maintain subclasses of Hash when calling Hash#slice."Add myself to authors listUpdate CHANGELOGBump to 0.9.0Merge pull request #382 from shayonj/s/thread-reset-middlewareMerge pull request #388 from lostapathy/travis_testsConcurrent::Mmap does not expose default_procMerge pull request #352 from svenfuchs/pr-51-thread-safety-fixMerge pull request #384 from kares/memoization-inconsistencyMerge pull request #387 from daniel-rikowski/default-nil-fallbacksFix default: nil with fallbacksMerge pull request #385 from lostapathy/add_rails_51add rails-5.1 to build matrix, update ruby versionstest: reproduce possible Hash inconsistency when [] / []= concurrentlySwitch to Concurrent::Map + use it in other placesMerge branch 'pr-51-thread-safety-fix' of github.com:svenfuchs/i18n into pr-51-thread-safety-fixMerge branch 'master' into pr-51-thread-safety-fixRelax concurrent-ruby versionIntroduce middleware that resets current local thread's config after each requestAdd regression test for #378
↗ ️ loofah (indirect, 2.0.3 → 2.2.3) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗ ️ method_source (indirect, 0.8.2 → 0.9.2) · Repo
Commits
See the full diff on Github. The new version differs by 30 commits:
Merge pull request #55 from banister/release-0-9-2Release v0.9.2Merge pull request #54 from banister/52-jruby-patch-removalRevert "method_source: fix broken Procs on JRuby 9.2.0.0"bump version number to 0.9.1Merge pull request #51 from kyrylo/jruby-9200-fixmethod_source: fix broken Procs on JRuby 9.2.0.0Merge pull request #50 from mensfeld/masterremove gemfile locklicense for the gemspectweaks to .travis.ymlRun rake gemspec task to bump gemspec data (incl version number)Version 0.9.0 releaseMerge pull request #35 from mlarraz/patch-1Merge pull request #46 from petems/patch-1Merge pull request #45 from junaruga/feature/rspecAdd MIT License to GemfileReplace Bacon to RSpec 3.Merge pull request #42 from junaruga/feature/travis-ruby-headUpdate .travis.ymlMerge pull request #40 from koic/use_latest_rubiesMerge pull request #39 from koic/integer_unificationCI against Ruby 2.4.0CI against Ruby 2.3Integer Unification for Ruby 2.4.0+Add Travis CI status badgeMerge pull request #29 from nicolasleger/add_ruby_2_1_and_2_2Add new Ruby 2.1 and 2.2 versionsMerge pull request #24 from petergoldstein/feature/add_ruby_2_to_travisAdd Ruby 2 to Travis CI matrix. Eliminate warning.
↗ ️ mini_portile2 (indirect, 2.2.0 → 2.3.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 6 commits:
↗ ️ minitest (indirect, 5.10.3 → 5.11.3) · Repo · Changelog
↗ ️ nokogiri (indirect, 1.8.0 → 1.8.5) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗ ️ rack (indirect, 2.0.3 → 2.0.6) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 19 commits:
Bumping version for releaseWhitelist http/https schemesReduce buffer size to avoid pathological parsingMerge tag '2.0.5' into 2-0-stableMerge pull request #1296 from tomelm/fix-prefers-plaintextBump version for releaseMerge pull request #1268 from eileencodes/forwardport-pr-1249-to-2-0-stableMerge pull request #1249 from mclark/handle-invalid-method-parametersStick with a passing version of Rubygems and bundlerLeahizeBumping versionwebrick: remove concurrent-ruby dev dependencyMerge pull request #1190 from hugoabonizio/masterMerge pull request #1193 from tompng/multipart_less_memoryMerge pull request #1192 from jkowens/masterMerge pull request #1179 from tompng/masterMerge pull request #1151 from cremno/simplify-some-string-creationsMerge pull request #1189 from lugray/fix_rack_lockRequire the right file for the digest we're using
↗ ️ rails-html-sanitizer (indirect, 1.0.3 → 1.0.4) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 16 commits:
Prepare to 1.0.4 releaseMake sure we address CVE-2018-8048Remove rbx since it doesn't seem to install.Merge pull request #66 from fschwahn/improve-testsFix deprecation warning from MinitestMake tests pass again with recent nokogiri versionsRename test to better reflect what is actually testedtyposWe're still testing against ruby 1.9 and 2.0 that aren't supported by nokogiri 1.7activesupport 5 doesn't support ruby < 2.2.2 that are still tested in this repobundle with the newest released bundlerTest against newer released rubies[ci skip] Remove faulty overrides in scrubber example.[ci skip] Change override method in PermitScrubber.Merge pull request #47 from pvalena/patch-1Correct license filename
↗ ️ rake (indirect, 12.0.0 → 12.3.1) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗ ️ rb-fsevent (indirect, 0.10.2 → 0.10.3) · Repo
Commits
See the full diff on Github. The new version differs by 8 commits:
version bumpMerge pull request #81 from saluzafa/masterMerge branch 'master' of github.com:saluzafa/rb-fseventremove useless part rescue EOFError since it's being catched at line 82 (EOFError is a child class of IOError)remove useless part rescue EOFError since it's being catched at line 82 (EOFError is a child class of IOError)abnormal termination fails silently + burns cpuupdate information about HFS+ corruption bugRubyCocoa hasn't been a thing for many years now. It's no longer worth mentioning.
↗ ️ sass (indirect, 3.5.1 → 3.7.2) · Repo
Sorry, we couldn't find anything useful about this release.
↗ ️ sprockets (indirect, 3.7.1 → 3.7.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 5 commits:
↗ ️ sprockets-rails (indirect, 3.2.0 → 3.2.1) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 16 commits:
Only use caller_locations in Rails 5Check if the method exists in the right moduleTest with Rails 5.1 and Ruby 2.4.1Use compatible version of sass in old rubiesAlways use the supported version of nokogiri in that rubyMerge pull request #394 from rails/schneems/fix-testsPrepare to 3.2.1 releaseMerge pull request #409 from junaruga/hotfix/undefined-metohd-split-for-nil-classFix a test failure for undefined method `split' for nil:NilClass.Merge pull request #404 from junaruga/feature/readme-badge-masterSpecify master branch for Travis build status image.Fix testsMerge pull request #383 from EiNSTeiN-/patch-1Be more specific with required fileMerge pull request #380 from dreyks/patch-1fix changelog entry about unknown_asset_fallback
↗ ️ thor (indirect, 0.19.4 → 0.20.3) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗ ️ tilt (indirect, 2.0.8 → 2.0.9) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 11 commits:
v2.0.9Update CHANGELOGSass: Fix typoTests: Test against both Sass and SassCSass: Support both sassc and sass gemsRemove broken Gemnasium badge from README.mdUpdate CHANGELOGDeprecate safe_level of ERB.new in Ruby 2.6Rename `-rubygems` option (#328)Add option passthrough for commonmarker (#326)Avoid uninitialized instance var @haml_buffer (#321)
↗ ️ tzinfo (indirect, 1.2.3 → 1.2.5) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 16 commits:
Preparing v1.2.5.Update copyright years.Use Ruby 1.8 compatible syntax.Document that utc_offset and std_offset may be inaccurate with zoneinfo.Allow zoneinfo offset derivation to pick a negative std_offset.Don't store lazily-evaluated results if the object has been frozen.Remove unnecessary calls to Country.get in tests.Restore $SAFE after running a safe mode test (if possible).Disable Minitest's use of external diff tools during safe mode tests.Add Ruby 2.5.0 and update to the latest Ruby, JRuby and Rbx releases.Replace expired gem signing certificate.Preparing v1.2.4.Update bundler before installing gems.Use the Trusty build environment.Update to Ruby 2.2.8, 2.3.5, 2.4.2, JRuby 1.7.27, 9.1.13.0 and rbx 3.86.Ignore the leapseconds file included in v2017c+ zoneinfo directories.
🆕 crass (added, 1.0.4)
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 merge
- Merges this PR once your tests are passing and conflicts are resolved
- @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)