Skip to content

Update rubygems-tasks requirement from ~> 0.2.5 to ~> 0.3.0#164

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/rubygems-tasks-tw-0.3.0
Open

Update rubygems-tasks requirement from ~> 0.2.5 to ~> 0.3.0#164
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/rubygems-tasks-tw-0.3.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Updates the requirements on rubygems-tasks to permit the latest version.

Release notes

Sourced from rubygems-tasks's releases.

0.3.0

  • Added support for Ruby 3.5 and 4.0.
  • Fixed ostruct warnings by refactoring code to use plain-Ruby classes instead of OpenStruct.
  • Gem::Tasks::Build is now a class that can be initialized and will define all build: sub-tasks.
  • Gem::Tasks::SCM is now a class that can be initialized and will define all scm: sub-tasks.
  • Gem::Tasks::Sign is now a class that can be initialized and will define all sign: sub-tasks.
  • Gem::Tasks::Push#initialize now accepts the key: keyword argument.
  • Switched to keyword arguments.
  • Added frozen_string_literal: true to all files.
Changelog

Sourced from rubygems-tasks's changelog.

0.3.0 / 2025-11-28

  • Added support for Ruby 3.5 and 4.0.
  • Fixed ostruct warnings by refactoring code to use plain-Ruby classes instead of OpenStruct.
  • {Gem::Tasks::Build} is now a class that can be initialized and will define all build: sub-tasks.
  • {Gem::Tasks::SCM} is now a class that can be initialized and will define all scm: sub-tasks.
  • {Gem::Tasks::Sign} is now a class that can be initialized and will define all sign: sub-tasks.
  • {Gem::Tasks::Push#initialize} now accepts the key: keyword argument.
  • Switched to keyword arguments.
  • Added frozen_string_literal: true to all files.

0.2.6 / 2023-09-07

  • Fixed rake install so that it runs gem install -q pkg/... outside of the Bundler environment, if currently running under Bundler.

0.2.5 / 2020-03-02

  • Require Ruby >= 2.0.0.
  • Added irb as a dependencies.
  • Fixed issue where file tasks were defined in namespaces resulting in task names such as namespace:path/to/file instead of simply path/to/file.
  • Set gemspec license to MIT.

0.2.4 / 2013-04-8

  • Use the new Gem::Package class when running under Ruby 2.0.0.
  • Fix hg showconfig extensions hgext gpg empty test by ignoring the trailing new-line (thanks @​wrzasa).

0.2.3 / 2012-04-30

  • {Gem::Tasks::Printing#status} and {Gem::Tasks::Printing#debug} will not produce output if Rake.verbose is false.
  • Added specs for {Gem::Tasks::Sign::PGP}.

sign:pgp

  • Generate detached PGP signatures using --detach-sign.

0.2.2 / 2012-04-29

  • Added {Gem::Tasks::Task#invoke}.

build:*

... (truncated)

Commits
  • 90d7b28 Updated the ChangeLog for 0.3.0.
  • 58a590f Support Bundler 4.x for Ruby 4.0.
  • 556ccad Add Ruby 4.0 to the CI matrix.
  • dc5472e Add Ruby 3.5 to the CI matrix.
  • facc271 Updated the gemspec summary and description.
  • 4547a16 Updated the README.
  • 82a3d50 Mark Gem::Tasks::Project as part of the private API.
  • 9ab79e9 Updated the link to the Git website.
  • 6f05034 Updated the link to the Mercurial website.
  • 89b004b Updated the link to the SubVersion website.
  • 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 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)

Updates the requirements on [rubygems-tasks](https://github.com/postmodern/rubygems-tasks) to permit the latest version.
- [Release notes](https://github.com/postmodern/rubygems-tasks/releases)
- [Changelog](https://github.com/postmodern/rubygems-tasks/blob/main/ChangeLog.md)
- [Commits](postmodern/rubygems-tasks@v0.2.5...v0.3.0)

---
updated-dependencies:
- dependency-name: rubygems-tasks
  dependency-version: 0.3.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Dec 1, 2025
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 ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants