ucsdlib / hifive

An application supporting an Employee Recognition program workflow
MIT License
0 stars 0 forks source link

build: bump puma from 4.2.0 to 4.2.1 #306

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps puma from 4.2.0 to 4.2.1.

Release notes *Sourced from [puma's releases](https://github.com/puma/puma/releases).* > ## 4.2.1 > * 3 bugfixes > * Fix socket activation of systemd (pre-existing) unix binder files ([#1842](https://github-redirect.dependabot.com/puma/puma/issues/1842), [#1988](https://github-redirect.dependabot.com/puma/puma/issues/1988)) > * Deal with multiple calls to bind correctly ([#1986](https://github-redirect.dependabot.com/puma/puma/issues/1986), [#1994](https://github-redirect.dependabot.com/puma/puma/issues/1994), [#2006](https://github-redirect.dependabot.com/puma/puma/issues/2006)) > * Accepts symbols for `verify_mode` ([#1222](https://github-redirect.dependabot.com/puma/puma/issues/1222))
Changelog *Sourced from [puma's changelog](https://github.com/puma/puma/blob/master/History.md).* > ## 4.2.1 / 2019-10-07 > > * 3 bugfixes > * Fix socket activation of systemd (pre-existing) unix binder files ([#1842](https://github-redirect.dependabot.com/puma/puma/issues/1842), [#1988](https://github-redirect.dependabot.com/puma/puma/issues/1988)) > * Deal with multiple calls to bind correctly ([#1986](https://github-redirect.dependabot.com/puma/puma/issues/1986), [#1994](https://github-redirect.dependabot.com/puma/puma/issues/1994), [#2006](https://github-redirect.dependabot.com/puma/puma/issues/2006)) > * Accepts symbols for `verify_mode` ([#1222](https://github-redirect.dependabot.com/puma/puma/issues/1222))
Commits - [`2d46f0b`](https://github.com/puma/puma/commit/2d46f0b63a0a9113603d67b8518acb7ca57af814) Puma 4.2.1 - [`0593cef`](https://github.com/puma/puma/commit/0593cef9dec659a5febccebe03e7a1bc5c73fd5e) Allow for symbols to be used in verify_mode ([#2011](https://github-redirect.dependabot.com/puma/puma/issues/2011)) - [`0bbb495`](https://github.com/puma/puma/commit/0bbb49523641b917f590dc9b96ad9846c6d7ef5d) Start of a benchmark folder - [`6bb070b`](https://github.com/puma/puma/commit/6bb070bb47362b6688cd8ce3306e67c8768762ba) Apply [@​Jesus](https://github.com/Jesus)' plugin docs reformatting from [#1849](https://github-redirect.dependabot.com/puma/puma/issues/1849) - [`17035b0`](https://github.com/puma/puma/commit/17035b0ee95019bb8b2ae93e0a2405f5262bf6ff) Merge pull request [#2007](https://github-redirect.dependabot.com/puma/puma/issues/2007) from MSP-Greg/fix-systemd-unix-paths - [`8ad26eb`](https://github.com/puma/puma/commit/8ad26eb66297a9795418f8a28b1230c664bae12d) review updates - [`6a39d41`](https://github.com/puma/puma/commit/6a39d41094823c8929f4a31613a2f6a53804997f) Remove Puma::Delegation ([#2000](https://github-redirect.dependabot.com/puma/puma/issues/2000)) - [`7b228da`](https://github.com/puma/puma/commit/7b228da3f66719bf0ebedd13809ea1a3cb22841b) Update History.md - [`9ce8d4f`](https://github.com/puma/puma/commit/9ce8d4fc4ee24a65fc96838d604235d521feaf06) Add tests for pre-existing unix paths - [`1a484d8`](https://github.com/puma/puma/commit/1a484d8d1c4007572cea394279109246de4395da) Fix Binder [@​unix](https://github.com/unix)_paths handling - Additional commits viewable in [compare view](https://github.com/puma/puma/compare/v4.2.0...v4.2.1)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 99.66% when pulling a05445323d44d712a7ceb315ac940582988098ee on dependabot/bundler/puma-4.2.1 into effd37e58adeb79b7e05cff8a924905a9cb1f54d on master.

dependabot-preview[bot] commented 4 years ago

Looks like puma is up-to-date now, so this is no longer needed.