J3RN / time-tracker

A time tracking application
http://timesheet.j3rn.com
MIT License
6 stars 14 forks source link

Bump byebug from 10.0.2 to 11.0.0 #150

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps byebug from 10.0.2 to 11.0.0.

Release notes *Sourced from [byebug's releases](https://github.com/deivid-rodriguez/byebug/releases).* > ## 11.0.0 > ### Added > > * [#377](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/pull/377): `skip` to continue until the next breakpoint as long as it is different from the current one. You can use this command to get out of loops, for example ([@​tacnoman]). > * [#524](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/pull/524): `continue!` (or `continue unconditionally`) to continue until the end of the program regardless of the currently enabled breakpoints ([@​tacnoman]). > > ### Fixed > > * [#527](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/pull/527): `break` help text to clarify placeholders from literals. > * [#528](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/pull/528): `quit!` help to not show a space between "quit" and "!". > > ### Removed > > * Support for MRI 2.2. Byebug no longer installs on this platform. > > > > [Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.2...HEAD > [11.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.2...v11.0.0 > [10.0.2]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.1...v10.0.2 > [10.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.0...v10.0.1 > [10.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v9.1.0...v10.0.0 > [9.1.0]: https://github.com/deivid-rodriguez/byebug/compare/v9.0.6...v9.1.0 > [9.0.6]: https://github.com/deivid-rodriguez/byebug/compare/v9.0.5...v9.0.6 > [9.0.5]: https://github.com/deivid-rodriguez/byebug/compare/v9.0.4...v9.0.5 > [9.0.4]: https://github.com/deivid-rodriguez/byebug/compare/v9.0.3...v9.0.4 > [9.0.3]: https://github.com/deivid-rodriguez/byebug/compare/v9.0.2...v9.0.3 > [9.0.2]: https://github.com/deivid-rodriguez/byebug/compare/v9.0.1...v9.0.2 > [9.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v9.0.0...v9.0.1 > [9.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v8.2.5...v9.0.0 > [8.2.5]: https://github.com/deivid-rodriguez/byebug/compare/v8.2.4...v8.2.5 > [8.2.4]: https://github.com/deivid-rodriguez/byebug/compare/v8.2.3...v8.2.4 > [8.2.3]: https://github.com/deivid-rodriguez/byebug/compare/v8.2.2...v8.2.3 > [8.2.2]: https://github.com/deivid-rodriguez/byebug/compare/v8.2.1...v8.2.2 > [8.2.1]: https://github.com/deivid-rodriguez/byebug/compare/v8.2.0...v8.2.1 > [8.2.0]: https://github.com/deivid-rodriguez/byebug/compare/v8.1.0...v8.2.0 > [8.1.0]: https://github.com/deivid-rodriguez/byebug/compare/v8.0.1...v8.1.0 > [8.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v8.0.0...v8.0.1 > [8.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v7.0.0...v8.0.0 > [7.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v6.0.2...v7.0.0 > [6.0.2]: https://github.com/deivid-rodriguez/byebug/compare/v6.0.1...v6.0.2 > [6.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v6.0.0...v6.0.1 > [6.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v5.0.0...v6.0.0 > [5.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v4.0.5...v5.0.0 > [4.0.5]: https://github.com/deivid-rodriguez/byebug/compare/v4.0.4...v4.0.5 > [4.0.4]: https://github.com/deivid-rodriguez/byebug/compare/v4.0.3...v4.0.4 > [4.0.3]: https://github.com/deivid-rodriguez/byebug/compare/v4.0.2...v4.0.3 > [4.0.2]: https://github.com/deivid-rodriguez/byebug/compare/v4.0.1...v4.0.2 > [4.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v4.0.0...v4.0.1 > [4.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v3.5.1...v4.0.0 > ... (truncated)
Changelog *Sourced from [byebug's changelog](https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md).* > ## [11.0.0] - 2019-02-15 > > ### Added > > * [#377](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/pull/377): `skip` to continue until the next breakpoint as long as it is different from the current one. You can use this command to get out of loops, for example ([@​tacnoman]). > * [#524](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/pull/524): `continue!` (or `continue unconditionally`) to continue until the end of the program regardless of the currently enabled breakpoints ([@​tacnoman]). > > ### Fixed > > * [#527](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/pull/527): `break` help text to clarify placeholders from literals. > * [#528](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/pull/528): `quit!` help to not show a space between "quit" and "!". > > ### Removed > > * Support for MRI 2.2. Byebug no longer installs on this platform.
Commits - [`af25ece`](https://github.com/deivid-rodriguez/byebug/commit/af25ece0b5a43fd857d19a45206653d0c402cd10) Merge pull request [#541](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/541) from deivid-rodriguez/readme_tweaks - [`91a7fb5`](https://github.com/deivid-rodriguez/byebug/commit/91a7fb5a0251fd0de03ad5f7c275a630ab2d5463) Match Liberapay capitalization with link name - [`2473558`](https://github.com/deivid-rodriguez/byebug/commit/24735587f2780936b01306c098815a64fe7ab622) Capitalize Tidelift since it's a proper noun - [`a54b5ea`](https://github.com/deivid-rodriguez/byebug/commit/a54b5ea057cb50b95668754260c0ddc4fd506b63) Fix broken link in changelog ([#542](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/542)) - [`4cee869`](https://github.com/deivid-rodriguez/byebug/commit/4cee869656883702c6cc3ce50a48ef582b6e9cd6) Get ready for 11.0.0 release ([#540](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/540)) - [`cc71887`](https://github.com/deivid-rodriguez/byebug/commit/cc718877117b555a9b6c8ed12f0557eb06ef8560) Add standard Tidelift coordinated disclosure plan ([#539](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/539)) - [`3adbd4b`](https://github.com/deivid-rodriguez/byebug/commit/3adbd4b8745d88504ba338452993a87e7c58536f) Merge pull request [#529](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/529) from deivid-rodriguez/windows_test_improvements - [`e7dcb07`](https://github.com/deivid-rodriguez/byebug/commit/e7dcb07fd76d2d203549444b13d12c84c24c4084) Remove leftover debugging config - [`eb8bfe5`](https://github.com/deivid-rodriguez/byebug/commit/eb8bfe5e1660da7a0df1dc1060adc5738f5c609a) Add ruby 2.6 appveyor job - [`609de34`](https://github.com/deivid-rodriguez/byebug/commit/609de34435910c3141520498c867a5ecc99efc77) Stop testing against x86 variants - Additional commits viewable in [compare view](https://github.com/deivid-rodriguez/byebug/compare/v10.0.2...v11.0.0)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #160.