Update dependency knapsack to v4 #39
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
1.14.0
->4.0.0
Release Notes
KnapsackPro/knapsack (knapsack)
v4.0.0
Compare Source
(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.#117
v3.1.0
Compare Source
Sorting Algorithm: round robin to least connections
#99
v3.0.0
Compare Source
(breaking change) Require minimum Ruby 2.2 version
#115
(breaking change) Drop support for Minitest 4.x. Force to use minitest 5.x even on CI.
#114
Replace Travis CI with GitHub Actions
#112
v2.0.0
Compare Source
(breaking change) Ruby 2.1 is a minimum required version
#113
Use Ruby 3 and add small development adjustments in codebase
#110
v1.22.0
Compare Source
Update time offset warning
#105
v1.21.1
Compare Source
Fix a bug with tracking time for pending specs in RSpec
#109
v1.21.0
Compare Source
Track time in before and after
:context
hooks#107
v1.20.0
Compare Source
Use
Process.clock_gettime
to measure track execution time#100
v1.19.0
Compare Source
Add support for Bitbucket Pipelines
#97
v1.18.0
Compare Source
Add support for Semaphore 2.0
#92
v1.17.2
Compare Source
Allow for new
bundler
in developmentTest Ruby 2.6 on CI
Add info about Knapsack Pro Queue Mode in knapsack output
Update URL to FAQ in knapsack output
#90
v1.17.1
Compare Source
Fix RSpec signal handling by replacing process
#86
v1.17.0
Compare Source
Add support for GitLab CI ENV variable
CI_NODE_INDEX
starting from 1.#83
v1.16.0
Compare Source
Add support for Ruby >= 1.9.3.
#77
v1.15.0
Compare Source
Add support for Cucumber 3.
#68
v1.14.1
Compare Source
Update RSpec timing adapter to be more resilient.
#64
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.