ThoughtWorksInc / transervicos

33 stars 14 forks source link

Bump byebug from 8.2.1 to 10.0.2 #151

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps byebug from 8.2.1 to 10.0.2.

Release notes

Sourced from byebug's releases.

10.0.2

Fixed

10.0.1

Fixed

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, @ko1).
  • Ruby 2.5.0 support (#397, @yui-knk).
  • Log host & port when launching byebug's client in remote mode.
  • Some love & tests to remote debugging (#82).
  • remote_byebug shortcut to start the most common case for remote debugging (#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, @akaneko3).
  • restart command crashing when debugged script is not executable or has no shebang (#321, @akaneko3).

Removed

  • Ruby 2.0 and Ruby 2.1 official & unofficial support. Byebug no longer installs on these platforms.

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.
... (truncated)
Changelog

Sourced from byebug's changelog.

[10.0.2] - 2018-03-30

Fixed

[10.0.1] - 2018-03-21

Fixed

[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: Show valid breakpoint locations when invalid location given ([@ko1]).
  • #397: Ruby 2.5.0 support ([@yui-knk]).
  • Log host & port when launching byebug's client in remote mode.
  • #82: Some love & tests to remote debugging.
  • #141: remote_byebug shortcut to start the most common case for remote debugging.

Fixed

  • #419: Properly ignore ruby fullpath executable when passed to byebug script.
  • #141: Remote server crash when interrupting client.
  • #274: Remote server crash when interrupting client.
  • #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: restart command crashing in certain cases because of a missing require "English" ([@akaneko3]).
  • #321: restart command crashing when debugged script is not executable or has no shebang ([@akaneko3]).

Removed

  • Ruby 2.0 and Ruby 2.1 official & unofficial support. Byebug no longer installs on these platforms.

[9.0.6] - 2016-09-29

... (truncated)
Commits
  • 788d0e7 Get ready for 10.0.2 release (#451)
  • 71ec509 Rename functions that conflict with debase's (#447)
  • bca14a1 Merge pull request #450 from deivid-rodriguez/update_rubies
  • c315e97 Revert cf11a561
  • 021337b Fixed names for circleCI jobs
  • fb53f60 Automatically remove containers when exiting
  • 8e91234 Bump ruby versions we test against
  • 10895fd Merge pull request #448 from deivid-rodriguez/pin_test_reporter_version
  • c68bef8 Bump rake from 12.3.0 to 12.3.1 (#446)
  • f2a8ccb Pin test reporter version
  • 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.


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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)