Skip to content

Commit e99a3bf

Browse files
Merge pull request #201 from artem-forks/ci-fix
CI fix: pin cucumber 3
2 parents c0b9284 + ab35392 commit e99a3bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ gem 'chef', '~> 12.5' # chefspec builds get stucked with 13.1
88
group :test do
99
gem 'chefspec', '~> 7.1.0'
1010
gem 'coveralls', require: false
11+
gem 'cucumber-core', '~> 3.2.1' # it fails with cucumber 4
1112
gem 'foodcritic', '~> 13.0'
1213
gem 'rake'
1314
gem 'rubocop', '~> 0.49.0'

0 commit comments

Comments
 (0)