Skip to content

Commit e477c06

Browse files
Update dependency rbs to v3.10.3 (#755)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [rbs](https://redirect.github.com/ruby/rbs) ([changelog](https://redirect.github.com/ruby/rbs/blob/master/CHANGELOG.md)) | `3.10.2` → `3.10.3` | ![age](https://developer.mend.io/api/mc/badges/age/rubygems/rbs/3.10.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rbs/3.10.2/3.10.3?slim=true) | --- ### Release Notes <details> <summary>ruby/rbs (rbs)</summary> ### [`v3.10.3`](https://redirect.github.com/ruby/rbs/releases/tag/v3.10.3): 3.10.3 [Compare Source](https://redirect.github.com/ruby/rbs/compare/v3.10.2...v3.10.3) [Release note](https://redirect.github.com/ruby/rbs/wiki/Release-Note-3.10) This is a minor fix around the dependency to `tsort`. #### Pull Requests - Merge pull request [#&#8203;2601](https://redirect.github.com/ruby/rbs/issues/2601) from ima1zumi/add-tsort-dep ([#&#8203;2834](https://redirect.github.com/ruby/rbs/pull/2834)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-ruby). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a04e5f9 commit e477c06

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ GEM
6666
rb-fsevent (0.11.2)
6767
rb-inotify (0.11.1)
6868
ffi (~> 1.0)
69-
rbs (3.10.2)
69+
rbs (3.10.3)
7070
logger
71+
tsort
7172
regexp_parser (2.11.3)
7273
rexml (3.4.4)
7374
rspec (3.13.2)
@@ -119,6 +120,7 @@ GEM
119120
strscan (3.1.3)
120121
terminal-table (4.0.0)
121122
unicode-display_width (>= 1.1.1, < 4)
123+
tsort (0.1.1)
122124
tzinfo (2.0.6)
123125
concurrent-ruby (~> 1.0)
124126
unicode-display_width (3.2.0)

0 commit comments

Comments
 (0)