Skip to content

Commit

Permalink
CI: Allow newer aruba/cucumber versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed May 2, 2024
1 parent 5ba6e5b commit f5e4d1b
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 f5e4d1b

Please sign in to comment.