kenigbolo / openSalon

An open source saloon booking and management system for beauty/hair care providers and the general public
https://www.opensalon.herokuapp.com
3 stars 3 forks source link

Bump byebug from 9.0.6 to 10.0.2 #11

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps byebug from 9.0.6 to 10.0.2.

Release notes *Sourced from [byebug's releases](https://github.com/deivid-rodriguez/byebug/releases).* > ## 10.0.2 > ### Fixed > > * 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-knk**](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)). > > ## 9.1.0 > ### Added > > * Better UI messages for breakpoint management. > > ### Fixed > > * `where` command failing on instance_exec block stack frames. > * `restart` command crashing in certain cases because of a missing `require 'English'` ([#321](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/321), [**akaneko3**](https://github.com/akaneko3)). > * `restart` command crashing when debugged script is not executable or has no shebang ([#321](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/321), [**akaneko3**](https://github.com/akaneko3)). > > ### Removed > > * Ruby 2.0 and Ruby 2.1 official & unofficial support. Byebug no longer installs > on these platforms.
Changelog *Sourced from [byebug's changelog](https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md).* > ## [10.0.2] - 2018-03-30 > > ### Fixed > > * [#447](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/pull/447): Error when using byebug with `debase` gem ([[**tzmfreedom**](https://github.com/tzmfreedom)]). > > ## [10.0.1] - 2018-03-21 > > ### Fixed > > * [#443](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/pull/443): Error when using byebug with `debase` gem ([[**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 > > * [#393](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/pull/393): Show valid breakpoint locations when invalid location given ([[**ko1**](https://github.com/ko1)]). > * [#397](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/pull/397): Ruby 2.5.0 support ([[**yui-knk**](https://github.com/yui-knk)]). > * Log host & port when launching byebug's client in remote mode. > * [#82](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/82): Some love & tests to remote debugging. > * [#141](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/141): `remote_byebug` shortcut to start the most common case for remote debugging. > > ### Fixed > > * [#419](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/pull/419): Properly ignore ruby fullpath executable when passed to byebug script. > * [#141](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/141): Remote server crash when interrupting client. > * [#274](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/274): Remote server crash when interrupting client. > * [#239](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/issues/239): Control server thread being able to `interrupt` main thread only a single time. > > ## [9.1.0] - 2017-08-22 > > ### Added > > * Better UI messages for breakpoint management. > > ### Fixed > > * `where` command failing on instance_exec block stack frames. > * [#321](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/pull/321): `restart` command crashing in certain cases because of a missing `require "English"` ([[**akaneko3**](https://github.com/akaneko3)]). > * [#321](https://github-redirect.dependabot.com/deivid-rodriguez/byebug/pull/321): `restart` command crashing when debugged script is not executable or has no shebang ([[**akaneko3**](https://github.com/akaneko3)]). > > ### Removed > > * Ruby 2.0 and Ruby 2.1 official & unofficial support. Byebug no longer installs on these platforms.
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.0.6...v10.0.2)


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 cancel merge` will cancel a previously requested merge - `@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.