Update rake requirement from ~> 10.0 to ~> 12.3

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/v10.5.0...v12.3.3)

---
updated-dependencies:
- dependency-name: rake
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-10-25 18:56:43 +00:00
committed by GitHub
parent 4859927856
commit 18e3375277
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,5 +23,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jemoji", "~> 0.8"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", "~> 12.3"
end