Skip to content

Commit

Permalink
build(deps-dev): bump rake from 13.0.6 to 13.1.0
Browse files Browse the repository at this point in the history
Bumps [rake](https://github.com/ruby/rake) from 13.0.6 to 13.1.0.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.0.6...v13.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and noraj committed Oct 30, 2023
1 parent 83cccac commit 50d9ba8
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 @@ -20,7 +20,7 @@ end
group :development, :test do
gem 'minitest', '~> 5.20'
gem 'minitest-skip', '~> 0.0'
gem 'rake', '~> 13.0'
gem 'rake', '~> 13.1'
end

group :development, :lint do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
racc
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rubocop (1.57.2)
Expand Down Expand Up @@ -55,7 +55,7 @@ DEPENDENCIES
docopt (~> 0.6)
minitest (~> 5.20)
minitest-skip (~> 0.0)
rake (~> 13.0)
rake (~> 13.1)
rubocop (~> 1.57)
uri (~> 0.12.2)
yard (>= 0.9.27, < 0.10)
Expand Down

0 comments on commit 50d9ba8

Please sign in to comment.