Skip to content

Commit

Permalink
Bump rake from 13.1.0 to 13.2.1 (#2929)
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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 19, 2024
1 parent 8f01a57 commit 4f20e8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -8,7 +8,7 @@ gemspec
gem 'benchmark'
gem 'minitest', '5.22.3'
gem 'pry', '0.14.2'
gem 'rake', '13.1.0'
gem 'rake', '13.2.1'
gem 'rubocop', '1.62.1'
gem 'rubocop-minitest', '0.35.0'
gem 'rubocop-rake', '0.6.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -28,7 +28,7 @@ GEM
method_source (~> 1.0)
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.62.1)
Expand Down Expand Up @@ -73,7 +73,7 @@ DEPENDENCIES
faker!
minitest (= 5.22.3)
pry (= 0.14.2)
rake (= 13.1.0)
rake (= 13.2.1)
rubocop (= 1.62.1)
rubocop-minitest (= 0.35.0)
rubocop-rake (= 0.6.0)
Expand Down

0 comments on commit 4f20e8d

Please sign in to comment.