Skip to content

Commit 0b3047b

Browse files
authored
Merge pull request #157 from voxpupuli/dependabot/github_actions/voxpupuli/ruby-version-2
Add Ruby 4.0 support
2 parents 6481e89 + 4f189fe commit 0b3047b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run Rubocop
2727
run: bundle exec rake rubocop
2828
- id: ruby
29-
uses: voxpupuli/ruby-version@v1
29+
uses: voxpupuli/ruby-version@v2
3030

3131
rspec:
3232
runs-on: ubuntu-24.04

puppet-blacksmith.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414
s.license = 'Apache-2.0'
1515
s.require_paths = ['lib']
1616

17-
s.required_ruby_version = '>= 3.2.0', '< 4'
17+
s.required_ruby_version = '>= 3.2.0', '< 5'
1818

1919
s.add_dependency 'base64', '>= 0.2', '< 0.4'
2020
s.add_dependency 'puppet-modulebuilder', '~> 2.0', '>= 2.0.2'

0 commit comments

Comments
 (0)