Skip to content

Commit

Permalink
Bump rake from 13.1.0 to 13.2.0
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.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and noraj committed Apr 3, 2024
1 parent fdfd7cd commit 8f007a0
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 @@ -27,7 +27,7 @@ end
group :development, :test do
gem 'minitest', '~> 5.22'
gem 'minitest-skip', '~> 0.0' # skip dummy tests
gem 'rake', '~> 13.1'
gem 'rake', '~> 13.2'
end

# Needed for linting
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GEM
racc
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.62.1)
Expand Down Expand Up @@ -77,7 +77,7 @@ DEPENDENCIES
minitest (~> 5.22)
minitest-skip (~> 0.0)
paint (~> 2.3)
rake (~> 13.1)
rake (~> 13.2)
rubocop (~> 1.62)
twitter_cldr (~> 6.12)
unicode-confusable (~> 1.10)
Expand Down

0 comments on commit 8f007a0

Please sign in to comment.