Skip to content

Commit

Permalink
fix: 🚀 bundler: 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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2023
1 parent 07b7371 commit 3e404a5
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 @@ -15,7 +15,7 @@ end
gem "code-scanning-rubocop", "~> 0.6.1"
gem "debug", platform: :mri if RUBY_VERSION >= "3.1.0"
gem "google-protobuf", "~> 3.24.4"
gem "rake", "~> 13.0"
gem "rake", "~> 13.1"
gem "rubocop", "~> 1.57"
gem "rubocop-changes", "~> 0.8.1"
gem "rubocop-config-prettier", "~> 0.1.13"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GEM
racc (1.7.1)
rack (3.0.8)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
regexp_parser (2.8.2)
reline (0.3.3)
io-console (~> 0.5)
Expand Down Expand Up @@ -131,7 +131,7 @@ DEPENDENCIES
code-scanning-rubocop (~> 0.6.1)
debug
google-protobuf (~> 3.24.4)
rake (~> 13.0)
rake (~> 13.1)
rspec
rubocop (~> 1.57)
rubocop-changes (~> 0.8.1)
Expand Down

0 comments on commit 3e404a5

Please sign in to comment.