Bump rake from 13.2.0 to 13.2.1

Bumps [rake](https://github.com/ruby/rake) from 13.2.0 to 13.2.1.
- [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.2.0...v13.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-01 13:04:39 +00:00 committed by GitHub
parent 1a9099a8f0
commit 5b89cd78c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.2'
gem 'rake-compiler', '~> 1.2'
gem 'rubocop', '1.62.1'
gem 'rubocop-minitest', '0.35.0'

View file

@ -25,7 +25,7 @@ GEM
racc
racc (1.7.3)
rainbow (3.1.1)
rake (13.2.0)
rake (13.2.1)
rake-compiler (1.2.7)
rake
regexp_parser (2.9.0)
@ -66,7 +66,7 @@ DEPENDENCIES
minitest (~> 5.20)
minitest-ci (~> 3.4)
minitest-reporters (~> 1.6)
rake (~> 13.0)
rake (~> 13.2)
rake-compiler (~> 1.2)
rubocop (= 1.62.1)
rubocop-minitest (= 0.35.0)