This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
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.
We've updated a dependency and here is what you need to know:
Additionally, the update changed a few other dependencies as well:
You should probably take a good look at the info here and the test results before merging this pull request, of course.
What changed?
✳️ faker (1.8.4 → 1.8.7) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
From the Github release:
Commits
See the full diff on Github. The new version differs by 25 commits:
Bump to 0.9.1
Merge pull request #389 from rafaelfranca/fix-default-regression
Keep the translation missing message when default is not nil
Add explicit require for digest/md5
Merge pull request #390 from amatsuda/ruby25_hash_slice
Revert "Maintain subclasses of Hash when calling Hash#slice."
Add myself to authors list
Update CHANGELOG
Bump to 0.9.0
Merge pull request #382 from shayonj/s/thread-reset-middleware
Merge pull request #388 from lostapathy/travis_tests
Concurrent::Mmap does not expose default_proc
Merge pull request #352 from svenfuchs/pr-51-thread-safety-fix
Merge pull request #384 from kares/memoization-inconsistency
Merge pull request #387 from daniel-rikowski/default-nil-fallbacks
Fix default: nil with fallbacks
Merge pull request #385 from lostapathy/add_rails_51
add rails-5.1 to build matrix, update ruby versions
test: reproduce possible Hash inconsistency when [] / []= concurrently
Switch to Concurrent::Map + use it in other places
Merge branch 'pr-51-thread-safety-fix' of github.com:svenfuchs/i18n into pr-51-thread-safety-fix
Merge branch 'master' into pr-51-thread-safety-fix
Relax concurrent-ruby version
Introduce middleware that resets current local thread's config after each request
Add regression test for #378
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.