Merge pull request #139 from samsonjs/dependabot/bundler/rake-13.3.0

This commit is contained in:
Sami Samhuri 2025-06-01 11:05:04 -07:00 committed by GitHub
commit 0c18b853c3
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.75'
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.75)
rubocop-minitest (~> 0.36)