Bump rake from 13.2.1 to 13.3.0

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

---
updated-dependencies:
- dependency-name: rake
  dependency-version: 13.3.0
  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] 2025-06-01 13:50:59 +00:00 committed by GitHub
parent ae3d8b6232
commit 9c3cf6139f
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.2'
gem 'rake', '~> 13.3'
gem 'rake-compiler', '~> 1.2'
gem 'rubocop', '~> 1.71'
gem 'rubocop-minitest', '~> 0.36'

View file

@ -27,7 +27,7 @@ GEM
prism (1.4.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
rake (13.3.0)
rake-compiler (1.3.0)
rake
regexp_parser (2.10.0)
@ -75,7 +75,7 @@ DEPENDENCIES
minitest (~> 5.20)
minitest-ci (~> 3.4)
minitest-reporters (~> 1.6)
rake (~> 13.2)
rake (~> 13.3)
rake-compiler (~> 1.2)
rubocop (~> 1.71)
rubocop-minitest (~> 0.36)