Skip to content

Commit

Permalink
Update gem dependencies to allow puppetlabs_spec_helper 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
silug committed Sep 10, 2024
1 parent 961efc9 commit 50a8422
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
### 5.21.0 / 2023-08-24
### 5.22.1 / 2024-09-10
- Fixed
- Update gem dependencies to allow puppetlabs_spec_helper 7.x

### 5.22.0 / 2023-08-24
- Added
- `iso:build` now skips repoclosure unless `SIMP_BUILD_repoclosure=yes`

Expand Down
2 changes: 1 addition & 1 deletion lib/simp/rake/helpers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module Simp; end
module Simp::Rake; end

class Simp::Rake::Helpers
VERSION = '5.22.0'
VERSION = '5.22.1'
end
4 changes: 2 additions & 2 deletions simp-rake-helpers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'puppet-lint-optional_default-check', '>= 1.0', '< 3.0'
s.add_runtime_dependency 'puppet-lint-params_empty_string-check', '>= 1.0', '< 3.0'

s.add_runtime_dependency 'puppetlabs_spec_helper', '~> 6.0'
s.add_runtime_dependency 'metadata-json-lint', '>= 1.2', '< 4.0'
s.add_runtime_dependency 'puppetlabs_spec_helper', '>= 6.0', '< 8.0'
s.add_runtime_dependency 'metadata-json-lint', '>= 1.2', '< 5.0'
s.add_runtime_dependency 'parallel', '~> 1.0'
s.add_runtime_dependency 'simp-rspec-puppet-facts', '>= 2.4.1', '< 4.0'
s.add_runtime_dependency 'puppet-blacksmith', '>= 3.3.0', '< 8.0'
Expand Down

0 comments on commit 50a8422

Please sign in to comment.