Skip to content

Commit

Permalink
Bump rake from 13.1.0 to 13.2.1 (#304)
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.1.
- [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.1)

---
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] authored May 1, 2024
1 parent 6340a4e commit 16a4399
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 @@ -5,7 +5,7 @@ source 'https://rubygems.org'

gemspec

gem 'rake', '~> 13.1.0'
gem 'rake', '~> 13.2.1'
gem 'redcarpet', '~> 3.6.0'
gem 'rspec', '~> 3.13.0'
gem 'rubocop', '~> 1.63.4'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GEM
prism (0.27.0)
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
rbi (0.1.12)
prism (>= 0.18.0, < 0.28)
sorbet-runtime (>= 0.5.9204)
Expand Down Expand Up @@ -118,7 +118,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
rake (~> 13.1.0)
rake (~> 13.2.1)
redcarpet (~> 3.6.0)
rspec (~> 3.13.0)
rubocop (~> 1.63.4)
Expand Down

0 comments on commit 16a4399

Please sign in to comment.