Skip to content

Commit

Permalink
Bump rake from 13.0.6 to 13.2.1
Browse files Browse the repository at this point in the history
Bumps [rake](https://github.com/ruby/rake) from 13.0.6 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.0.6...v13.2.1)

---
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 Oct 7, 2024
1 parent 7006daa commit 5d0642c
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 @@ -8,7 +8,7 @@ group :development, :test do
gem 'danger', '~> 9.5'
gem 'pry', '~> 0.10', '>= 0.10.4'
gem 'pry-byebug', '~> 3.6'
gem 'rake', '~> 13.0'
gem 'rake', '~> 13.2'
gem 'rspec', '~> 3.13'
gem 'rubocop', '~> 1.66'
gem 'rubocop-rspec', '~> 3.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ GEM
public_suffix (5.1.1)
racc (1.8.1)
rainbow (3.1.1)
rake (13.0.6)
rake (13.2.1)
rchardet (1.8.0)
rdf (3.2.12)
link_header (~> 0.0, >= 0.0.8)
Expand Down Expand Up @@ -238,7 +238,7 @@ DEPENDENCIES
pry (~> 0.10, >= 0.10.4)
pry-byebug (~> 3.6)
pushmi_pullyu!
rake (~> 13.0)
rake (~> 13.2)
rspec (~> 3.13)
rubocop (~> 1.66)
rubocop-rspec (~> 3.1)
Expand Down

0 comments on commit 5d0642c

Please sign in to comment.