Skip to content

Commit

Permalink
Merge pull request #201 from artem-forks/ci-fix
Browse files Browse the repository at this point in the history
CI fix: pin cucumber 3
  • Loading branch information
artem-sidorenko authored Oct 8, 2018
2 parents c0b9284 + ab35392 commit e99a3bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem 'chef', '~> 12.5' # chefspec builds get stucked with 13.1
group :test do
gem 'chefspec', '~> 7.1.0'
gem 'coveralls', require: false
gem 'cucumber-core', '~> 3.2.1' # it fails with cucumber 4
gem 'foodcritic', '~> 13.0'
gem 'rake'
gem 'rubocop', '~> 0.49.0'
Expand Down

0 comments on commit e99a3bf

Please sign in to comment.