Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-JMESPATH-2859799
  • Loading branch information
snyk-bot committed Jun 8, 2022
1 parent eb689cc commit cb43c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ group :system_test do
gem "puppet-module-posix-system-r#{minor_version}", VER, :require => false, :platforms => 'ruby'
gem "puppet-module-win-system-r#{minor_version}", VER, :require => false, :platforms => %w[mswin mingw x64_mingw]
beakerver = RVERSION < ver('2.2.0') ? ['>= 3.13.0', '< 4.0.0'] : nil
gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || beakerver)
gem 'beaker', '>= 3.36.0', *location_for(ENV['BEAKER_VERSION'] || beakerver)
gem 'beaker-abs', *location_for(ENV['BEAKER_ABS_VERSION'])
gem 'beaker-hostgenerator', *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'])
gem 'beaker-pe', :require => false
Expand Down

0 comments on commit cb43c77

Please sign in to comment.