aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMichael Hashizume <michael.hashizume@puppet.com>2021-12-28 09:45:16 -0800
committerMichael Hashizume <michael.hashizume@puppet.com>2021-12-28 11:23:07 -0800
commit6baf8e4bd9d85b948eff74bc04bb79f6f3d85da5 (patch)
treeace772b39ca1fb68dda88657d0fd4cc4314bda10 /Gemfile
parent92be1664aedfb42258ecf31a11f63f377986e69d (diff)
downloadpuppet-sshkeys_core-6baf8e4bd9d85b948eff74bc04bb79f6f3d85da5.tar.gz
puppet-sshkeys_core-6baf8e4bd9d85b948eff74bc04bb79f6f3d85da5.tar.bz2
(maint) Pin the async gem
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