detectify
detectify copied to clipboard
Update byebug requirement from ~> 9.0 to ~> 10.0
Updates the requirements on byebug to permit the latest version.
Release notes
Sourced from byebug's releases.
10.0.2
Fixed
- Error when using byebug with
debasegem (#447, @tzmfreedom)
Changelog
Sourced from byebug's changelog.
[10.0.2] - 2018-03-30
Fixed
- #447: Error when using byebug with
debasegem ([@tzmfreedom]).[10.0.1] - 2018-03-21
Fixed
- #443: Error when using byebug with
debasegem ([@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
defkeyword.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_byebugshortcut 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
interruptmain thread only a single time.[9.1.0] - 2017-08-22
Added
- Better UI messages for breakpoint management.
Fixed
wherecommand failing on instance_exec block stack frames.- #321:
restartcommand crashing in certain cases because of a missingrequire "English"([@akaneko3]).- #321:
restartcommand 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
788d0e7Get ready for 10.0.2 release (#451)71ec509Rename functions that conflict with debase's (#447)bca14a1Merge pull request #450 from deivid-rodriguez/update_rubiesc315e97Revert cf11a561021337bFixed names for circleCI jobsfb53f60Automatically remove containers when exiting8e91234Bump ruby versions we test against10895fdMerge pull request #448 from deivid-rodriguez/pin_test_reporter_versionc68bef8Bump rake from 12.3.0 to 12.3.1 (#446)f2a8ccbPin test reporter version- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)