Release notes
*Sourced from byebug's [releases](https://github.com/deivid-rodriguez/byebug/releases).*
> ## 10.0.2
> * Error when using byebug with `debase` gem ([#447](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/447), [**tzmfreedom**](https://github.com/tzmfreedom))
>
> ## 10.0.1
> ### Fixed
>
> * Error when using byebug with `debase` gem ([#443](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/443), [**tzmfreedom**](https://github.com/tzmfreedom))
>
> ## 10.0.0
> ### Changed
>
> * Breaking on methods now stops on the first effective line of a method, not on
> the line containing the `def` keyword.
>
> ### Added
>
> * Show valid breakpoint locations when invalid location given ([#393](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/393), [**ko1**](https://github.com/ko1)).
> * Ruby 2.5.0 support ([#397](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/397), [**yui**](https://github.com/yui)-knk).
> * Log host & port when launching byebug's client in remote mode.
> * Some love & tests to remote debugging ([#82](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/82)).
> * `remote_byebug` shortcut to start the most common case for remote debugging ([#141](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/141)).
Changelog
*Sourced from byebug's [changelog](https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md).*
> ## 10.0.2 - 2018-03-30
>
> * Error when using byebug with `debase` gem ([#447](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/447), [**tzmfreedom**](https://github.com/tzmfreedom))
>
> ## 10.0.1 - 2018-03-21
>
> ### Fixed
>
> * Error when using byebug with `debase` gem ([#443](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/443), [**tzmfreedom**](https://github.com/tzmfreedom))
>
> ## 10.0.0 - 2018-01-26
>
> ### Changed
>
> * Breaking on methods now stops on the first effective line of a method, not on
> the line containing the `def` keyword.
>
> ### Added
>
> * Show valid breakpoint locations when invalid location given ([#393](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/393), [**ko1**](https://github.com/ko1)).
> * Ruby 2.5.0 support ([#397](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/397), [**yui**](https://github.com/yui)-knk).
> * Log host & port when launching byebug's client in remote mode.
> * Some love & tests to remote debugging ([#82](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/82)).
> * `remote_byebug` shortcut to start the most common case for remote debugging ([#141](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/141)).
>
> ### Fixed
>
> * Properly ignore ruby fullpath executable when passed to byebug script ([#419](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/419)).
> * Remote server crash when interrupting client ([#141](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/141), [#274](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/274)).
> * Control server thread being able to `interrupt` main thread only a single time. ([#239](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/239)).
Commits
- [`788d0e7`](https://github.com/deivid-rodriguez/byebug/commit/788d0e779ddbc88ad0c9c4a217d962e356e46dc6) Get ready for 10.0.2 release ([#451](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/451))
- [`71ec509`](https://github.com/deivid-rodriguez/byebug/commit/71ec5096ff582530c80906f3af542fcdd2c07466) Rename functions that conflict with debase's ([#447](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/447))
- [`bca14a1`](https://github.com/deivid-rodriguez/byebug/commit/bca14a19544383f1f8b6c4a51b4aeda932735e59) Merge pull request [#450](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/450) from deivid-rodriguez/update_rubies
- [`c315e97`](https://github.com/deivid-rodriguez/byebug/commit/c315e973bd47e8bdd779210d3bd35ef82dec9391) Revert cf11a561
- [`021337b`](https://github.com/deivid-rodriguez/byebug/commit/021337b794904661900f15c178da8d90cc3d02c8) Fixed names for circleCI jobs
- [`fb53f60`](https://github.com/deivid-rodriguez/byebug/commit/fb53f60ba019691767729111dec4c5f1e00c5197) Automatically remove containers when exiting
- [`8e91234`](https://github.com/deivid-rodriguez/byebug/commit/8e91234eea47f75a11d1c70016d9688859315f5e) Bump ruby versions we test against
- [`10895fd`](https://github.com/deivid-rodriguez/byebug/commit/10895fd9f5111a68c2f9f179fdbaec7da8a89e85) Merge pull request [#448](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/448) from deivid-rodriguez/pin_test_reporter_version
- [`c68bef8`](https://github.com/deivid-rodriguez/byebug/commit/c68bef80718d858a3287dfd1196f4b5884c82dee) Bump rake from 12.3.0 to 12.3.1 ([#446](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/446))
- [`f2a8ccb`](https://github.com/deivid-rodriguez/byebug/commit/f2a8ccb8dc05478d0067384d965758ebd4ef9123) Pin test reporter version
- Additional commits viewable in [compare view](https://github.com/deivid-rodriguez/byebug/compare/v9.1.0...v10.0.2)
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 ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language
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)
- Out-of-range updates (receive only lockfile updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps byebug from 9.1.0 to 10.0.2.
Release notes
*Sourced from byebug's [releases](https://github.com/deivid-rodriguez/byebug/releases).* > ## 10.0.2 > * Error when using byebug with `debase` gem ([#447](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/447), [**tzmfreedom**](https://github.com/tzmfreedom)) > > ## 10.0.1 > ### Fixed > > * Error when using byebug with `debase` gem ([#443](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/443), [**tzmfreedom**](https://github.com/tzmfreedom)) > > ## 10.0.0 > ### Changed > > * Breaking on methods now stops on the first effective line of a method, not on > the line containing the `def` keyword. > > ### Added > > * Show valid breakpoint locations when invalid location given ([#393](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/393), [**ko1**](https://github.com/ko1)). > * Ruby 2.5.0 support ([#397](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/397), [**yui**](https://github.com/yui)-knk). > * Log host & port when launching byebug's client in remote mode. > * Some love & tests to remote debugging ([#82](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/82)). > * `remote_byebug` shortcut to start the most common case for remote debugging ([#141](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/141)).Changelog
*Sourced from byebug's [changelog](https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md).* > ## 10.0.2 - 2018-03-30 > > * Error when using byebug with `debase` gem ([#447](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/447), [**tzmfreedom**](https://github.com/tzmfreedom)) > > ## 10.0.1 - 2018-03-21 > > ### Fixed > > * Error when using byebug with `debase` gem ([#443](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/443), [**tzmfreedom**](https://github.com/tzmfreedom)) > > ## 10.0.0 - 2018-01-26 > > ### Changed > > * Breaking on methods now stops on the first effective line of a method, not on > the line containing the `def` keyword. > > ### Added > > * Show valid breakpoint locations when invalid location given ([#393](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/393), [**ko1**](https://github.com/ko1)). > * Ruby 2.5.0 support ([#397](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/397), [**yui**](https://github.com/yui)-knk). > * Log host & port when launching byebug's client in remote mode. > * Some love & tests to remote debugging ([#82](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/82)). > * `remote_byebug` shortcut to start the most common case for remote debugging ([#141](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/141)). > > ### Fixed > > * Properly ignore ruby fullpath executable when passed to byebug script ([#419](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/419)). > * Remote server crash when interrupting client ([#141](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/141), [#274](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/274)). > * Control server thread being able to `interrupt` main thread only a single time. ([#239](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/239)).Commits
- [`788d0e7`](https://github.com/deivid-rodriguez/byebug/commit/788d0e779ddbc88ad0c9c4a217d962e356e46dc6) Get ready for 10.0.2 release ([#451](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/451)) - [`71ec509`](https://github.com/deivid-rodriguez/byebug/commit/71ec5096ff582530c80906f3af542fcdd2c07466) Rename functions that conflict with debase's ([#447](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/447)) - [`bca14a1`](https://github.com/deivid-rodriguez/byebug/commit/bca14a19544383f1f8b6c4a51b4aeda932735e59) Merge pull request [#450](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/450) from deivid-rodriguez/update_rubies - [`c315e97`](https://github.com/deivid-rodriguez/byebug/commit/c315e973bd47e8bdd779210d3bd35ef82dec9391) Revert cf11a561 - [`021337b`](https://github.com/deivid-rodriguez/byebug/commit/021337b794904661900f15c178da8d90cc3d02c8) Fixed names for circleCI jobs - [`fb53f60`](https://github.com/deivid-rodriguez/byebug/commit/fb53f60ba019691767729111dec4c5f1e00c5197) Automatically remove containers when exiting - [`8e91234`](https://github.com/deivid-rodriguez/byebug/commit/8e91234eea47f75a11d1c70016d9688859315f5e) Bump ruby versions we test against - [`10895fd`](https://github.com/deivid-rodriguez/byebug/commit/10895fd9f5111a68c2f9f179fdbaec7da8a89e85) Merge pull request [#448](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/448) from deivid-rodriguez/pin_test_reporter_version - [`c68bef8`](https://github.com/deivid-rodriguez/byebug/commit/c68bef80718d858a3287dfd1196f4b5884c82dee) Bump rake from 12.3.0 to 12.3.1 ([#446](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/446)) - [`f2a8ccb`](https://github.com/deivid-rodriguez/byebug/commit/f2a8ccb8dc05478d0067384d965758ebd4ef9123) Pin test reporter version - Additional commits viewable in [compare view](https://github.com/deivid-rodriguez/byebug/compare/v9.1.0...v10.0.2)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 ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language 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) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.