Skip to content

Commit aebb1d3

Browse files
Update dependency rake to v13.4.1 (#802)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [rake](https://redirect.github.com/ruby/rake) ([changelog](https://redirect.github.com/ruby/rake/releases)) | `13.3.1` → `13.4.1` | ![age](https://developer.mend.io/api/mc/badges/age/rubygems/rake/13.4.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rake/13.3.1/13.4.1?slim=true) | --- ### Release Notes <details> <summary>ruby/rake (rake)</summary> ### [`v13.4.1`](https://redirect.github.com/ruby/rake/releases/tag/v13.4.1) [Compare Source](https://redirect.github.com/ruby/rake/compare/v13.4.0...v13.4.1) <!-- Release notes generated using configuration in .github/release.yml at v13.4.1 --> #### What's Changed - Add `lib/rake/options.rb` to gemspec by [@&#8203;hsbt](https://redirect.github.com/hsbt) in [#&#8203;721](https://redirect.github.com/ruby/rake/pull/721) **Full Changelog**: <ruby/rake@v13.4.0...v13.4.1> ### [`v13.4.0`](https://redirect.github.com/ruby/rake/releases/tag/v13.4.0) [Compare Source](https://redirect.github.com/ruby/rake/compare/v13.3.1...v13.4.0) <!-- Release notes generated using configuration in .github/release.yml at v13.4.0 --> #### What's Changed - refactor: fix ambiguous regexp / assertion in one of the tests by [@&#8203;pvdb](https://redirect.github.com/pvdb) in [#&#8203;667](https://redirect.github.com/ruby/rake/pull/667) - Fix RDoc formatting in doc/command\_line\_usage.rdoc by [@&#8203;hsbt](https://redirect.github.com/hsbt) in [#&#8203;693](https://redirect.github.com/ruby/rake/pull/693) - Document implicit file tasks by [@&#8203;hsbt](https://redirect.github.com/hsbt) in [#&#8203;692](https://redirect.github.com/ruby/rake/pull/692) - Show `chdir` option as a command by [@&#8203;nobu](https://redirect.github.com/nobu) in [#&#8203;552](https://redirect.github.com/ruby/rake/pull/552) - Verbose console by [@&#8203;kaiquekandykoga](https://redirect.github.com/kaiquekandykoga) in [#&#8203;394](https://redirect.github.com/ruby/rake/pull/394) - Align example with text by [@&#8203;henrebotha](https://redirect.github.com/henrebotha) in [#&#8203;632](https://redirect.github.com/ruby/rake/pull/632) - Allow accept multiple files to `TEST` env var by [@&#8203;Yegorov](https://redirect.github.com/Yegorov) in [#&#8203;712](https://redirect.github.com/ruby/rake/pull/712) - Replace Rake's Win32-specific logic with a 100% equivalent, pure-Ruby implementation by [@&#8203;pvdb](https://redirect.github.com/pvdb) in [#&#8203;669](https://redirect.github.com/ruby/rake/pull/669) - Add Options class and switch Application to use it instead of anonymous Struct by [@&#8203;hsbt](https://redirect.github.com/hsbt) in [#&#8203;694](https://redirect.github.com/ruby/rake/pull/694) - Accept Pathname object as rule's prerequisite by [@&#8203;gemmaro](https://redirect.github.com/gemmaro) in [#&#8203;528](https://redirect.github.com/ruby/rake/pull/528) - Dedupe and simplify `standard_system_dir` by [@&#8203;pvdb](https://redirect.github.com/pvdb) in [#&#8203;713](https://redirect.github.com/ruby/rake/pull/713) #### New Contributors - [@&#8203;kaiquekandykoga](https://redirect.github.com/kaiquekandykoga) made their first contribution in [#&#8203;394](https://redirect.github.com/ruby/rake/pull/394) - [@&#8203;henrebotha](https://redirect.github.com/henrebotha) made their first contribution in [#&#8203;632](https://redirect.github.com/ruby/rake/pull/632) - [@&#8203;Yegorov](https://redirect.github.com/Yegorov) made their first contribution in [#&#8203;712](https://redirect.github.com/ruby/rake/pull/712) **Full Changelog**: <ruby/rake@v13.3.1...v13.4.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone Asia/Tokyo) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d5c045 commit aebb1d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ GEM
7575
rackup (2.3.1)
7676
rack (>= 3)
7777
rainbow (3.1.1)
78-
rake (13.3.1)
78+
rake (13.4.2)
7979
rb-fsevent (0.11.2)
8080
rb-inotify (0.11.1)
8181
ffi (~> 1.0)

0 commit comments

Comments
 (0)