aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorChristopher Thorn <christopher.thorn@puppetlabs.com>2021-12-28 09:44:05 -0800
committerChristopher Thorn <christopher.thorn@puppetlabs.com>2021-12-28 11:04:32 -0800
commit783c17e1cac9134e219a46b9ea82fa45a41a8d1c (patch)
tree1f139644878e259aa5821f7d23a953b2a9475a81 /Gemfile
parentbd8ace42d6aa46127561b79a920c12d316732dc0 (diff)
downloadpuppet-hosts_core-783c17e1cac9134e219a46b9ea82fa45a41a8d1c.tar.gz
puppet-hosts_core-783c17e1cac9134e219a46b9ea82fa45a41a8d1c.tar.bz2
(maint) Pin async gem
Async 2.0.0 uses Ruby 3, so we're pinning to 1.x
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 26f0def..b48e755 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,6 +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
+ gem "async", '~> 1', require: false
gem "beaker-module_install_helper", require: false
gem "beaker-puppet_install_helper", require: false
gem "nokogiri", require: false