Skip to content

Commit

Permalink
Build(deps): 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and shieldo committed Nov 21, 2023
1 parent 886011d commit 3d2d43a
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 @@ -23,7 +23,7 @@ gem "puma", "~> 6.4"
gem "rack", "~> 2.2"
gem "rack-attack", "~> 6.7.0"
gem "rack-test", "~> 2.1"
gem "rake", "~> 13.0"
gem "rake", "~> 13.1"
gem "redis", "~> 5.0.8"
gem "rspec", "~> 3.12"
gem "sentry-ruby", "~> 5.12"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-client (0.17.1)
Expand Down Expand Up @@ -194,7 +194,7 @@ DEPENDENCIES
rack (~> 2.2)
rack-attack (~> 6.7.0)
rack-test (~> 2.1)
rake (~> 13.0)
rake (~> 13.1)
redis (~> 5.0.8)
rspec (~> 3.12)
rubocop-govuk (~> 4.12)
Expand Down

0 comments on commit 3d2d43a

Please sign in to comment.