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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent 8ed755d commit df4a03e
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 @@ gemspec

gem "byebug", "~> 11.1.3"
gem "dotenv", "~> 2.8.1"
gem "rake", "~> 13.0"
gem "rake", "~> 13.1"
gem "rspec", "~> 3.12"
gem "rubocop", "~> 1.50.2"
gem "vcr", "~> 6.1.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GEM
ast (~> 2.4.1)
public_suffix (5.0.1)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
regexp_parser (2.8.0)
rexml (3.2.5)
rspec (3.12.0)
Expand Down Expand Up @@ -74,7 +74,7 @@ DEPENDENCIES
byebug (~> 11.1.3)
dotenv (~> 2.8.1)
gemini!
rake (~> 13.0)
rake (~> 13.1)
rspec (~> 3.12)
rubocop (~> 1.50.2)
vcr (~> 6.1.0)
Expand Down

0 comments on commit df4a03e

Please sign in to comment.