Skip to content

Commit

Permalink
chore(deps-dev): bump rake from 13.1.0 to 13.2.1 (#331)
Browse files Browse the repository at this point in the history
Bumps [rake](https://github.com/ruby/rake) from 13.1.0 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@v13.1.0...v13.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 2, 2024
1 parent 14aa823 commit fbd5d99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source "https://rubygems.org"
gemspec

group :development do
gem "rake", "~> 13.1"
gem "rake", "~> 13.2"
gem "rake-compiler"
gem "standard", "~> 1.36"
gem "get_process_mem"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
prettier_print (1.2.1)
racc (1.8.0)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
rake-compiler (1.2.7)
rake
rb_sys (0.9.97)
Expand Down Expand Up @@ -95,7 +95,7 @@ PLATFORMS
DEPENDENCIES
benchmark-ips
get_process_mem
rake (~> 13.1)
rake (~> 13.2)
rake-compiler
rspec (~> 3.13)
standard (~> 1.36)
Expand Down

0 comments on commit fbd5d99

Please sign in to comment.