Skip to content

Commit

Permalink
Merge pull request #373 from bastelfreak/cucumber
Browse files Browse the repository at this point in the history
CI: Allow newer aruba/cucumber versions
  • Loading branch information
bastelfreak authored May 2, 2024
2 parents a498f1b + f5e4d1b commit 96eddbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ gemspec

group :development do
gem 'activesupport'
gem 'aruba', '~> 2.1'
gem 'cucumber', '~> 8'
gem 'aruba', '~> 2.2'
gem 'cucumber', '~> 9.2'
gem 'hiera-eyaml-plaintext'
gem 'puppet', *location_for(ENV['PUPPET_VERSION']) if ENV['PUPPET_VERSION']
end
Expand Down

0 comments on commit 96eddbf

Please sign in to comment.