aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hashizume <mhashizume@users.noreply.github.com>2021-12-28 09:48:03 -0800
committerGitHub <noreply@github.com>2021-12-28 09:48:03 -0800
commit9e277254443c384752c02e0c4f874e0d5db5359a (patch)
tree2c52304c66cb11ab579be2cc85d646cbeb425f8e
parente135dfc40fffb83f0f82534f8ef6d4b886ef186c (diff)
parent8cb4e2b217e4621faa0c7c85f6ce00c7bec50632 (diff)
downloadpuppet-cron_core-9e277254443c384752c02e0c4f874e0d5db5359a.tar.gz
puppet-cron_core-9e277254443c384752c02e0c4f874e0d5db5359a.tar.bz2
Merge pull request #47 from cthorn42/maint/main/pin_async_gem
(maint) Pin the async gem
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 26f0def..294d2a6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,6 +31,8 @@ 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 "beaker-module_install_helper", require: false
gem "beaker-puppet_install_helper", require: false
gem "nokogiri", require: false