Update rake requirement from ~> 10.0 to ~> 13.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/v10.5.0...v13.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
Showing
... | ... | @@ -36,7 +36,7 @@ Gem::Specification.new do |spec| |
spec.add_dependency "responders" | ||
spec.add_development_dependency "bundler", "~> 1.16" | ||
spec.add_development_dependency "rake", "~> 10.0" | ||
spec.add_development_dependency "rake", "~> 13.0" | ||
spec.add_development_dependency "rspec" | ||
spec.add_development_dependency "factory_bot_rails" | ||
end |
Please
register
or
sign in
to comment