Skip to content

Commit

Permalink
Update rspec-puppet requirement from ~> 3.0 to ~> 4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rspec-puppet](https://github.com/puppetlabs/rspec-puppet) to permit the latest version.
- [Release notes](https://github.com/puppetlabs/rspec-puppet/releases)
- [Changelog](https://github.com/puppetlabs/rspec-puppet/blob/main/CHANGELOG.md)
- [Commits](puppetlabs/rspec-puppet@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: rspec-puppet
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent bec90e4 commit 3e77a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org'
group :development, :test do
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.10'
gem 'rspec-puppet', '~> 3.0'
gem 'rspec-puppet', '~> 4.0'
gem 'pdk', '~> 3.0'
gem 'puppetlabs_spec_helper', '~> 7.0'
gem 'puppet-blacksmith', '~> 6.1'
Expand Down

0 comments on commit 3e77a99

Please sign in to comment.