Update rake requirement from ~> 12.3 to >= 12.3, < 14.0

Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v12.3.0...v13.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-17 19:33:09 +00:00 committed by GitHub
parent 3e2ab2db5f
commit 526d88d673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency 'pickup', '~> 0.0.11'
s.add_dependency 'puma', '~> 4.3'
s.add_dependency 'rack', '~> 2.2'
s.add_dependency 'rake', '~> 12.3'
s.add_dependency 'rake', '>= 12.3', '< 14.0'
s.add_dependency 'redis', '~> 4.1'
s.add_dependency 'rbvmomi', '~> 2.1'
s.add_dependency 'sinatra', '~> 2.0'