aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Thorn <christopher.thorn@puppetlabs.com>2021-12-28 09:27:20 -0800
committerChristopher Thorn <christopher.thorn@puppetlabs.com>2021-12-28 09:27:20 -0800
commit8cb4e2b217e4621faa0c7c85f6ce00c7bec50632 (patch)
tree2c52304c66cb11ab579be2cc85d646cbeb425f8e
parente135dfc40fffb83f0f82534f8ef6d4b886ef186c (diff)
downloadpuppet-cron_core-8cb4e2b217e4621faa0c7c85f6ce00c7bec50632.tar.gz
puppet-cron_core-8cb4e2b217e4621faa0c7c85f6ce00c7bec50632.tar.bz2
(maint) Pin the async gem
Async 2.0.0 requires Ruby 3, so we're pinning to 1.x.
-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