Skip to content

Commit

Permalink
Merge pull request #71 from mhashizume/PA-5963/main/concurrent-ruby
Browse files Browse the repository at this point in the history
Remove unnecessary release prep gems
  • Loading branch information
joshcooper authored Jan 9, 2024
2 parents ef038c2 + 10765af commit 6914fb3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
Enabled: false
Style/NumericPredicate:
Enabled: false
Style/SignalException:
Enabled: false
Layout/HeredocIndentation:
Enabled: false
Layout/LineLength:
Expand Down Expand Up @@ -39,10 +37,6 @@ Gemfile:
- gem: beaker-puppet
from_env: BEAKER_PUPPET_VERSION
version: '~> 1.22'
- gem: github_changelog_generator
version: '= 1.16.4'
- gem: concurrent-ruby
version: '= 1.1.10'
- gem: async
version: '~> 1'
- gem: beaker-module_install_helper
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ group :development do
gem "beaker-hostgenerator"
gem "beaker-rspec"
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1.22')
gem "github_changelog_generator", '= 1.16.4', require: false
gem "concurrent-ruby", '= 1.1.10', require: false
gem "async", '~> 1', require: false
gem "beaker-module_install_helper", require: false
gem "beaker-puppet_install_helper", require: false
Expand Down

0 comments on commit 6914fb3

Please sign in to comment.