Bump debug from 1.10.0 to 1.11.0 by dependabot[bot] · Pull Request #14 · tannerkirkendall/HoursOutsideAPI
Bumps debug from 1.10.0 to 1.11.0.
Release notes
Sourced from debug's releases.
v1.11.0
What's Changed
- Configurations
- Add
show_src_lines_frameoption by@HeyNonsterin ruby/debug#1138no_repeatoption by@ko1in ruby/debug#1140- Support XDG directories for config and history files by
@jgarber623in ruby/debug#1055- fix hitory file path by
@ko1in ruby/debug#1146- Fix
- Fix FrameInfo#block_identifier by
@andrepiskein ruby/debug#1137- The debug gem can abort when stepping into a rescue clause: by
@mamein ruby/debug#1142- Explicitly skip TracePoint events in internal code by
@mamein ruby/debug#1143- Fix encoding crash when LANG environment is empty by
@jsxs0in ruby/debug#1144- Misc
- Normalize formatting, grammar, etc… by
@stevenharmanin ruby/debug#1136- Fix help message of the
evalcommand by@matthieupratin ruby/debug#1130- Self-document the XDG_STATE_HOME fallback by
@jasonkarnsin ruby/debug#1148New Contributors
@HeyNonstermade their first contribution in ruby/debug#1138@andrepiskemade their first contribution in ruby/debug#1137@stevenharmanmade their first contribution in ruby/debug#1136@matthieupratmade their first contribution in ruby/debug#1130@jsxs0made their first contribution in ruby/debug#1144@jgarber623made their first contribution in ruby/debug#1055@jasonkarnsmade their first contribution in ruby/debug#1148Full Changelog: ruby/debug@v1.10.0...v1.11.0
Commits
a86adbbv1.11.0ec0a966Self-document the XDG_STATE_HOME fallback43f80fffix hitory file pathf0579e4Support config.rb in XDG config path (#1031)b63bd2eAdd XDG support for rdbgrc file (#1031)630dbfaAdd XDG support for history file (#1031)bd9a813Fix load_history method64c0c72fix: use String#scrub to handle encoding gracefully29bb179fix: handle UTF-8 history with empty LANG env32f55ffFix help message of theevalcommand- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.