Skip to content

Commit ee2f612

Browse files
Update dependency rake to v13.3.1 (#694)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [rake](https://redirect.github.com/ruby/rake) ([changelog](https://redirect.github.com/ruby/rake/releases)) | `13.3.0` -> `13.3.1` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/rake/13.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rake/13.3.0/13.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ruby/rake (rake)</summary> ### [`v13.3.1`](https://redirect.github.com/ruby/rake/releases/tag/v13.3.1) [Compare Source](https://redirect.github.com/ruby/rake/compare/v13.3.0...v13.3.1) #### What's Changed - Remove useless condition check by [@&#8203;DormancyWang](https://redirect.github.com/DormancyWang) in [#&#8203;636](https://redirect.github.com/ruby/rake/pull/636) - Added document for RAKEOPT by [@&#8203;hsbt](https://redirect.github.com/hsbt) in [#&#8203;639](https://redirect.github.com/ruby/rake/pull/639) - lewagon/wait-on-check-action didn't need bot token by [@&#8203;hsbt](https://redirect.github.com/hsbt) in [#&#8203;642](https://redirect.github.com/ruby/rake/pull/642) - Fixed wrong name of environmental variable by [@&#8203;hsbt](https://redirect.github.com/hsbt) in [#&#8203;643](https://redirect.github.com/ruby/rake/pull/643) - The old Ruby version of Windows is broken by [@&#8203;hsbt](https://redirect.github.com/hsbt) in [#&#8203;647](https://redirect.github.com/ruby/rake/pull/647) - Avoid to use `it` by [@&#8203;hsbt](https://redirect.github.com/hsbt) in [#&#8203;650](https://redirect.github.com/ruby/rake/pull/650) - Fixed assertion result with the latest stable version of JRuby by [@&#8203;hsbt](https://redirect.github.com/hsbt) in [#&#8203;655](https://redirect.github.com/ruby/rake/pull/655) - Fixup `test_load_error_raised_implicitly` with JRuby by [@&#8203;hsbt](https://redirect.github.com/hsbt) in [#&#8203;657](https://redirect.github.com/ruby/rake/pull/657) - Set source\_code\_uri metadata to this gem's public repo URL by [@&#8203;amatsuda](https://redirect.github.com/amatsuda) in [#&#8203;662](https://redirect.github.com/ruby/rake/pull/662) - Fix TaskArguments#deconstruct\_keys with keys = nil by [@&#8203;nevans](https://redirect.github.com/nevans) in [#&#8203;635](https://redirect.github.com/ruby/rake/pull/635) - refactor: only include `lib` in `$LOAD_PATH` if not included yet by [@&#8203;pvdb](https://redirect.github.com/pvdb) in [#&#8203;610](https://redirect.github.com/ruby/rake/pull/610) - silence warnings during execution of rake tasks in Rakefile (ex: rake test) by [@&#8203;luke-gru](https://redirect.github.com/luke-gru) in [#&#8203;483](https://redirect.github.com/ruby/rake/pull/483) #### New Contributors - [@&#8203;DormancyWang](https://redirect.github.com/DormancyWang) made their first contribution in [#&#8203;636](https://redirect.github.com/ruby/rake/pull/636) - [@&#8203;amatsuda](https://redirect.github.com/amatsuda) made their first contribution in [#&#8203;662](https://redirect.github.com/ruby/rake/pull/662) - [@&#8203;nevans](https://redirect.github.com/nevans) made their first contribution in [#&#8203;635](https://redirect.github.com/ruby/rake/pull/635) - [@&#8203;luke-gru](https://redirect.github.com/luke-gru) made their first contribution in [#&#8203;483](https://redirect.github.com/ruby/rake/pull/483) **Full Changelog**: <ruby/rake@v13.3.0...v13.3.1> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f238ed4 commit ee2f612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ GEM
6262
rackup (2.2.1)
6363
rack (>= 3)
6464
rainbow (3.1.1)
65-
rake (13.3.0)
65+
rake (13.3.1)
6666
rb-fsevent (0.11.2)
6767
rb-inotify (0.11.1)
6868
ffi (~> 1.0)

0 commit comments

Comments
 (0)