Skip to content

Commit dc18135

Browse files
committed
(MODULES-11371) Pin gems for auto release
Modeling after the learnings of the support team in commit puppetlabs/puppetlabs-puppet_metrics_collector@78dd858 This commit pins the github_changelog_generator gem to its latest version to make it work, and the concurrent-ruby to an older version to compensate for the version of PDK shipped in the dev-tools container image.
1 parent e7476fc commit dc18135

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Gemfile:
66
optional:
77
":development":
88
- gem: github_changelog_generator
9+
version: '= 1.16.4'
10+
- gem: concurrent-ruby
11+
version: '= 1.1.10'
912

1013
appveyor.yml:
1114
delete: true

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ group :development do
3434
gem "rubocop-performance", '= 1.9.1', require: false
3535
gem "rubocop-rspec", '= 2.0.1', require: false
3636
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
37-
gem "github_changelog_generator", require: false
37+
gem "github_changelog_generator", '= 1.16.4', require: false
38+
gem "concurrent-ruby", '= 1.1.10', require: false
3839
end
3940
group :system_tests do
4041
gem "puppet_litmus", '< 1.0.0', require: false, platforms: [:ruby]

0 commit comments

Comments
 (0)