aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorChristopher Thorn <christopher.thorn@puppetlabs.com>2021-12-28 11:08:29 -0800
committerChristopher Thorn <christopher.thorn@puppetlabs.com>2021-12-28 11:08:29 -0800
commit1ae795e21116925caa94e657dd1cd4f4f584cbe1 (patch)
treed10577cc6be8ab62bb4be101063d51a33e502fe2 /Gemfile
parent9e277254443c384752c02e0c4f874e0d5db5359a (diff)
downloadpuppet-cron_core-1ae795e21116925caa94e657dd1cd4f4f584cbe1.tar.gz
puppet-cron_core-1ae795e21116925caa94e657dd1cd4f4f584cbe1.tar.bz2
(maint) Update the .sync.yaml file to have pinned async
Learned that we are using PDK to build the Gemfile, so added to the .sync.yaml file the async gem pinning.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 294d2a6..b48e755 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,8 +31,7 @@ group :development do
gem "beaker-rspec"
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1.22')
gem "github_changelog_generator", require: false
- # We can unpin async when we move to Ruby 3
- gem 'async', '~> 1'
+ gem "async", '~> 1', require: false
gem "beaker-module_install_helper", require: false
gem "beaker-puppet_install_helper", require: false
gem "nokogiri", require: false