Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2024

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.

1.1.3 (Patch/Bug Fix Release)

  • Fixed Man page generation bug in GH Actions

1.1.1 (Patch/Bug Fix Release)

  • (Maint) Updated Supported Ruby Versions (>= 2.6.9 is the earliest supported now)
  • (Maint) Linting corrections
  • Setup a CI system with GH Actions to do better validation of the gem before release.

1.1.0 (Minor Release)

:alert: This release was mis-tagged. Use 1.1.1 instead. :alert:

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

1.0.0 (Major Release)

  • Adds a required ruby version of 2.6 (reason for major version bump)
  • Adds man/html docs

0.2.1 (Patch/Bug Fix Release)

  • Fixes incorrectly pushed gem on Rubygems.org

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

... (truncated)

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

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner June 11, 2024 15:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 11, 2024
@dependabot dependabot bot force-pushed the dependabot/bundler/pathspec-gte-0.2.1-and-lt-3.0.0 branch from e94cf85 to c2a41c7 Compare June 28, 2024 11:51
Copy link
Contributor

@LukasAud LukasAud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Updates the requirements on [pathspec](https://github.com/highb/pathspec-ruby) to permit the latest version.
- [Release notes](https://github.com/highb/pathspec-ruby/releases)
- [Changelog](https://github.com/highb/pathspec-ruby/blob/master/CHANGELOG.md)
- [Commits](highb/pathspec-ruby@0.2.1...1.1.3)

---
updated-dependencies:
- dependency-name: pathspec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@LukasAud LukasAud force-pushed the dependabot/bundler/pathspec-gte-0.2.1-and-lt-3.0.0 branch from c2a41c7 to 6f0a766 Compare July 19, 2024 10:31
@codecov
Copy link

codecov bot commented Jul 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.72%. Comparing base (927c295) to head (6f0a766).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #82   +/-   ##
=======================================
  Coverage   72.72%   72.72%           
=======================================
  Files           2        2           
  Lines         165      165           
=======================================
  Hits          120      120           
  Misses         45       45           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@LukasAud LukasAud merged commit 1a7a0f0 into main Jul 19, 2024
@LukasAud LukasAud deleted the dependabot/bundler/pathspec-gte-0.2.1-and-lt-3.0.0 branch July 19, 2024 10:46
@david22swan david22swan added the feature New feature or request label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file feature New feature or request ruby Pull requests that update Ruby code

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants