We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eece6ae + b80f833 commit 9cfc069Copy full SHA for 9cfc069
Gemfile
@@ -66,7 +66,7 @@ group :system_tests do
66
gem "puppet-blacksmith", '~> 3.4', :require => false
67
# Bundler fails on 2.1.9 even though this group is excluded
68
if ENV['GEM_BOLT']
69
- gem 'bolt', '~> 1.1.0', require: false
+ gem 'bolt', '>= 3.27.4', require: false
70
gem 'beaker-task_helper', '~> 1.5.2', require: false
71
end
72
0 commit comments