miq_bot
miq_bot copied to clipboard
Bump fugit from 1.9.0 to 1.11.1
Bumps fugit from 1.9.0 to 1.11.1.
Changelog
Sourced from fugit's changelog.
fugit 1.11.1 released 2024-08-15
- Prevent nat parsing chocking on long input (> 256 chars), gh-104
fugit 1.11.0 released 2024-04-24
fugit 1.10.1 released 2024-02-29
- Fix on Ruby 2.2.6 thanks to
@aunghtain, gh-93fugit 1.10.0 released 2024-02-22
- Implement
Fugit::Cron#within(time_start, time_end)- Implement
Fugit::Cron#within(time_range)- Implement iterator-returning
Fugit::Cron#nextand#prev
Commits
228b53dRelease 1.11.12a0ec27Upgrade Ruby test matrix versionsad2c1c9Lower time expectations for labby rubies, gh-104767ef55Add spec for Fugit.parse() and .do_parse, gh-104025ad7bBring in spec helpers from raabroa9a2628Add Fugit::Nat.parse() spec input len > 256 gh-1042a11805Add note about nat 256 char limit, gh-1046a75274Peg Fugit::Nat.parse(s) at 256 chars, gh-104d2f6cf3Prepare 1.11.1a172e7bRelease 1.11.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
@dependabot rebase