Skip to content

Commit 5df4300

Browse files
committed
Remove unnecessary release prep gems
Prior to this commit, we added the concurrent-ruby gem in c2e7fa2 to compensate for issues relating to the Docker image used for release preparation. Since then, we have switched to piggy-backing off of the CAT team's release prep GitHub Action (see 65a59a3). That action stopped using the problematic Docker image in mid-2023 (puppetlabs/cat-github-actions@4a83f93), so we no longer need to manage concurrent-ruby. This commit also removes the github_changelog_generator gem, as it has been superceded by the gh-changelog tool to generate changelogs for releases.
1 parent ef038c2 commit 5df4300

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.sync.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ Gemfile:
3939
- gem: beaker-puppet
4040
from_env: BEAKER_PUPPET_VERSION
4141
version: '~> 1.22'
42-
- gem: github_changelog_generator
43-
version: '= 1.16.4'
44-
- gem: concurrent-ruby
45-
version: '= 1.1.10'
4642
- gem: async
4743
version: '~> 1'
4844
- gem: beaker-module_install_helper

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ group :development do
4040
gem "beaker-hostgenerator"
4141
gem "beaker-rspec"
4242
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1.22')
43-
gem "github_changelog_generator", '= 1.16.4', require: false
44-
gem "concurrent-ruby", '= 1.1.10', require: false
4543
gem "async", '~> 1', require: false
4644
gem "beaker-module_install_helper", require: false
4745
gem "beaker-puppet_install_helper", require: false

0 commit comments

Comments
 (0)