Skip to content

Commit

Permalink
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 Jan 16, 2024
1 parent e345458 commit 5e014ee
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 @@ -10,7 +10,7 @@ group :development, :test do
gem 'minitest', '~> 5.0'
gem 'pry', '~> 0.14.1'
gem 'pry-byebug', '~> 3.9'
gem 'rake', '~> 13.0', '>= 13.0.6'
gem 'rake', '~> 13.1'
gem 'rubocop', '~> 1.60'
gem 'rubocop-minitest', '~> 0.34.3'
gem 'rubocop-performance', '~> 1.12'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GEM
public_suffix (5.0.3)
racc (1.7.3)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.60.0)
Expand Down Expand Up @@ -89,7 +89,7 @@ DEPENDENCIES
minitest (~> 5.0)
pry (~> 0.14.1)
pry-byebug (~> 3.9)
rake (~> 13.0, >= 13.0.6)
rake (~> 13.1)
rubocop (~> 1.60)
rubocop-minitest (~> 0.34.3)
rubocop-performance (~> 1.12)
Expand Down

0 comments on commit 5e014ee

Please sign in to comment.