Skip to content

Commit

Permalink
Update Rake to ~> 12.0
Browse files Browse the repository at this point in the history
This commit resolves a security vulnerability warning from Github that
Dependabot was unable to automatically remediate.
  • Loading branch information
Brandon High committed Mar 12, 2020
1 parent 734886d commit 0ce55d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec-its'
s.add_development_dependency 'fakefs', '~> 0.6', '< 0.14.0'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'rake', '~> 10.0'
s.add_development_dependency 'rake', '~> 12.0'

# Provisioner dependencies - needed for acceptance tests
# TODO: figure out how to remove these
Expand Down

0 comments on commit 0ce55d9

Please sign in to comment.