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 if you have any questions. Thanks so much for giving Depfu a try!
We've updated a dependency and here is what you need to know:
gem name
version specification
old version
new version
shoulda-matchers
3.1.1
3.1.2
Additionally, the update changed a few other dependencies as well:
action
gem name
old version
new version
updated
concurrent-ruby
1.0.4
1.0.5
updated
i18n
0.7.0
0.9.3
updated
minitest
5.10.1
5.11.1
updated
thread_safe
0.3.5
0.3.6
updated
tzinfo
1.2.2
1.2.4
You should probably take a good look at the info here and the test results before merging this pull request, of course.
This is the last version that supports Rails 4.0 and 4.1 and Ruby 2.0 and 2.1.
Bug fixes
When the permit matcher was used without #on, the controller did not use params#require, the params object was duplicated, and the matcher did not
recognize the #permit call inside the controller. This behavior happened
because the matcher overwrote double registries with the same parameter hash
whenever ActionController::Parameters was instantiated.
(For those wondering where v0.9.2 went: I got busy after I pushed the commit for the release, so there was no gem release that day. I am not busy today, so here is v0.9.3 in its stead. This changelog contains changes from v0.9.1 -> v0.9.3)
I18n no longer stores translations for unavailable locales. #391.
Added the ability to interpolate with arrays #395.
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.
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 if you have any questions. Thanks so much for giving Depfu a try!
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?
✳️ shoulda-matchers (3.1.1 → 3.1.2) · Repo · Changelog
Release Notes
From the Github release:
Deprecations
Bug fixes
When the
permit
matcher was used without#on
, the controller did not useparams#require
, the params object was duplicated, and the matcher did notrecognize the
#permit
call inside the controller. This behavior happenedbecause the matcher overwrote double registries with the same parameter hash
whenever ActionController::Parameters was instantiated.
Commits
See the full diff on Github. The new version differs by 19 commits:
Merge pull request #1034 from guialbuk/add-deprecation-notice-to-news-md
Add deprecation notice to NEWS.md
Merge pull request #1030 from gitter-badger/gitter-badge
Add Gitter badge
Merge pull request #1014 from guialbuk/rails-5-readme
Add installation instructions for Rails 5.0
Update thoughtbot logo
Update .rubocop.yml
Add note to README
Bump version to 3.1.2
Mass-update all dev dependencies
Fix permit matcher for multiple instances of params
add inverse_of docs to have_many
Correct typo in docs
Take off the 'changing of the guard' note
Update RSpec test style across docs
Make README more specific for new Rspec
Add note to README about changing maintainership
Update latest version in readme [ci skip]
↗️ concurrent-ruby (indirect, 1.0.4 → 1.0.5) · Repo · Changelog
Release Notes
From the Github release:
concurrent-ruby:
concurrent-ruby-edge:
true
Commits
See the full diff on Github. The new version differs by 50 commits:
Fix release date in changelog
Merge pull request #632 from pitr-ch/master
Add missing development dependency
Merge pull request #633 from parasquid/documentation/use-the-correct-url-in-the-comments
Update release script
changelog and version update
Do not depend on org.jruby.util.unsafe.UnsafeHolder
Remove JRuby+Truffle testing for now
fix travis
use the correct url for the go example'
use the correct url in the status
Do not use deprecated constant
Use Unsafe#fullFence and #loadFence directly since the shortcuts were removed in JRuby
Always run md-ruby-eval when generating YARD
we can use rake 11
Ensure we require concurrent-ext
remove inch
Merge pull request #631 from sadovnik/patch-1
Merge pull request #630 from carlosantoniodasilva/patch-1
Update benchmark to new promises
Print pwd
Update actor doc outputs
README.md: punctuation fix
Fix minor typo in future docs example [ci skip]
Merge pull request #628 from meineerde/fix/588-warnings-with-rspec
Merge pull request #629 from meineerde/fix/initialize_instance_variable
Always initialize @default and @default_block for AbstractThreadLocalVar
Overridable default executor in factory methods
actor termination should return just true not [true]
minor doc updates
Don't suppress warnings in specs anymore
Output Ruby warnings when running rspec
Add ProcessingActor
Improve to_s and inspection on atomic objects
Merge pull request #626 from ruby-concurrency/gemspec
Removing my email address from gemspec files.
Merge pull request #625 from pitr-ch/master
Fix callback yielded arguments and delay propagation
Merge pull request #623 from pitr-ch/master
Remove mistakenly committed file
Fix travis
Merge remote-tracking branch 'upstream/pr/613'
The output should be commented in the example itself
The output should be commented in the example itself
Add Event documentation example
Add Semaphore documentation example
Merge pull request #621 from pitr-ch/master
Combine backtrace from async execution with the location of its rising
Do not shadow exceptions
Use correct factory method
↗️ i18n (indirect, 0.7.0 → 0.9.3) · Repo · Changelog
Release Notes
From the Github release:
(For those wondering where v0.9.2 went: I got busy after I pushed the commit for the release, so there was no gem release that day. I am not busy today, so here is v0.9.3 in its stead. This changelog contains changes from v0.9.1 -> v0.9.3)
translate
anddefault: [false]
as an option. #399translate
withnil
and empty keys. #400Thank you to @stereobooster, @fatkodima and @lulalala for the patches that went towards this release. We appreciate your efforts!
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ minitest (indirect, 5.10.1 → 5.11.1) · Repo · Changelog
↗️ thread_safe (indirect, 0.3.5 → 0.3.6) · Repo
Commits
See the full diff on Github. The new version differs by 20 commits:
Bump version to 0.3.6
Merge pull request #29 from nomoon/integer_unification
Better comparison
Fix Ruby 2.4 Integer unification deprecation error and get tests/CI functioning again.
Merge pull request #26 from keithrbennett/add-concurrent-ruby-note-to-readme
Modify README.md to explain that this code has been moved into the concurrent-ruby gem.
Merge pull request #20 from dzjuck/remove_1_8
Merge pull request #18 from dzjuck/flunk_to_fail
Merge pull request #17 from dzjuck/cache_values_spec
Remove code related to Ruby 1.8
Call fail instead flunk
Add Cache#values spec
Merge pull request #15 from dzjuck/rspec_tests
Rewrite tests from minitest to rspec
Merge pull request #14 from ktdreyer/minitest-reporter-optional
tests: make minitest-reporters optional
Merge pull request #13 from ktdreyer/simplecov-optional
Merge pull request #12 from ktdreyer/gemspec-summary-description
tests: make simplecov/coveralls optional
gemspec: switch summary and description
↗️ tzinfo (indirect, 1.2.2 → 1.2.4) · Repo · Changelog
Release Notes
From the Github release:
TZInfo v1.2.4 on RubyGems.org
Commits
See the full diff on Github. The new version differs by 37 commits:
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.
Preparing v1.2.3.
Add releases from the 0.3 branch.
Fix Markdown syntax error.
Update to Ruby 2.4.1.
Test strftime %z support with DateTime and Time as well as Integer.
Fix handling of strftime('%::::z') on Ruby 1.8.7 on Windows.
Add deprecation warnings to documentation for methods removed in v2.0.0.
Document changes to strftime %z support in v2.0.0.
Improve documentation for Timezone#strftime.
replace %z like %Z
fix %Z replacing with many percents
Handle permission denied errors when creating symlinks.
Ignore the timeconfig symlink included on Slackware.
Don't exclude the Factory zone in ZoneinfoDataSource.
Fix TimezoneProxy UnknownTimezone exception.
use a more concise syntax and avoid unnecessary objects
Remove jruby-19mode.
Update copyright years.
Remove :rbx section.
Test on Ruby versions supported in v1.2.x.
Disable test when Encoding is not available (Ruby < 1.9).
Rename the first_offset variable to indicate that it contains an index.
Add a test for invalid zoneinfo files with no offsets.
Improved algorithm for deriving the utc_offset for zoneinfo files.
Don't return binary Strings in Timezone#friendly_identifier.
Compatibility with Ruby 2.3's frozen string literals.
freeze some strings that are created regularly
Support changes to tar execution in Rake 10.4.
Update to the latest version of gem-public_cert.pem from master.
Update to the latest version of .travis.yml from master.
Replace expired gem signing certificate.
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
.