Bump rake from 13.0.6 to 13.1.0

Bumps [rake](https://github.com/ruby/rake) from 13.0.6 to 13.1.0.
- [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/v13.0.6...v13.1.0)

---
updated-dependencies:
- dependency-name: rake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-01 13:56:07 +00:00 committed by GitHub
parent 6bce2a12f8
commit c3afd42c24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ gemspec
gem 'minitest', '~> 5.20'
gem 'minitest-ci', '~> 3.4'
gem 'minitest-reporters', '~> 1.6'
gem 'rake', '~> 13.0'
gem 'rake', '~> 13.1'
gem 'rake-compiler', '~> 1.2'
gem 'rubocop', '1.56.4'
gem 'rubocop-minitest', '0.32.2'

View file

@ -26,7 +26,7 @@ GEM
racc
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rake-compiler (1.2.5)
rake
regexp_parser (2.8.1)
@ -67,7 +67,7 @@ DEPENDENCIES
minitest (~> 5.20)
minitest-ci (~> 3.4)
minitest-reporters (~> 1.6)
rake (~> 13.0)
rake (~> 13.1)
rake-compiler (~> 1.2)
rubocop (= 1.56.4)
rubocop-minitest (= 0.32.2)