Skip to content

Commit

Permalink
chore(deps): bump rake from 12.3.3 to 13.2.1 in /packages/ruby
Browse files Browse the repository at this point in the history
Bumps [rake](https://github.com/ruby/rake) from 12.3.3 to 13.2.1.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v12.3.3...v13.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 6139934 commit 7e35374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gemspec

gem 'json-schema'
gem 'rack-test'
gem 'rake', '~> 12.0'
gem 'rake', '~> 13.2'
gem 'rspec', '~> 3.0'
gem 'rubocop', require: false
gem 'rubocop-performance', require: false
Expand Down
4 changes: 2 additions & 2 deletions packages/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
rake (12.3.3)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.5)
strscan
Expand Down Expand Up @@ -88,7 +88,7 @@ PLATFORMS
DEPENDENCIES
json-schema
rack-test
rake (~> 12.0)
rake (~> 13.2)
readme-metrics!
rspec (~> 3.0)
rubocop
Expand Down

0 comments on commit 7e35374

Please sign in to comment.