Update dependency knapsack to v4
This MR contains the following updates:
Package | Update | Change |
---|---|---|
knapsack | major |
'~> 1.22.0' -> '~> 4.0.0'
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
KnapsackPro/knapsack (knapsack)
v4.0.0
-
(breaking change) Remove support for RSpec 2.x. This change was already done by accident in the pull request when we added the RSpec
context
hook, which is available only since RSpec 3.x. -
Use RSpec
example
block argument instead of the globalRSpec.current_example
. This allows to run tests with theasync-rspec
gem.
v3.1.0
-
Sorting Algorithm: round robin to least connections
v3.0.0
-
(breaking change) Require minimum Ruby 2.2 version
-
(breaking change) Drop support for Minitest 4.x. Force to use minitest 5.x even on CI.
-
Replace Travis CI with GitHub Actions
v2.0.0
-
(breaking change) Ruby 2.1 is a minimum required version
-
Use Ruby 3 and add small development adjustments in codebase
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.