Skip to content

Commit

Permalink
Fix vulnerability on rake
Browse files Browse the repository at this point in the history
  • Loading branch information
clouetb authored Dec 19, 2022
1 parent 4bce8ec commit f2826bf
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 @@ -11,7 +11,7 @@ gem 'rspec-puppet'
# rspec must be v2 for ruby 1.8.7
if RUBY_VERSION >= '1.8.7' && RUBY_VERSION < '1.9'
gem 'rspec', '~> 2.0'
gem 'rake', '~> 10.0'
gem 'rake', '~> 12.3.3'
else
# rubocop requires ruby >= 1.9
gem 'rubocop'
Expand Down

0 comments on commit f2826bf

Please sign in to comment.