Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump byebug from 3.5.1 to 9.0.6 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps byebug from 3.5.1 to 9.0.6.

Release notes

Sourced from byebug's releases.

9.0.6

Fixed

  • Error when using byebug with a ruby compiled against libedit (#241).
  • Allow Byebug.start_server to yield the block passed to it when the actual
    port is already known (#277, thanks cben).
  • Use a standard license name so it can be more reliably used by tools (#275).

9.0.5

Fixed

  • Error loading rc file when ENV['HOME'] is unset.

9.0.4

Fixed

  • Errors in rc file not being displayed to the user.

9.0.3

Fixed

  • Unfriendly output in byebug's executable when no script specified (#256).
  • Unfriendly output in byebug's executable when script doesn't exist.
  • Unfriendly output in byebug's executable when script has invalid code.

9.0.2

Fixed

  • Skip to get a line in eval context (#263, thanks k0kubun).
  • Debugger getting disabled after continue even when linetrace is enabled
    (#264, thanks k0kubun).

9.0.1

  • quit never exiting when remote debugging (#201).

9.0.0

Fixed

  • irb command unintentionally changing $PROGRAM_NAME.
  • pry command failing.
  • Unrelated error message when using pry command and Pry not installed.
  • Interrupting program execution from remote control interface (#239, thanks
    izaera).

Removed

  • Official Ruby 2.0.0 support. var local no longer works in Ruby 2.0. The
    rest of the commands should still work as before, but byebug is no longer
    tested against this version so they might start breaking in the
    future.

8.2.5

Fixed

8.2.4

... (truncated)
Changelog

Sourced from byebug's changelog.

[9.0.6] - 2016-09-29

Fixed

  • #241: Error when using byebug with a ruby compiled against libedit.
  • #277: Allow Byebug.start_server to yield the block passed to it when the actual port is already known ([cben]).
  • #275: Use a standard license name so it can be more reliably used by tools.

[9.0.5] - 2016-05-28

Fixed

  • Error loading rc file when ENV["HOME"] is unset.

[9.0.4] - 2016-05-19

Fixed

  • Errors in rc file not being displayed to the user.

[9.0.3] - 2016-05-16

Fixed

  • #256: Unfriendly output in byebug's executable when no script specified.
  • Unfriendly output in byebug's executable when script doesn't exist.
  • Unfriendly output in byebug's executable when script has invalid code.

[9.0.2] - 2016-05-15

Fixed

  • #263: Skip to get a line in eval context ([k0kubun]).
  • #264: Debugger getting disabled after continue even when linetrace is enabled ([k0kubun]).

[9.0.1] - 2016-05-14

Fixed

  • #201: quit never exiting when remote debugging.

[9.0.0] - 2016-05-11

Fixed

  • irb command unintentionally changing $PROGRAM_NAME.
  • pry command failing.
  • Unrelated error message when using pry command and Pry not installed.
  • #239: Interrupting program execution from remote control interface ([izaera]).
... (truncated)
Commits
  • 7ddb792 Merge pull request #288 from deivid-rodriguez/9.0.6_release
  • 5489e04 Get ready for 9.0.6 release
  • 1844689 Backfill change log
  • 8bbbff8 Merge pull request #269 from deivid-rodriguez/libedit_improvements
  • 7617dfd Enable testing against libedit in Travis
  • d6d4d20 Access Readline::HISTORY array at a single place
  • ac080cc Fixes InvalidIndex readline history error
  • f54f5be Dockerfile
  • 3a71f82 Compress block to a single line
  • f1ec3b5 Remove method arg that's false implicitly
  • Additional commits viewable in compare view

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:

  • 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 dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant