From 8f379730d55e0ac78cbf171482a88c86b1e75507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 13:06:46 +0000 Subject: [PATCH] Add Ruby 4.0 support Bumps [voxpupuli/ruby-version](https://github.com/voxpupuli/ruby-version) from 1 to 2. - [Release notes](https://github.com/voxpupuli/ruby-version/releases) - [Commits](https://github.com/voxpupuli/ruby-version/compare/v1...v2) --- updated-dependencies: - dependency-name: voxpupuli/ruby-version dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- librarian-puppet.gemspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca81f76..c252aba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: - name: Run Rubocop run: bundle exec rake rubocop - id: ruby - uses: voxpupuli/ruby-version@v1 + uses: voxpupuli/ruby-version@v2 test: needs: rubocop_and_matrix diff --git a/librarian-puppet.gemspec b/librarian-puppet.gemspec index 609875e..2639b18 100644 --- a/librarian-puppet.gemspec +++ b/librarian-puppet.gemspec @@ -8,16 +8,16 @@ Gem::Specification.new do |s| s.name = 'librarian-puppet' s.version = Librarian::Puppet::VERSION s.platform = Gem::Platform::RUBY - s.authors = ['Tim Sharpe', 'Carlos Sanchez'] + s.authors = ['Tim Sharpe', 'Carlos Sanchez', 'Vox Pupuli'] s.license = 'MIT' - s.email = ['tim@sharpe.id.au', 'carlos@apache.org'] + s.email = ['tim@sharpe.id.au', 'carlos@apache.org', 'voxpupuli@groups.io'] s.homepage = 'https://github.com/voxpupuli/librarian-puppet' s.summary = 'Bundler for your Puppet modules' s.description = 'Simplify deployment of your Puppet infrastructure by automatically pulling in modules from the forge and git repositories with a single command.' - s.required_ruby_version = '>= 3.2', '< 4' + s.required_ruby_version = '>= 3.2', '< 5' s.files = [ '.gitignore',