Skip to content

Commit cda4c37

Browse files
authored
Merge pull request #307 from puppetlabs/pdksync_removeboltgem
pdksync - "(IAC-897) Remove bolt pin from sync.yaml file"
2 parents 8ab69fd + dc8cdb8 commit cda4c37

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.sync.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,5 @@ Gemfile:
5656
git: https://github.com/skywinder/github-changelog-generator
5757
ref: 20ee04ba1234e9e83eb2ffb5056e23d641c7a018
5858
condition: Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')
59-
- gem: bolt
60-
version: = 2.6.0
61-
condition: Gem::Version.new(RUBY_VERSION.dup) > Gem::Version.new('2.5.0')
62-
platforms:
63-
- mswin
64-
- mingw
65-
- x64_mingw
6659
spec/spec_helper.rb:
6760
coverage_report: true

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ group :development do
3030
gem "puppet-module-win-dev-r#{minor_version}", '~> 0.4', require: false, platforms: [:mswin, :mingw, :x64_mingw]
3131
gem "ruby-pwsh", require: false
3232
gem "github_changelog_generator", require: false, git: 'https://github.com/skywinder/github-changelog-generator', ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018' if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')
33-
gem "bolt", '= 2.6.0', require: false, platforms: [:mswin, :mingw, :x64_mingw] if Gem::Version.new(RUBY_VERSION.dup) > Gem::Version.new('2.5.0')
3433
end
3534

3635
puppet_version = ENV['PUPPET_GEM_VERSION']

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@
7979
],
8080
"pdk-version": "1.18.0",
8181
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
82-
"template-ref": "heads/master-0-g88b05c7"
82+
"template-ref": "heads/master-0-g9c14433"
8383
}

0 commit comments

Comments
 (0)