diff options
author | Michael Hashizume <michael.hashizume@puppet.com> | 2021-12-28 09:45:16 -0800 |
---|---|---|
committer | Michael Hashizume <michael.hashizume@puppet.com> | 2021-12-28 11:23:07 -0800 |
commit | 6baf8e4bd9d85b948eff74bc04bb79f6f3d85da5 (patch) | |
tree | ace772b39ca1fb68dda88657d0fd4cc4314bda10 /Gemfile | |
parent | 92be1664aedfb42258ecf31a11f63f377986e69d (diff) | |
download | puppet-sshkeys_core-6baf8e4bd9d85b948eff74bc04bb79f6f3d85da5.tar.gz puppet-sshkeys_core-6baf8e4bd9d85b948eff74bc04bb79f6f3d85da5.tar.bz2 |
(maint) Pin the async gem
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |