puppetlabs_spec_helper icon indicating copy to clipboard operation
puppetlabs_spec_helper copied to clipboard

Update pathspec requirement from >= 0.2.1, < 1.1.0 to >= 0.2.1, < 1.2.0

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Updates the requirements on pathspec to permit the latest version.

Release notes

Sourced from pathspec's releases.

1.1.3 Man Page Generation

In the switchover to GH actions, I forgot about the docs generation step. I've re-added the docs generation step to the GH workflow so the docs should be included once this tag is made and the workflow runs/pushed to RG.

SHA: c4e7ff4c4019499488874e21c37a1e2473d5123cfce6f13ecb07f42c0f8c5d23

Changelog

Sourced from pathspec's changelog.

pathspec-ruby CHANGELOG

1.1.0 (Minor Release)

  • (Maint) Updated Supported Ruby Versions
  • (Maint) Linting corrections

Undocumented Releases (Sorry!)

0.2.0 (Minor Release)

  • (Feature) A CLI tool, pathspec-rb, is now provided with the gem.
  • (API Change) New namespace for gem: PathSpec: Everything is now namespaced under PathSpec, to prevent naming collisions with other libraries. Thanks @​tenderlove!
  • (License) License version updated to Apache 2. Thanks @​kytrinyx!
  • (Maint) Pruned Supported Ruby Versions. We now test: 2.2.9, 2.3.6 and 2.4.3.
  • (Maint) Ruby 2.5.0 testing is blocked on Travis, but should work locally. Thanks @​SumLare!
  • (Maint) Added Rubocop and made some corrections

0.1.2 (Patch/Bug Fix Release)

0.1.0 (Minor Release)

0.0.2 (Patch/Bug Fix Release)

  • Fixed issues with Ruby 1.8.7/2.1.1
  • Added more testing scripts
  • Fixed Windows path related issues
  • Cleanup unnecessary things in gem

0.0.1

  • Initial version.
Commits
  • 5d3daab Bump to 1.1.3
  • 0417bf3 Update gem-push.yml
  • e1f3979 Add docs generation to build + push workflow
  • af6b78a Use less obnoxious quality gate badge from SonarCloud
  • b842344 Update README.md
  • 0eac7b4 Switch Travis to GH action status badge
  • e8b135d Update install_from_source.sh
  • b6f595c Remove rspec_all_versions.sh since I now have GH actions running
  • 43e9e46 Add note to future self on how the release works
  • 1fa8afd Bump to 1.1.1 since I'm burning the 1.1.0 tag
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Mar 23 '22 14:03 dependabot[bot]