mattzollinhofer / teachy

Assignment Tracker
0 stars 1 forks source link

Update shoulda-matchers: 3.1.1 → 3.1.2 (patch) #72

Closed depfu[bot] closed 6 years ago

depfu[bot] commented 6 years ago

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:

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.

What changed?

✳️ shoulda-matchers (3.1.1 → 3.1.2) · Repo · Changelog

Release Notes

From the Github release:

Deprecations

  • 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.

    • Commit: [44c019]
    • Issue: [#899]
    • Pull request: [#902]
Commits

See the full diff on Github. The new version differs by 19 commits:

↗️ concurrent-ruby (indirect, 1.0.4 → 1.0.5) · Repo · Changelog

Release Notes

From the Github release:

concurrent-ruby:

  • Documentation for Event and Semaphore
  • Use Unsafe#fullFence and #loadFence directly since the shortcuts were removed in JRuby
  • Do not depend on org.jruby.util.unsafe.UnsafeHolder

concurrent-ruby-edge:

  • (#620) Actors on Pool raise an error
  • (#624) Delayed promises did not interact correctly with flatting
    • Fix arguments yielded by callback methods
  • Overridable default executor in promises factory methods
  • Asking actor to terminate will always resolve to true
Commits

See the full diff on Github. The new version differs by 50 commits:

↗️ 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)

  • I18n no longer stores translations for unavailable locales. #391.
  • Added the ability to interpolate with arrays #395.
  • Documentation for lambda has been corrected. #396
  • I18n will use oj -- a faster JSON library -- but only if it is available. #398
  • Fixed an issue with translate and default: [false] as an option. #399
  • Fixed an issue with translate with nil and empty keys. #400
  • Fix issue with disabled subtrees and pluralization for KeyValue backend #402

Thank 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:

↗️ tzinfo (indirect, 1.2.2 → 1.2.4) · Repo · Changelog

Release Notes

From the Github release:

  • Ignore the leapseconds file that is included in zoneinfo directories installed with version 2017c and later of the Time Zone Database.

TZInfo v1.2.4 on RubyGems.org

Commits

See the full diff on Github. The new version differs by 37 commits:


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.

Depfu Status

depfu[bot] commented 6 years ago

Closing because this update has already been applied