Skip to content

Commit

Permalink
build(deps): bump rake from 13.1.0 to 13.2.0 (#278)
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: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 2, 2024
1 parent d4917bc commit 180a58c
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 @@ -7,7 +7,7 @@ gem 'bundler', '~> 2.0'
gem 'coveralls', '>= 0.8.23'
gem 'json', '>= 2.3.1'
gem 'pre-commit', require: false
gem 'rake', '~> 13.1'
gem 'rake', '~> 13.2'
gem 'rspec'
gem 'rspec-benchmark'
gem 'rspec-json_expectations'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
racc (1.7.3)
racc (1.7.3-java)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.13.0)
Expand Down Expand Up @@ -98,7 +98,7 @@ DEPENDENCIES
json (>= 2.3.1)
mutils!
pre-commit
rake (~> 13.1)
rake (~> 13.2)
rspec
rspec-benchmark
rspec-json_expectations
Expand Down

0 comments on commit 180a58c

Please sign in to comment.