Skip to content

Commit 8cb4e2b

Browse files
author
Christopher Thorn
committed
(maint) Pin the async gem
Async 2.0.0 requires Ruby 3, so we're pinning to 1.x.
1 parent e135dfc commit 8cb4e2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ group :development do
3131
gem "beaker-rspec"
3232
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1.22')
3333
gem "github_changelog_generator", require: false
34+
# We can unpin async when we move to Ruby 3
35+
gem 'async', '~> 1'
3436
gem "beaker-module_install_helper", require: false
3537
gem "beaker-puppet_install_helper", require: false
3638
gem "nokogiri", require: false

0 commit comments

Comments
 (0)