Skip to content

Commit ede9b24

Browse files
Update puppetlabs_spec_helper requirement from ~> 2.7 to ~> 3.0
Updates the requirements on [puppetlabs_spec_helper](https://github.com/puppetlabs/puppetlabs_spec_helper) to permit the latest version. - [Release notes](https://github.com/puppetlabs/puppetlabs_spec_helper/releases) - [Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/blob/main/CHANGELOG.md) - [Commits](puppetlabs/puppetlabs_spec_helper@v2.7.0...v3.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 7375f33 commit ede9b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group :tests do
1111
gem 'simplecov-console'
1212

1313
# the test gems required for module testing
14-
gem 'puppetlabs_spec_helper', '~> 2.7'
14+
gem 'puppetlabs_spec_helper', '~> 3.0'
1515
gem 'rspec-puppet'
1616

1717
# since the Resource API runs inside the puppetserver, test against the JRuby versions we ship

0 commit comments

Comments
 (0)