aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMichael Hashizume <mhashizume@users.noreply.github.com>2021-12-28 11:19:44 -0800
committerGitHub <noreply@github.com>2021-12-28 11:19:44 -0800
commitd7581cd1e40734d5056666bc2ad169721b8d3fe8 (patch)
treec1cd531f5592277017c0d34c0cea843199a1f3b9 /Gemfile
parentd2322137e47fee29f7338146d5c22806f3479a01 (diff)
parent79146f1d52d21bcb90b6731bb4cf7c525b01c6f1 (diff)
downloadpuppet-augeas_core-d7581cd1e40734d5056666bc2ad169721b8d3fe8.tar.gz
puppet-augeas_core-d7581cd1e40734d5056666bc2ad169721b8d3fe8.tar.bz2
Merge pull request #47 from cthorn42/maint/main/pin_async_gem
(maint) Pin 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